diff options
Diffstat (limited to 'menudata.js')
-rw-r--r-- | menudata.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/menudata.js b/menudata.js index d1ece132..e455f821 100644 --- a/menudata.js +++ b/menudata.js @@ -23,4 +23,13 @@ @licend The above is the entire license notice for the JavaScript code in this file */ var menudata={children:[ -{text:"Main Page",url:"index.html"}]} +{text:"Main Page",url:"index.html"}, +{text:"Modules",url:"modules.html"}, +{text:"Data Structures",url:"annotated.html",children:[ +{text:"Data Structures",url:"annotated.html"}, +{text:"Data Structure Index",url:"classes.html"}]}, +{text:"Files",url:"files.html",children:[ +{text:"File List",url:"files.html"}, +{text:"Globals",url:"globals.html",children:[ +{text:"All",url:"globals.html"}, +{text:"Functions",url:"globals_func.html"}]}]}]} |