mirror of
https://github.com/jialexd/sdk-ameba-v4.0c_180328.git
synced 2024-11-25 15:34:20 +00:00
39 lines
593 B
JavaScript
Executable file
39 lines
593 B
JavaScript
Executable file
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghilmnopqrstuvw",
|
|
1: "_adehimoprstw",
|
|
2: "adefghiloprstw",
|
|
3: "acdefghilprsw",
|
|
4: "abcdeghilmnopqrstuvw",
|
|
5: "clrs",
|
|
6: "_cfmrs",
|
|
7: "cfmprst",
|
|
8: "acdefghilnprstuw"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "files",
|
|
3: "functions",
|
|
4: "variables",
|
|
5: "typedefs",
|
|
6: "enums",
|
|
7: "enumvalues",
|
|
8: "groups"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Data Structures",
|
|
2: "Files",
|
|
3: "Functions",
|
|
4: "Variables",
|
|
5: "Typedefs",
|
|
6: "Enumerations",
|
|
7: "Enumerator",
|
|
8: "Modules"
|
|
};
|
|
|