From 8541563f716014241a878b968d73d0a0b00891cd Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 16 Nov 2017 16:33:28 +0000 Subject: Rebuilding documentation --- navtree.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'navtree.js') diff --git a/navtree.js b/navtree.js index bdf2066a..fa9128dd 100644 --- a/navtree.js +++ b/navtree.js @@ -23,19 +23,25 @@ var NAVTREE = [ "All", "functions.html", "functions_dup" ], [ "Functions", "functions_func.html", null ], [ "Variables", "functions_vars.html", null ], + [ "Typedefs", "functions_type.html", null ], [ "Related Functions", "functions_rela.html", null ] ] ] ] ], [ "Files", null, [ - [ "File List", "files.html", "files" ] + [ "File List", "files.html", "files" ], + [ "File Members", "globals.html", [ + [ "All", "globals.html", null ], + [ "Macros", "globals_defs.html", null ] + ] ] ] ] ] ] ]; var NAVTREEINDEX = [ -"annotated.html", -"functions_n.html" +"active_8cpp.html", +"classyage_1_1Vector3.html#ad30c9989f25ef241c59a6c59661daf3a", +"yage_8cpp.html#a4fc8b4d2a19d4c7f7f1bd42a788827ce" ]; var SYNCONMSG = 'click to disable panel synchronisation'; -- cgit