Files
discoverpixy/search/searchdata.js
2015-06-08 01:16:45 +02:00

46 lines
676 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghilmnoprstuvwxy",
1: "bcdfnpst",
2: "abcflnpst",
3: "abcefgilnprstu",
4: "abcdfhlmnopstuvwxy",
5: "bcfnst",
6: "ft",
7: "adefinoprstu",
8: "abcdefilnprsuxy",
9: "abcfglmnpst",
10: "d"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "enums",
7: "enumvalues",
8: "defines",
9: "groups",
10: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Enumerations",
7: "Enumerator",
8: "Macros",
9: "Modules",
10: "Pages"
};