refactor(doc): better CSS and layout
This commit is contained in:
parent
b8488a23bb
commit
735e7ffb4d
212 changed files with 45759 additions and 1252 deletions
82
docs/navtreedata.js
Normal file
82
docs/navtreedata.js
Normal file
|
|
@ -0,0 +1,82 @@
|
|||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
JavaScript code in this file.
|
||||
|
||||
Copyright (C) 1997-2019 by Dimitri van Heesch
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of version 2 of the GNU General Public License as published by
|
||||
the Free Software Foundation
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
@licend The above is the entire license notice
|
||||
for the JavaScript code in this file
|
||||
*/
|
||||
var NAVTREE =
|
||||
[
|
||||
[ "clutchlog", "index.html", [
|
||||
[ "Clutchlog — versatile (de)clutchable 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 style", "index.html#autotoc_md9", null ]
|
||||
] ],
|
||||
[ "Advanced Usage", "index.html#autotoc_md10", [
|
||||
[ "More Output Configuration", "index.html#autotoc_md11", [
|
||||
[ "Dump Format", "index.html#autotoc_md12", null ],
|
||||
[ "Marks", "index.html#autotoc_md13", null ],
|
||||
[ "Stack Depth", "index.html#autotoc_md14", null ]
|
||||
] ],
|
||||
[ "Disabled calls", "index.html#autotoc_md15", null ],
|
||||
[ "Low-level API", "index.html#autotoc_md16", null ],
|
||||
[ "(De)clutch any function call", "index.html#autotoc_md17", null ],
|
||||
[ "(De)clutch any code section", "index.html#autotoc_md18", null ]
|
||||
] ],
|
||||
[ "Examples", "index.html#autotoc_md19", null ],
|
||||
[ "Limitations", "index.html#autotoc_md20", null ],
|
||||
[ "Build and tests", "index.html#autotoc_md26", null ]
|
||||
] ],
|
||||
[ "Modules", "modules.html", "modules" ],
|
||||
[ "Classes", "annotated.html", [
|
||||
[ "Class List", "annotated.html", "annotated_dup" ],
|
||||
[ "Class Index", "classes.html", null ],
|
||||
[ "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';
|
||||
Loading…
Add table
Add a link
Reference in a new issue