Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve documentation of the libwdog supervisor API #34

Merged
merged 1 commit into from Jun 20, 2022

Conversation

Kleist
Copy link

@Kleist Kleist commented Jun 20, 2022

Implements the changes proposed in #33

Signed-off-by: Andreas Helbech Kleist akle@ambu.com

Implements the changes proposed in troglobit#33

Signed-off-by: Andreas Helbech Kleist <akle@ambu.com>
@@ -257,6 +256,8 @@ int wdog_kick2 (int id, unsigned int *ack);
int wdog_extend_kick (int id, unsigned int timeout, unsigned int *ack);
```

See [wdog.h](src/wdog.h) for detailed API documentation.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I considered adding the full Doxygen comments here, but I think it might be too verbose for the README file.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, agreed.

@troglobit
Copy link
Owner

lgtm. I'll probably build on this later, for the next release, adding to the ci pipeline and setting up some host (probably https://codedocs.xyz/) to publish. Thanks so much for this, very appreciated!

@troglobit troglobit merged commit 1d0acd1 into troglobit:master Jun 20, 2022
@troglobit troglobit added this to the v3.6 milestone Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants