diff options
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 { |