RadioLibSmol/search/searchdata.js
2024-04-01 09:11:56 +00:00

39 lines
561 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghijlmnoprstuvwxy~",
1: "abcdefhilmnprst",
2: "abcdefghilmnoprstuvwy~",
3: "bcdefghijlmnoprstuvwx",
4: "s",
5: "o",
6: "m",
7: "dems",
8: "rt"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "functions",
3: "variables",
4: "typedefs",
5: "enums",
6: "enumvalues",
7: "groups",
8: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
2: "Functions",
3: "Variables",
4: "Typedefs",
5: "Enumerations",
6: "Enumerator",
7: "Modules",
8: "Pages"
};