annotate doc/html/menudata.js @ 117:ca2d83d29814 tip master

Merge branch 'release/1.0.5'
author Adam Stark <adamstark.uk@gmail.com>
date Fri, 18 Aug 2023 20:07:33 +0200
parents d6d9df2db3e1
children
rev   line source
adamstark@114 1 /*
adamstark@114 2 @licstart The following is the entire license notice for the JavaScript code in this file.
adamstark@114 3
adamstark@114 4 The MIT License (MIT)
adamstark@114 5
adamstark@114 6 Copyright (C) 1997-2020 by Dimitri van Heesch
adamstark@114 7
adamstark@114 8 Permission is hereby granted, free of charge, to any person obtaining a copy of this software
adamstark@114 9 and associated documentation files (the "Software"), to deal in the Software without restriction,
adamstark@114 10 including without limitation the rights to use, copy, modify, merge, publish, distribute,
adamstark@114 11 sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
adamstark@114 12 furnished to do so, subject to the following conditions:
adamstark@114 13
adamstark@114 14 The above copyright notice and this permission notice shall be included in all copies or
adamstark@114 15 substantial portions of the Software.
adamstark@114 16
adamstark@114 17 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
adamstark@114 18 BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
adamstark@114 19 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
adamstark@114 20 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
adamstark@114 21 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
adamstark@114 22
adamstark@114 23 @licend The above is the entire license notice for the JavaScript code in this file
adamstark@114 24 */
adamstark@114 25 var menudata={children:[
adamstark@114 26 {text:"Main Page",url:"index.html"},
adamstark@114 27 {text:"Classes",url:"annotated.html",children:[
adamstark@114 28 {text:"Class List",url:"annotated.html"},
adamstark@114 29 {text:"Class Index",url:"classes.html"},
adamstark@114 30 {text:"Class Members",url:"functions.html",children:[
adamstark@114 31 {text:"All",url:"functions.html"},
adamstark@114 32 {text:"Functions",url:"functions_func.html"}]}]},
adamstark@114 33 {text:"Files",url:"files.html",children:[
adamstark@114 34 {text:"File List",url:"files.html"},
adamstark@114 35 {text:"File Members",url:"globals.html",children:[
adamstark@114 36 {text:"All",url:"globals.html"},
adamstark@114 37 {text:"Enumerations",url:"globals_enum.html"}]}]}]}