libnx/search/searchdata.js
2025-05-08 06:59:12 +00:00

43 lines
704 B
JavaScript

var indexSectionsWithContent =
{
0: "_abcdefghijklmnoprstuvwxyz",
1: "abcefghijlmnprstuvwx",
2: "abcdefghijlmnprstuvw",
3: "abcdefghijlmnprstuvw",
4: "_abcdefghijklmnoprstuvwxyz",
5: "achilmnrstuv",
6: "abcdefghijlmnprstuvwxy",
7: "abcdefghijlmnprstuvwy",
8: "abcfghikmnprsuw",
9: "aclnosu"
};
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"
};