mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
43 lines
677 B
JavaScript
43 lines
677 B
JavaScript
|
var indexSectionsWithContent =
|
||
|
{
|
||
|
0: "_abcdefghijklmnopqrstuvwxyz",
|
||
|
1: "abcefhiklmprstuwx",
|
||
|
2: "abchmprsuvwx",
|
||
|
3: "abcdefghiklmnoprstuvwx",
|
||
|
4: "_abcdefghiklmnopqrstuvwxy",
|
||
|
5: "bcdmptu",
|
||
|
6: "abcdhlprstv",
|
||
|
7: "abcdefghklmnoprstuvwxyz",
|
||
|
8: "_abcdefghijklmnoprstuvwx",
|
||
|
9: "uw"
|
||
|
};
|
||
|
|
||
|
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: "Classes",
|
||
|
2: "Files",
|
||
|
3: "Functions",
|
||
|
4: "Variables",
|
||
|
5: "Typedefs",
|
||
|
6: "Enumerations",
|
||
|
7: "Enumerator",
|
||
|
8: "Macros",
|
||
|
9: "Pages"
|
||
|
};
|
||
|
|