update v1.0.x docs
[m6w6/ext-propro] / v1.0.x / navtreedata.js
diff --git a/v1.0.x/navtreedata.js b/v1.0.x/navtreedata.js
new file mode 100644 (file)
index 0000000..4feba80
--- /dev/null
@@ -0,0 +1,21 @@
+var NAVTREE =
+[
+  [ "Property proxy API", "index.html", [
+    [ "Files", null, [
+      [ "File List", "files.html", "files" ],
+      [ "Globals", "globals.html", [
+        [ "All", "globals.html", null ],
+        [ "Variables", "globals_vars.html", null ],
+        [ "Macros", "globals_defs.html", null ]
+      ] ]
+    ] ]
+  ] ]
+];
+
+var NAVTREEINDEX =
+[
+"files.html"
+];
+
+var SYNCONMSG = 'click to disable panel synchronisation';
+var SYNCOFFMSG = 'click to enable panel synchronisation';
\ No newline at end of file