28 lines
350 B
JavaScript
28 lines
350 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcdefghklmoprstuvw~",
|
|
1: "bdptuv",
|
|
2: "acdefgkoprstuvw~",
|
|
3: "bchklmprstw",
|
|
4: "b"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "functions",
|
|
3: "variables",
|
|
4: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Functions",
|
|
3: "Variables",
|
|
4: "Pages"
|
|
};
|
|
|