mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 11:49:51 +03:00
40 lines
596 B
JavaScript
40 lines
596 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghilmnopqrstuvwz~",
|
|
1: "acfimoprstu",
|
|
2: "abcdfimostu",
|
|
3: "_abcdefghilmnoprstuvwz~",
|
|
4: "abcdefghilmnopqrstuvw",
|
|
5: "cfmo",
|
|
6: "hlt",
|
|
7: "adhilort",
|
|
8: "_abcdefhilmnopqrstuvw"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "files",
|
|
3: "functions",
|
|
4: "variables",
|
|
5: "typedefs",
|
|
6: "enums",
|
|
7: "enumvalues",
|
|
8: "defines"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Files",
|
|
3: "Functions",
|
|
4: "Variables",
|
|
5: "Typedefs",
|
|
6: "Enumerations",
|
|
7: "Enumerator",
|
|
8: "Macros"
|
|
};
|
|
|