From dd51ec0f1fadd719f5ee298c1c40890f6db1815b Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 12 Oct 2017 13:59:45 +0000 Subject: Rebuilding documentation --- navtreedata.js | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 navtreedata.js (limited to 'navtreedata.js') diff --git a/navtreedata.js b/navtreedata.js deleted file mode 100644 index eb8ef316..00000000 --- a/navtreedata.js +++ /dev/null @@ -1,42 +0,0 @@ -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 -- cgit