nishbox/engine/search/searchdata.js

40 lines
529 B
JavaScript

var indexSectionsWithContent =
{
0: "_abcdefghilmprstuvwxyz",
1: "g",
2: "acdfgimpstv",
3: "g",
4: "abcdefghilmprstuwxyz",
5: "g",
6: "g",
7: "_g",
8: "eg"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "enums",
7: "defines",
8: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Enumerations",
7: "Macros",
8: "Pages"
};