93 lines
No EOL
4.2 KiB
JavaScript
93 lines
No EOL
4.2 KiB
JavaScript
/*
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
|
substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "clutchlog", "index.html", [
|
|
[ "Clutchlog — versatile (de)clutchable spatial logging", "index.html", [
|
|
[ "Features", "index.html#autotoc_md0", null ],
|
|
[ "Example", "index.html#autotoc_md1", null ],
|
|
[ "Rationale", "index.html#autotoc_md2", null ],
|
|
[ "Basic Usage", "index.html#autotoc_md3", [
|
|
[ "Calls", "index.html#autotoc_md4", null ],
|
|
[ "Log level semantics", "index.html#autotoc_md5", null ],
|
|
[ "Location filtering", "index.html#autotoc_md6", null ],
|
|
[ "Output Configuration", "index.html#autotoc_md7", [
|
|
[ "Log Format", "index.html#autotoc_md8", null ]
|
|
] ],
|
|
[ "Output Styling", "index.html#autotoc_md9", [
|
|
[ "Typographic Style", "index.html#autotoc_md10", null ],
|
|
[ "Colors", "index.html#autotoc_md11", null ],
|
|
[ "Value-dependant Format Tags", "index.html#autotoc_md12", null ]
|
|
] ]
|
|
] ],
|
|
[ "Advanced Usage", "index.html#autotoc_md13", [
|
|
[ "More Output Configuration", "index.html#autotoc_md14", [
|
|
[ "Dump Format", "index.html#autotoc_md15", null ],
|
|
[ "Stack Depth Mark", "index.html#autotoc_md16", null ],
|
|
[ "Horizontal Filling", "index.html#autotoc_md17", null ],
|
|
[ "Stack Depth", "index.html#autotoc_md18", null ],
|
|
[ "Filename", "index.html#autotoc_md19", null ]
|
|
] ],
|
|
[ "Disabled calls", "index.html#autotoc_md20", null ],
|
|
[ "Low-level API", "index.html#autotoc_md21", null ],
|
|
[ "(De)clutch any function call", "index.html#autotoc_md22", null ],
|
|
[ "(De)clutch any code section", "index.html#autotoc_md23", null ],
|
|
[ "Manually Increase Stack Depth", "index.html#autotoc_md24", null ]
|
|
] ],
|
|
[ "Examples", "index.html#autotoc_md25", null ],
|
|
[ "Limitations", "index.html#autotoc_md26", null ],
|
|
[ "Build and tests", "index.html#autotoc_md32", null ],
|
|
[ "Usage as a Git submodule", "index.html#autotoc_md33", null ]
|
|
] ],
|
|
[ "Modules", "modules.html", "modules" ],
|
|
[ "Classes", "annotated.html", [
|
|
[ "Class List", "annotated.html", "annotated_dup" ],
|
|
[ "Class Index", "classes.html", null ],
|
|
[ "Class Hierarchy", "hierarchy.html", "hierarchy" ],
|
|
[ "Class Members", "functions.html", [
|
|
[ "All", "functions.html", null ],
|
|
[ "Functions", "functions_func.html", null ],
|
|
[ "Variables", "functions_vars.html", null ],
|
|
[ "Enumerations", "functions_enum.html", null ],
|
|
[ "Related Functions", "functions_rela.html", null ]
|
|
] ]
|
|
] ],
|
|
[ "Files", "files.html", [
|
|
[ "File List", "files.html", "files_dup" ],
|
|
[ "File Members", "globals.html", [
|
|
[ "All", "globals.html", null ],
|
|
[ "Macros", "globals_defs.html", null ]
|
|
] ]
|
|
] ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"annotated.html"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation'; |