|
shun-iwasawa |
82a8f5 |
/*
|
|
shun-iwasawa |
82a8f5 |
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
The MIT License (MIT)
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
shun-iwasawa |
82a8f5 |
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
shun-iwasawa |
82a8f5 |
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
shun-iwasawa |
82a8f5 |
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
shun-iwasawa |
82a8f5 |
furnished to do so, subject to the following conditions:
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
The above copyright notice and this permission notice shall be included in all copies or
|
|
shun-iwasawa |
82a8f5 |
substantial portions of the Software.
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
shun-iwasawa |
82a8f5 |
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
shun-iwasawa |
82a8f5 |
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
shun-iwasawa |
82a8f5 |
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
shun-iwasawa |
82a8f5 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
shun-iwasawa |
82a8f5 |
|
|
shun-iwasawa |
82a8f5 |
@licend The above is the entire license notice for the JavaScript code in this file
|
|
shun-iwasawa |
82a8f5 |
*/
|
|
shun-iwasawa |
82a8f5 |
var menudata={children:[
|
|
shun-iwasawa |
82a8f5 |
{text:"Main Page",url:"index.html"},
|
|
shun-iwasawa |
82a8f5 |
{text:"Modules",url:"modules.html"},
|
|
shun-iwasawa |
82a8f5 |
{text:"Data Structures",url:"annotated.html",children:[
|
|
shun-iwasawa |
82a8f5 |
{text:"Data Structures",url:"annotated.html"},
|
|
shun-iwasawa |
82a8f5 |
{text:"Data Structure Index",url:"classes.html"},
|
|
shun-iwasawa |
82a8f5 |
{text:"Data Fields",url:"functions.html",children:[
|
|
shun-iwasawa |
82a8f5 |
{text:"All",url:"functions.html"},
|
|
shun-iwasawa |
82a8f5 |
{text:"Variables",url:"functions_vars.html"}]}]}]}
|