os/kernel/search/searchdata.js

40 lines
571 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghiklmnoprstuvwx",
1: "giprt",
2: "acghikprstv",
3: "abcdfghiklmnpstuvw",
4: "abcdefghiklmnoprstuwx",
5: "ir",
6: "t",
7: "t",
8: "bdfhiklmnrsv"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "enums",
7: "enumvalues",
8: "defines"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Enumerations",
7: "Enumerator",
8: "Macros"
};