From ebcace7cc8dd98e8d8ae1ffe3ef52e1ef68665d8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 3 Sep 2017 12:13:54 +0100 Subject: Updating docs --- navtreedata.js | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'navtreedata.js') diff --git a/navtreedata.js b/navtreedata.js index b23a782d..049b79dc 100644 --- a/navtreedata.js +++ b/navtreedata.js @@ -8,6 +8,7 @@ var NAVTREE = [ "Namespace Members", "namespacemembers.html", [ [ "All", "namespacemembers.html", null ], [ "Functions", "namespacemembers_func.html", null ], + [ "Variables", "namespacemembers_vars.html", null ], [ "Typedefs", "namespacemembers_type.html", null ], [ "Enumerations", "namespacemembers_enum.html", null ], [ "Enumerator", "namespacemembers_eval.html", null ] @@ -18,14 +19,18 @@ var NAVTREE = [ "Class Index", "classes.html", null ], [ "Class Hierarchy", "hierarchy.html", "hierarchy" ], [ "Class Members", "functions.html", [ - [ "All", "functions.html", null ], - [ "Functions", "functions_func.html", null ], + [ "All", "functions.html", "functions_dup" ], + [ "Functions", "functions_func.html", "functions_func" ], [ "Variables", "functions_vars.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 ] + ] ] ] ] ] ] ]; @@ -33,7 +38,8 @@ var NAVTREE = var NAVTREEINDEX = [ "annotated.html", -"pages.html" +"classyage_1_1SpriteBatch.html#ab477a5393ddd7b78afba93b96962f038", +"structyage_1_1UV.html#ae236139f3a5f6024aac1e21bd93b7bde" ]; var SYNCONMSG = 'click to disable panel synchronisation'; -- cgit