Documentation fixes.
This commit is contained in:
parent
3fe21ccfc7
commit
4614cfba0c
|
@ -120,7 +120,7 @@ namespace Easy
|
|||
*
|
||||
* @param streamdata Data from get_stream()
|
||||
*
|
||||
* @return vector of stream events
|
||||
* @return vector of Easy::stream_event
|
||||
*
|
||||
* @since before 0.11.0
|
||||
*/
|
||||
|
|
|
@ -90,9 +90,9 @@ namespace Easy
|
|||
void from_string(const string &json);
|
||||
|
||||
/*!
|
||||
* @brief Returns the JSON object of the Entity
|
||||
* @brief Returns the JSON of the Entity as string.
|
||||
*
|
||||
* @return JSON object
|
||||
* @return JSON string
|
||||
*
|
||||
* @since before 0.11.0
|
||||
*/
|
||||
|
|
Reference in New Issue
Block a user