mirror of https://github.com/libAthena/athena.git
34 lines
472 B
JavaScript
34 lines
472 B
JavaScript
|
var indexSectionsWithContent =
|
||
|
{
|
||
|
0: "abcdefghiklmnopqrstuvwz~",
|
||
|
1: "abdefimnsvwz",
|
||
|
2: "abcdefghiklmopqrstuvwz~",
|
||
|
3: "bmrv",
|
||
|
4: "fq",
|
||
|
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"
|
||
|
};
|
||
|
|