Files
discoverpixy/search/searchdata.js
2015-05-12 11:12:43 +02:00

43 lines
618 B
JavaScript

var indexSectionsWithContent =
{
0: "abcdefghilmnoprstuvwxy",
1: "bcdfnpst",
2: "abcflnpst",
3: "abcefgilnprstu",
4: "abcdfhmnopstvwxy",
5: "bcnst",
6: "ft",
7: "fnpt",
8: "abcefinpsu",
9: "abcfgmnpst"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "enums",
7: "enumvalues",
8: "defines",
9: "groups"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Enumerations",
7: "Enumerator",
8: "Macros",
9: "Modules"
};