mirror of
https://github.com/anklimov/lighthub
synced 2025-12-06 19:59:50 +03:00
40 lines
587 B
JavaScript
40 lines
587 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghilmnopqrstuvw~",
|
|
1: "acimorsu",
|
|
2: "abcdimostu",
|
|
3: "_abcdefghilmnoprstuvw~",
|
|
4: "abcdefghilmnopqrstuvw",
|
|
5: "co",
|
|
6: "lt",
|
|
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"
|
|
};
|
|
|