diff options
author | JellyBrick <shlee1503@naver.com> | 2018-05-29 20:22:58 +0900 |
---|---|---|
committer | JellyBrick <shlee1503@naver.com> | 2018-05-29 20:22:58 +0900 |
commit | 1107db6e8890774fc55fa43160b0afa442443056 (patch) | |
tree | cdd8284e70bba788e0048cc0a717ad4656c285a0 /include/tgbot/Bot.h | |
parent | 381a1cd0d949db88abd0b28bc717a8690b93ccc0 (diff) |
Added @brief to the Doxygen comment.
Diffstat (limited to 'include/tgbot/Bot.h')
-rw-r--r-- | include/tgbot/Bot.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |