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