summaryrefslogtreecommitdiff
path: root/include/tgbot/TgException.h
diff options
context:
space:
mode:
authorJellyBrick <shlee1503@naver.com>2018-05-29 20:22:58 +0900
committerJellyBrick <shlee1503@naver.com>2018-05-29 20:22:58 +0900
commit1107db6e8890774fc55fa43160b0afa442443056 (patch)
treecdd8284e70bba788e0048cc0a717ad4656c285a0 /include/tgbot/TgException.h
parent381a1cd0d949db88abd0b28bc717a8690b93ccc0 (diff)
Added @brief to the Doxygen comment.
Diffstat (limited to 'include/tgbot/TgException.h')
-rw-r--r--include/tgbot/TgException.h3
1 files changed, 2 insertions, 1 deletions
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 {