libctru/search/searchdata.js

43 lines
706 B
JavaScript
Raw Permalink Normal View History

var indexSectionsWithContent =
{
0: "3_abcdefghijklmnopqrstuvwxyz",
1: "abcdefghilmnopqrstuy",
2: "3abcdefghilmnopqrstuvy",
3: "_abcdefghilmnopqrstuvy",
4: "_abcdefghijklmnoprstuvwxyz",
5: "acdefhlnrstuv",
6: "abcdefghimnpqrstuy",
7: "abcdefghiklmnopqrstuvw",
8: "abcfghklmnoqrstuw",
9: "cdl"
};
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"
};