-
I'm working on integrating watchdogd in an embedded Linux project, have some ideas for small updates to the documentation of the wdog API that I would like to contribute. The reason is that i had to dig into the code and examples to understand how to use it. So I'd like to verify that my understanding of the API is correct and make sure that it is documented. Just wanted to make sure such changes are welcome before I do the actual work? I would like to document the parameters and return codes from wdog_subscribe / wdog_unsubscribe / wdog_kick, since it is not clear in the current wdog.h or README.md. Do you have any preference for the format of such updates to the comments in wdog.h? I would propose Doxygen style like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Cool, documentation could definitely be improved upon!
Of course! :)
Yes.
Yes, I do.
I'd rather see something like this, which I use in most other projects, e.g. libnet
|
Beta Was this translation helpful? Give feedback.
Cool, documentation could definitely be improved upon!
Of course! :)