mirror of https://github.com/libAthena/athena.git
34 lines
478 B
JavaScript
34 lines
478 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghiklmnopqrstuvwyz~",
|
|
1: "abdfimsvwyz",
|
|
2: "_abcdefghiklmopqrstuvwz~",
|
|
3: "bmrv",
|
|
4: "bfqsvw",
|
|
5: "gpt",
|
|
6: "afglmnopstw"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "functions",
|
|
3: "variables",
|
|
4: "typedefs",
|
|
5: "enums",
|
|
6: "enumvalues"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Functions",
|
|
3: "Variables",
|
|
4: "Typedefs",
|
|
5: "Enumerations",
|
|
6: "Enumerator"
|
|
};
|
|
|