mirror of
https://github.com/AlexMacocian/MTSC.git
synced 2026-07-22 18:29:31 +00:00
28 lines
369 B
JavaScript
28 lines
369 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcdefghiklmnopqrstvw",
|
|
1: "bcdefhimnpsw",
|
|
2: "m",
|
|
3: "abcdeghilpqrstw",
|
|
4: "acdfkmoprstv"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "namespaces",
|
|
3: "functions",
|
|
4: "properties"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Namespaces",
|
|
3: "Functions",
|
|
4: "Properties"
|
|
};
|
|
|