My Project - RET HER  versionsnr
navtreedata.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 NAVTREE =
24 [
25  [ "My Project - RET HER", "index.html", [
26  [ "Files", "files.html", [
27  [ "File List", "files.html", "files_dup" ],
28  [ "Globals", "globals.html", [
29  [ "All", "globals.html", null ],
30  [ "Functions", "globals_func.html", null ]
31  ] ]
32  ] ]
33  ] ]
34 ];
35 
36 var NAVTREEINDEX =
37 [
38 "files.html"
39 ];
40 
41 var SYNCONMSG = 'click to disable panel synchronisation';
42 var SYNCOFFMSG = 'click to enable panel synchronisation';