Doxygen code comment cleanups and fixes. No code changes. (0.41.5)
This commit is contained in:
parent
4309ec2a52
commit
892fa3cfbf
88 changed files with 224 additions and 265 deletions
|
|
@ -82,7 +82,7 @@ static void skip_line(const char *src, size_t len, size_t *pos) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Skip whitespace, then line (//) and block (/* ... */) comments.
|
||||
* @brief Skip whitespace, then line and block comments.
|
||||
* Continues until the next non-comment, non-whitespace character.
|
||||
*/
|
||||
static void skip_comments(const char *src, size_t len, size_t *pos) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue