diff options
author | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-26 14:31:14 +0300 |
---|---|---|
committer | Oleg Morozenkov <reo7sp@users.noreply.github.com> | 2017-01-26 14:31:14 +0300 |
commit | 2e6a6072e81a1845e7365e5f2dcd10cc9cb8ff56 (patch) | |
tree | aeaed6f544ee56b6e38a6963a40d1809769fc1a5 /docs/navtreedata.js | |
parent | bf0d39d4aae287306daa1ed13182926a373e3e41 (diff) |
Bot compilation instructions in README. Update docs
Diffstat (limited to 'docs/navtreedata.js')
-rw-r--r-- | docs/navtreedata.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/navtreedata.js b/docs/navtreedata.js index efbb3a2..c107fd4 100644 --- a/docs/navtreedata.js +++ b/docs/navtreedata.js @@ -1,7 +1,8 @@ var NAVTREE = [ [ "tgbot-cpp", "index.html", [ - [ "Compilation", "index.html#Compilation", null ], + [ "Library compilation", "index.html#lib_compile", null ], + [ "Bot compilation", "index.html#bot_compile", null ], [ "Samples", "index.html#Samples", null ], [ "Feedback", "index.html#Feedback", null ], [ "Licence", "index.html#Licence", null ], @@ -35,9 +36,9 @@ var NAVTREE = var NAVTREEINDEX = [ "_api_8h.html", -"class_tg_bot_1_1_document.html#aa67870c6320092c13154abde7dcdf94c", -"class_tg_bot_1_1_input_venue_message_content.html#a3d08b7d6946538e949ec0293f72edec5", -"class_tg_bot_1_1_video.html" +"class_tg_bot_1_1_document.html#a0b36f1611eb0cda45e47c989689456d6", +"class_tg_bot_1_1_input_venue_message_content.html", +"class_tg_bot_1_1_venue.html#a9f9505e1035b3aacd2ad9d68a8285a14" ]; var SYNCONMSG = 'click to disable panel synchronisation'; |