mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
Add doxygen documentation
This commit is contained in:
67
docs/html/navtreedata.js
Normal file
67
docs/html/navtreedata.js
Normal file
@@ -0,0 +1,67 @@
|
||||
/*
|
||||
@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 =
|
||||
[
|
||||
[ "libaaruformat", "index.html", [
|
||||
[ "libaaruformat", "md_README.html", null ],
|
||||
[ "Topics", "topics.html", "topics" ],
|
||||
[ "Data Structures", "annotated.html", [
|
||||
[ "Data Structures", "annotated.html", "annotated_dup" ],
|
||||
[ "Data Structure Index", "classes.html", null ],
|
||||
[ "Data Fields", "functions.html", [
|
||||
[ "All", "functions.html", "functions_dup" ],
|
||||
[ "Variables", "functions_vars.html", "functions_vars" ]
|
||||
] ]
|
||||
] ],
|
||||
[ "Files", "files.html", [
|
||||
[ "File List", "files.html", "files_dup" ],
|
||||
[ "Globals", "globals.html", [
|
||||
[ "All", "globals.html", "globals_dup" ],
|
||||
[ "Functions", "globals_func.html", "globals_func" ],
|
||||
[ "Variables", "globals_vars.html", null ],
|
||||
[ "Typedefs", "globals_type.html", null ],
|
||||
[ "Enumerations", "globals_enum.html", null ],
|
||||
[ "Enumerator", "globals_eval.html", "globals_eval" ],
|
||||
[ "Macros", "globals_defs.html", null ]
|
||||
] ]
|
||||
] ]
|
||||
] ]
|
||||
];
|
||||
|
||||
var NAVTREEINDEX =
|
||||
[
|
||||
"aaru_8h.html",
|
||||
"dir_a6e99c46e07b25cfb1b3942f86972439.html",
|
||||
"functions_m.html",
|
||||
"group__MediaTypes.html#gga1499e9f8a76cb81b43b7a4b0dbe7e44aa21e9369acc74f7909a9f80b3b0e7e7ef",
|
||||
"group__MediaTypes.html#gga1499e9f8a76cb81b43b7a4b0dbe7e44aaa63e8439ae8da0a01357f01ab3b55387",
|
||||
"internal_8h.html#a40c571bc4778040f22ac211cea670db1",
|
||||
"structAaruHeaderV2.html",
|
||||
"structaaruformat__context.html#a04aa232b37b939d9e815c4addc68a7a3"
|
||||
];
|
||||
|
||||
var SYNCONMSG = 'click to disable panel synchronization';
|
||||
var SYNCOFFMSG = 'click to enable panel synchronization';
|
||||
var LISTOFALLMEMBERS = 'List of all members';
|
||||
Reference in New Issue
Block a user