summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorOleg Morozenkov <omorozenkov@gmail.com>2015-07-27 21:16:29 +0300
committerOleg Morozenkov <omorozenkov@gmail.com>2015-07-27 21:16:29 +0300
commitfb31f739c28e374d41834f3ba0a928bd92cca5df (patch)
tree9f216b8bc1774e36b4bf79f9d99234b6e69bb11a /include
parent6a52fe5335ec40be52f32b88b8d8836f405b4b53 (diff)
Fix documentation
Diffstat (limited to 'include')
-rw-r--r--include/tgbot/doxygenMain.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tgbot/doxygenMain.h b/include/tgbot/doxygenMain.h
index d6256b8..75da76d 100644
--- a/include/tgbot/doxygenMain.h
+++ b/include/tgbot/doxygenMain.h
@@ -36,14 +36,14 @@
* Firstly you need to install some dependencies. You have to have boost library at the runtime and cmake at the compilation step to be able to use this library.
* On Debian-based distibutives you can do it with these commands:
* @code{.sh}
-sudo apt-get install cmake libboost-dev
+ * sudo apt-get install cmake libboost-dev
* @endcode
*
* To compile the library execute this commands:
* @code{.sh}
-cd /path/where/you/have/cloned/the/library/repository
-cmake .
-make -j4
+ * cd /path/where/you/have/cloned/the/library/repository
+ * cmake .
+ * make -j4
* @endcode
*
* That's all. All you have to do now is just link compiled library to your project.