25 lines
302 B
JavaScript
25 lines
302 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcegimoprstuw~",
|
|
1: "ceiostu",
|
|
2: "acegioprstuw~",
|
|
3: "abcmosuw"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "functions",
|
|
3: "variables"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Functions",
|
|
3: "Variables"
|
|
};
|
|
|