algue/search/searchdata.js
2016-10-23 22:11:02 +02:00

40 lines
575 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghiklmnoprstuvwxyz~",
1: "abcfhimnpvz",
2: "aeu",
3: "abcefhlmnpstvz",
4: "abcdefghilmnoprstuvwxyz~",
5: "abcdefghiklmnoprstvwy",
6: "c",
7: "flnst",
8: "abet"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "namespaces",
3: "files",
4: "functions",
5: "variables",
6: "typedefs",
7: "enums",
8: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Namespaces",
3: "Files",
4: "Functions",
5: "Variables",
6: "Typedefs",
7: "Enumerations",
8: "Pages"
};