diff options
author | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-01-27 15:47:25 +0000 |
---|---|---|
committer | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-01-27 15:47:25 +0000 |
commit | c0090716995447bd59954c8a7e24cd5c20598f7a (patch) | |
tree | fd06dac4eb9e8c0d28e04f9e1393ec0c338212c4 /menudata.js | |
parent | fabc6d28eaf6e0227c68673d3c564c31f4c01a17 (diff) | |
download | Sensor-Watch-c0090716995447bd59954c8a7e24cd5c20598f7a.tar.gz Sensor-Watch-c0090716995447bd59954c8a7e24cd5c20598f7a.tar.bz2 Sensor-Watch-c0090716995447bd59954c8a7e24cd5c20598f7a.zip |
deploy: 29fa6052831f8d26815405d4652b5799e3c74147
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"}]}]}]} |