mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 23:49:19 +02:00
40 lines
519 B
JavaScript
40 lines
519 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "bceghijkmnpqrsvw",
|
|
1: "g",
|
|
2: "bcgimnqvw",
|
|
3: "g",
|
|
4: "bghprsw",
|
|
5: "g",
|
|
6: "g",
|
|
7: "ceijkmnsvw",
|
|
8: "bcgimnsvw"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "files",
|
|
3: "functions",
|
|
4: "variables",
|
|
5: "typedefs",
|
|
6: "defines",
|
|
7: "groups",
|
|
8: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Data Structures",
|
|
2: "Files",
|
|
3: "Functions",
|
|
4: "Variables",
|
|
5: "Typedefs",
|
|
6: "Macros",
|
|
7: "Modules",
|
|
8: "Pages"
|
|
};
|
|
|