-
Notifications
You must be signed in to change notification settings - Fork 11
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 Doxygen comments in n_request.c. #80
Conversation
@zfields changed |
Can you resolve the conflicts now that we've reworked a bunch of stuff? |
Yep. Should be good to go now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with comments.
*/ | ||
/**************************************************************************/ | ||
@brief Check to see if a Notecard error is present in a JSON string. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only Notecard errors enclosed in {}
(e.g. {io}
for an I/O error) are guaranteed by the API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping you would fashion that into the long description, similar to NoteErrorClean()
below.
FWIW, I normally throw @notes at the bottom, not that it matters.
*/ | ||
/**************************************************************************/ | ||
@brief Check to see if a Notecard error is present in a JSON string. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping you would fashion that into the long description, similar to NoteErrorClean()
below.
FWIW, I normally throw @notes at the bottom, not that it matters.
Also, make them all conform to the same style.
Also, make them all conform to the same style.
This is a step toward generating the API docs for note-c. I'll tackle the other source files next, and eventually will come up with a scheme for generating and publishing the docs somewhere.