From 4614cfba0cb4a52d8a21478d77f9afd77646e1d0 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 13 Apr 2019 21:04:59 +0200 Subject: [PATCH] Documentation fixes. --- src/easy/easy.hpp | 2 +- src/easy/entity.hpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/easy/easy.hpp b/src/easy/easy.hpp index e947bca..ede4aad 100644 --- a/src/easy/easy.hpp +++ b/src/easy/easy.hpp @@ -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 */ diff --git a/src/easy/entity.hpp b/src/easy/entity.hpp index 94eabcf..33058b6 100644 --- a/src/easy/entity.hpp +++ b/src/easy/entity.hpp @@ -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 */