mirror of
https://github.com/cwyark/sdk-ameba-v4.0b_without_nda_gcc.git
synced 2024-11-22 14:04:21 +00:00
39 lines
584 B
JavaScript
39 lines
584 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghilmnopqrstuvw",
|
|
1: "_aehioprstw",
|
|
2: "adefghiloprstw",
|
|
3: "acdefghilprsw",
|
|
4: "abcdghilmnopqrstuvw",
|
|
5: "lr",
|
|
6: "_fmrs",
|
|
7: "fmprt",
|
|
8: "adefghilnprstuw"
|
|
};
|
|
|
|
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"
|
|
};
|
|
|