Annotation of embedaddon/confuse/doc/html/menudata.js, revision 1.1.1.1

1.1       misho       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:"Data Structures",url:"annotated.html",children:[
                     26: {text:"Data Structures",url:"annotated.html"},
                     27: {text:"Data Fields",url:"functions.html",children:[
                     28: {text:"All",url:"functions.html",children:[
                     29: {text:"b",url:"functions.html#index_b"},
                     30: {text:"c",url:"functions.html#index_c"},
                     31: {text:"d",url:"functions.html#index_d"},
                     32: {text:"e",url:"functions.html#index_e"},
                     33: {text:"f",url:"functions.html#index_f"},
                     34: {text:"l",url:"functions.html#index_l"},
                     35: {text:"n",url:"functions.html#index_n"},
                     36: {text:"o",url:"functions.html#index_o"},
                     37: {text:"p",url:"functions.html#index_p"},
                     38: {text:"s",url:"functions.html#index_s"},
                     39: {text:"t",url:"functions.html#index_t"},
                     40: {text:"v",url:"functions.html#index_v"}]},
                     41: {text:"Variables",url:"functions_vars.html",children:[
                     42: {text:"b",url:"functions_vars.html#index_b"},
                     43: {text:"c",url:"functions_vars.html#index_c"},
                     44: {text:"d",url:"functions_vars.html#index_d"},
                     45: {text:"e",url:"functions_vars.html#index_e"},
                     46: {text:"f",url:"functions_vars.html#index_f"},
                     47: {text:"l",url:"functions_vars.html#index_l"},
                     48: {text:"n",url:"functions_vars.html#index_n"},
                     49: {text:"o",url:"functions_vars.html#index_o"},
                     50: {text:"p",url:"functions_vars.html#index_p"},
                     51: {text:"s",url:"functions_vars.html#index_s"},
                     52: {text:"t",url:"functions_vars.html#index_t"},
                     53: {text:"v",url:"functions_vars.html#index_v"}]}]}]},
                     54: {text:"Files",url:"files.html",children:[
                     55: {text:"File List",url:"files.html"},
                     56: {text:"Globals",url:"globals.html",children:[
                     57: {text:"All",url:"globals.html",children:[
                     58: {text:"c",url:"globals.html#index_c"}]},
                     59: {text:"Functions",url:"globals_func.html",children:[
                     60: {text:"c",url:"globals_func.html#index_c"}]},
                     61: {text:"Typedefs",url:"globals_type.html"},
                     62: {text:"Enumerations",url:"globals_enum.html"},
                     63: {text:"Enumerator",url:"globals_eval.html"},
                     64: {text:"Macros",url:"globals_defs.html",children:[
                     65: {text:"c",url:"globals_defs.html#index_c"}]}]}]},
                     66: {text:"Examples",url:"examples.html"}]}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>