diff options
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'; |