aboutsummaryrefslogtreecommitdiffstats
path: root/navtree.js
diff options
context:
space:
mode:
Diffstat (limited to 'navtree.js')
-rw-r--r--navtree.js12
1 files changed, 9 insertions, 3 deletions
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';