MYNT-EYE-S-SDK/search/searchdata.js

40 lines
572 B
JavaScript
Raw Normal View History

2018-06-10 10:49:12 +03:00
var indexSectionsWithContent =
{
2019-01-16 15:34:19 +02:00
0: "abcdefghiklmnoprstuvwyz",
1: "acdefhimoprstv",
2018-06-10 10:49:12 +03:00
2: "cdefghilorsw",
3: "abcdefghimnrstvw",
4: "ms",
5: "acfimos",
2019-01-16 15:34:19 +02:00
6: "abcdefghiklmnprsuvyz",
2018-06-10 10:49:12 +03:00
7: "deiu",
2018-07-17 17:16:48 +03:00
8: "cdim"
2018-06-10 10:49:12 +03:00
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "functions",
3: "variables",
4: "typedefs",
5: "enums",
6: "enumvalues",
7: "groups",
8: "pages"
};
var indexSectionLabels =
{
2018-07-17 17:16:48 +03:00
0: "All",
1: "Classes",
2: "Functions",
3: "Variables",
4: "Typedefs",
5: "Enumerations",
6: "Enumerator",
7: "Modules",
8: "Pages"
2018-06-10 10:49:12 +03:00
};