aboutsummaryrefslogtreecommitdiffstats
path: root/navtreedata.js
diff options
context:
space:
mode:
Diffstat (limited to 'navtreedata.js')
-rw-r--r--navtreedata.js42
1 files changed, 42 insertions, 0 deletions
diff --git a/navtreedata.js b/navtreedata.js
new file mode 100644
index 00000000..eb8ef316
--- /dev/null
+++ b/navtreedata.js
@@ -0,0 +1,42 @@
+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 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", "annotated.html", [
+ [ "Class List", "annotated.html", "annotated_dup" ],
+ [ "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",
+"iomanager_8cpp.html"
+];
+
+var SYNCONMSG = 'click to disable panel synchronisation';
+var SYNCOFFMSG = 'click to enable panel synchronisation'; \ No newline at end of file