mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2026-04-20 13:03:27 +00:00
46 lines
730 B
JavaScript
Executable File
46 lines
730 B
JavaScript
Executable File
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghijklmnopqrstuvwxz",
|
|
1: "abcdfghiklmprst",
|
|
2: "acdefhilmorstvw",
|
|
3: "_abcdefgilmprsuvw",
|
|
4: "_abcdefghijklmnoprstuvw",
|
|
5: "abcdfgimpst",
|
|
6: "abcdfmstx",
|
|
7: "abcdefghijklmnopqrstuvwxz",
|
|
8: "abcdefghilmnorstuv",
|
|
9: "cmpst",
|
|
10: "ablorstw"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "files",
|
|
3: "functions",
|
|
4: "variables",
|
|
5: "typedefs",
|
|
6: "enums",
|
|
7: "enumvalues",
|
|
8: "defines",
|
|
9: "groups",
|
|
10: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Data Structures",
|
|
2: "Files",
|
|
3: "Functions",
|
|
4: "Variables",
|
|
5: "Typedefs",
|
|
6: "Enumerations",
|
|
7: "Enumerator",
|
|
8: "Macros",
|
|
9: "Modules",
|
|
10: "Pages"
|
|
};
|
|
|