Documentation fixes.

This commit is contained in:
tastytea 2019-04-13 21:04:59 +02:00
parent 3fe21ccfc7
commit 4614cfba0c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 3 additions and 3 deletions

View File

@ -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
*/

View File

@ -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
*/