From 1a8ec165031af3b860028ef1b360acc8e7baf9e6 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 21 Sep 2017 23:32:46 +0000 Subject: Rebuilding documentation --- navtreedata.js | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 navtreedata.js (limited to 'navtreedata.js') diff --git a/navtreedata.js b/navtreedata.js deleted file mode 100644 index b1848285..00000000 --- a/navtreedata.js +++ /dev/null @@ -1,47 +0,0 @@ -var NAVTREE = -[ - [ "YAGE", "index.html", [ - [ "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 ], - [ "Variables", "namespacemembers_vars.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", "functions_func" ], - [ "Variables", "functions_vars.html", null ], - [ "Related Functions", "functions_rela.html", null ] - ] ] - ] ], - [ "Files", null, [ - [ "File List", "files.html", "files" ], - [ "File Members", "globals.html", [ - [ "All", "globals.html", null ], - [ "Macros", "globals_defs.html", null ] - ] ] - ] ] - ] ] -]; - -var NAVTREEINDEX = -[ -"annotated.html", -"classyage_1_1SpriteBatch.html#ab477a5393ddd7b78afba93b96962f038", -"structyage_1_1UV.html#ac918524789292937aae5803df3c2673f" -]; - -var SYNCONMSG = 'click to disable panel synchronisation'; -var SYNCOFFMSG = 'click to enable panel synchronisation'; \ No newline at end of file -- cgit