Skip to content
Snippets Groups Projects
Commit 511307b3c19d authored by Junde Yhi's avatar Junde Yhi
Browse files

include/yaml.h: fix comments (#155)

* include/yaml.h: fix indentation of comments

* include/yaml.h: fix documentation style comment

* include/yaml.h: fix doc command returns

* include/yaml.h: fix typo
parent cc0d4b55d8ef
Branches
No related tags found
No related merge requests found
...@@ -1205,7 +1205,7 @@ ...@@ -1205,7 +1205,7 @@
/** The number of tokens fetched from the queue. */ /** The number of tokens fetched from the queue. */
size_t tokens_parsed; size_t tokens_parsed;
/* Does the tokens queue contain a token ready for dequeueing. */ /** Does the tokens queue contain a token ready for dequeueing. */
int token_available; int token_available;
/** The indentation levels stack. */ /** The indentation levels stack. */
...@@ -1446,7 +1446,7 @@ ...@@ -1446,7 +1446,7 @@
* @param[in,out] parser A parser object. * @param[in,out] parser A parser object.
* @param[out] document An empty document object. * @param[out] document An empty document object.
* *
* @return @c 1 if the function succeeded, @c 0 on error. * @returns @c 1 if the function succeeded, @c 0 on error.
*/ */
YAML_DECLARE(int) YAML_DECLARE(int)
...@@ -1560,7 +1560,7 @@ ...@@ -1560,7 +1560,7 @@
/** Write handler. */ /** Write handler. */
yaml_write_handler_t *write_handler; yaml_write_handler_t *write_handler;
/** A pointer for passing to the white handler. */ /** A pointer for passing to the write handler. */
void *write_handler_data; void *write_handler_data;
/** Standard (string or file) output data. */ /** Standard (string or file) output data. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment