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
|
|
@ -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 )
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue