From 1107db6e8890774fc55fa43160b0afa442443056 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 29 May 2018 20:22:58 +0900 Subject: Added @brief to the Doxygen comment. --- include/tgbot/TgException.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/tgbot/TgException.h') diff --git a/include/tgbot/TgException.h b/include/tgbot/TgException.h index 1a3e172..4b03e1c 100644 --- a/include/tgbot/TgException.h +++ b/include/tgbot/TgException.h @@ -29,7 +29,8 @@ namespace TgBot { /** - * Exception type which is only thrown when Telegram refuses API request. + * @brief Exception type which is only thrown when Telegram refuses API request. + * * @ingroup general */ class TgException : public std::runtime_error { -- cgit v1.2.3