37 lines
466 B
JavaScript
37 lines
466 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "bcdefilmoprst",
|
|
1: "bdi",
|
|
2: "cdemprs",
|
|
3: "ceimors",
|
|
4: "bdfip",
|
|
5: "bdi",
|
|
6: "bmt",
|
|
7: "s"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "files",
|
|
3: "functions",
|
|
4: "variables",
|
|
5: "typedefs",
|
|
6: "defines",
|
|
7: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Data Structures",
|
|
2: "Files",
|
|
3: "Functions",
|
|
4: "Variables",
|
|
5: "Typedefs",
|
|
6: "Macros",
|
|
7: "Pages"
|
|
};
|
|
|