aboutsummaryrefslogtreecommitdiffstats
path: root/navtreedata.js
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-03 12:13:54 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-03 12:13:54 +0100
commitebcace7cc8dd98e8d8ae1ffe3ef52e1ef68665d8 (patch)
treec56d81d8849d40e7e2d5af6d9cb492c68b5eda0a /navtreedata.js
parent60812826e7104921bc61b26412d6f678df40cfc5 (diff)
downloadYAGE-ebcace7cc8dd98e8d8ae1ffe3ef52e1ef68665d8.tar.gz
YAGE-ebcace7cc8dd98e8d8ae1ffe3ef52e1ef68665d8.zip
Updating docs
Diffstat (limited to 'navtreedata.js')
-rw-r--r--navtreedata.js14
1 files changed, 10 insertions, 4 deletions
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';