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/Bot.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/tgbot/Bot.h') diff --git a/include/tgbot/Bot.h b/include/tgbot/Bot.h index 36e723b..8dd4c16 100644 --- a/include/tgbot/Bot.h +++ b/include/tgbot/Bot.h @@ -32,7 +32,8 @@ namespace TgBot { /** - * This object holds other objects specific for this bot instance. + * @brief This object holds other objects specific for this bot instance. + * * @ingroup general */ class Bot { -- cgit v1.2.3