summaryrefslogtreecommitdiff
path: root/include/tgbot/net/TgWebhookLocalServer.h
diff options
context:
space:
mode:
authorOleg Morozenkov <omorozenkov@gmail.com>2018-06-05 19:06:23 +0300
committerGitHub <noreply@github.com>2018-06-05 19:06:23 +0300
commit1a90b5022d47bc0059214381b74db6fae9767cef (patch)
treef88e480700cb36f8acdcfdebcbac01328f16c98d /include/tgbot/net/TgWebhookLocalServer.h
parent381a1cd0d949db88abd0b28bc717a8690b93ccc0 (diff)
parent0f4e792a641527aa590a1a9e23bdaad2f16ab6bc (diff)
Merge pull request #63 from JellyBrick/master
Bot API 2.2 (Game) update / Add optimization option
Diffstat (limited to 'include/tgbot/net/TgWebhookLocalServer.h')
-rw-r--r--include/tgbot/net/TgWebhookLocalServer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tgbot/net/TgWebhookLocalServer.h b/include/tgbot/net/TgWebhookLocalServer.h
index 99a0fba..685979d 100644
--- a/include/tgbot/net/TgWebhookLocalServer.h
+++ b/include/tgbot/net/TgWebhookLocalServer.h
@@ -30,7 +30,8 @@
namespace TgBot {
/**
- * This class setups HTTP server for receiving Telegram Update objects from unix socket.
+ * @brief This class setups HTTP server for receiving Telegram Update objects from unix socket.
+ *
* @ingroup net
*/
class TgWebhookLocalServer : public TgWebhookServer<boost::asio::local::stream_protocol> {