wut/search/searchdata.js
2018-07-26 20:52:03 +10:00

49 lines
812 B
JavaScript

var indexSectionsWithContent =
{
0: "_abcdefghijklmnopqrstuvwxyz",
1: "acdfghiklmnorsvwz",
2: "nr",
3: "abcdefghiklmnprstuvwz",
4: "_abcdefghiklmnoprsvw",
5: "_abcdefghijklmnopqrstuvwxyz",
6: "_abcdfghikmnopsuvwz",
7: "acdfghiklmnoprstvw",
8: "acdefghijklmnoprsuvw",
9: "_cdfhilmostz",
10: "abcdefghikmnprstuvw",
11: "dw"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "namespaces",
3: "files",
4: "functions",
5: "variables",
6: "typedefs",
7: "enums",
8: "enumvalues",
9: "defines",
10: "groups",
11: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Namespaces",
3: "Files",
4: "Functions",
5: "Variables",
6: "Typedefs",
7: "Enumerations",
8: "Enumerator",
9: "Macros",
10: "Modules",
11: "Pages"
};