os/kernel/search/searchdata.js

43 lines
603 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghiklmnprstuvwx",
1: "giprt",
2: "acghikprstv",
3: "abcfghiklmnpstuvw",
4: "abcdefghiklmnprstux",
5: "i",
6: "t",
7: "t",
8: "bdfhiklmnsv",
9: "f"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "enums",
7: "enumvalues",
8: "defines",
9: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Enumerations",
7: "Enumerator",
8: "Macros",
9: "Pages"
};