24 lines
313 B
JavaScript
24 lines
313 B
JavaScript
var indexSectionsWithContent =
|
||
{
|
||
0: "_acdefghilmoprstuv–",
|
||
1: "aceimpu",
|
||
2: "_acdefghilmprsuv",
|
||
3: "filopst–"
|
||
};
|
||
|
||
var indexSectionNames =
|
||
{
|
||
0: "all",
|
||
1: "classes",
|
||
2: "functions",
|
||
3: "pages"
|
||
};
|
||
|
||
var indexSectionLabels =
|
||
{
|
||
0: "All",
|
||
1: "Data Structures",
|
||
2: "Functions",
|
||
3: "Pages"
|
||
};
|
||
|