diff options
Diffstat (limited to 'menudata.js')
-rw-r--r-- | menudata.js | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/menudata.js b/menudata.js index e455f821..d1ece132 100644 --- a/menudata.js +++ b/menudata.js @@ -23,13 +23,4 @@ @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:"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"}]}]}]} +{text:"Main Page",url:"index.html"}]} |