aboutsummaryrefslogtreecommitdiffstats
path: root/navtree.js
diff options
context:
space:
mode:
Diffstat (limited to 'navtree.js')
-rw-r--r--navtree.js28
1 files changed, 25 insertions, 3 deletions
diff --git a/navtree.js b/navtree.js
index 45c575e8..5c7ca62f 100644
--- a/navtree.js
+++ b/navtree.js
@@ -1,19 +1,41 @@
var NAVTREE =
[
[ "YAGE", "index.html", [
+ [ "Physics Engine", "md_yage_physics_README.html", null ],
+ [ "Todo List", "todo.html", null ],
+ [ "Deprecated List", "deprecated.html", null ],
+ [ "Bug List", "bug.html", null ],
[ "Namespaces", null, [
- [ "Namespace List", "namespaces.html", "namespaces" ]
+ [ "Namespace List", "namespaces.html", "namespaces" ],
+ [ "Namespace Members", "namespacemembers.html", [
+ [ "All", "namespacemembers.html", null ],
+ [ "Functions", "namespacemembers_func.html", null ],
+ [ "Typedefs", "namespacemembers_type.html", null ],
+ [ "Enumerations", "namespacemembers_enum.html", null ],
+ [ "Enumerator", "namespacemembers_eval.html", null ]
+ ] ]
] ],
[ "Classes", null, [
[ "Class List", "annotated.html", "annotated" ],
- [ "Class Index", "classes.html", null ]
+ [ "Class Index", "classes.html", null ],
+ [ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
+ [ "Class Members", "functions.html", [
+ [ "All", "functions.html", "functions_dup" ],
+ [ "Functions", "functions_func.html", null ],
+ [ "Variables", "functions_vars.html", null ],
+ [ "Related Functions", "functions_rela.html", null ]
+ ] ]
+ ] ],
+ [ "Files", null, [
+ [ "File List", "files.html", "files" ]
] ]
] ]
];
var NAVTREEINDEX =
[
-"annotated.html"
+"annotated.html",
+"functions_t.html"
];
var SYNCONMSG = 'click to disable panel synchronisation';