Taking in account Doxygen remarks, fixed some documentation errors.
This commit is contained in:
parent
5e76ba30b0
commit
f9a0084f95
4 changed files with 6 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ class Parser
|
|||
*
|
||||
* @param str The string we're parsing.
|
||||
* @param pos The index of the current position in the string.
|
||||
* @param eoserial The current JSON object for which we're adding a key-value pair.
|
||||
* @param json The current JSON object for which we're adding a key-value pair.
|
||||
*/
|
||||
static void parseLeft(const std::string & str, size_t & pos, eoserial::Object* json);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue