You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.3 KiB

1 year ago
  1. /*
  2. @ @licstart The following is the entire license notice for the
  3. JavaScript code in this file.
  4. Copyright (C) 1997-2017 by Dimitri van Heesch
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License along
  14. with this program; if not, write to the Free Software Foundation, Inc.,
  15. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  16. @licend The above is the entire license notice
  17. for the JavaScript code in this file
  18. */
  19. var menudata={children:[
  20. {text:"Main Page",url:"index.html"},
  21. {text:"Classes",url:"annotated.html",children:[
  22. {text:"Class List",url:"annotated.html"},
  23. {text:"Class Index",url:"classes.html"},
  24. {text:"Class Members",url:"functions.html",children:[
  25. {text:"All",url:"functions.html"},
  26. {text:"Functions",url:"functions_func.html"},
  27. {text:"Variables",url:"functions_vars.html"}]}]},
  28. {text:"Files",url:"files.html",children:[
  29. {text:"File List",url:"files.html"}]}]}