aboutsummaryrefslogtreecommitdiffstats
path: root/menudata.js
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-07-27 23:21:23 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-07-27 23:21:23 +0100
commitaa9cdee46fea21ad50b70a4513aa39aebe280b7f (patch)
tree0b87312af08eab661c17456bace221211616f490 /menudata.js
parent901e094ec9774477766b6b31d875234615bc8cfc (diff)
downloadYAGE-aa9cdee46fea21ad50b70a4513aa39aebe280b7f.tar.gz
YAGE-aa9cdee46fea21ad50b70a4513aa39aebe280b7f.zip
Adding initial docs
Diffstat (limited to 'menudata.js')
-rw-r--r--menudata.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/menudata.js b/menudata.js
new file mode 100644
index 00000000..3dd54f75
--- /dev/null
+++ b/menudata.js
@@ -0,0 +1,9 @@
+var menudata={children:[
+{text:"Main Page",url:"index.html"},
+{text:"Related Pages",url:"pages.html"},
+{text:"Classes",url:"annotated.html",children:[
+{text:"Class List",url:"annotated.html"},
+{text:"Class Index",url:"classes.html"},
+{text:"Class Hierarchy",url:"hierarchy.html"}]},
+{text:"Files",url:"files.html",children:[
+{text:"File List",url:"files.html"}]}]}