mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
43 lines
704 B
JavaScript
43 lines
704 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghijklmnoprstuvwxyz",
|
|
1: "abcefghijlmnprstuvwx",
|
|
2: "abcdefghijlmnprstuvw",
|
|
3: "abcdefghijlmnprstuvw",
|
|
4: "_abcdefghijklmnoprstuvwxyz",
|
|
5: "achilmnrstuv",
|
|
6: "abcdefghijlmnprstuvwxy",
|
|
7: "abcdefghijlmnprstuvwy",
|
|
8: "abcfghikmnprsuw",
|
|
9: "aclnosu"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "files",
|
|
3: "functions",
|
|
4: "variables",
|
|
5: "typedefs",
|
|
6: "enums",
|
|
7: "enumvalues",
|
|
8: "defines",
|
|
9: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Data Structures",
|
|
2: "Files",
|
|
3: "Functions",
|
|
4: "Variables",
|
|
5: "Typedefs",
|
|
6: "Enumerations",
|
|
7: "Enumerator",
|
|
8: "Macros",
|
|
9: "Pages"
|
|
};
|
|
|