Taking in account Doxygen remarks, fixed some documentation errors.

This commit is contained in:
Benjamin Bouvier 2012-07-13 14:45:56 +02:00
commit f9a0084f95
4 changed files with 6 additions and 3 deletions

View file

@ -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);