menudata.js 390 B

123456789
  1. var menudata={children:[
  2. {text:"Main Page",url:"index.html"},
  3. {text:"Modules",url:"modules.html"},
  4. {text:"Data Structures",url:"annotated.html",children:[
  5. {text:"Data Structures",url:"annotated.html"},
  6. {text:"Data Structure Index",url:"classes.html"},
  7. {text:"Data Fields",url:"functions.html",children:[
  8. {text:"All",url:"functions.html"},
  9. {text:"Variables",url:"functions_vars.html"}]}]}]}