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

@ -46,7 +46,7 @@ namespace eoserial
/**
* @brief Adds a pair into the JSON object.
* @param key The key associated with the eoserial object
* @param eoserial The JSON object as created with framework.
* @param json The JSON object as created with framework.
*/
void add( const std::string& key, eoserial::Entity* json )
{