mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 12:10:45 +02:00
28 lines
351 B
JavaScript
28 lines
351 B
JavaScript
|
var indexSectionsWithContent =
|
||
|
{
|
||
|
0: "_abcdefghilprstuvz",
|
||
|
1: "adhlr",
|
||
|
2: "dtu",
|
||
|
3: "_abcdefgilprstuvz",
|
||
|
4: "dt"
|
||
|
};
|
||
|
|
||
|
var indexSectionNames =
|
||
|
{
|
||
|
0: "all",
|
||
|
1: "classes",
|
||
|
2: "namespaces",
|
||
|
3: "functions",
|
||
|
4: "variables"
|
||
|
};
|
||
|
|
||
|
var indexSectionLabels =
|
||
|
{
|
||
|
0: "All",
|
||
|
1: "Classes",
|
||
|
2: "Namespaces",
|
||
|
3: "Functions",
|
||
|
4: "Variables"
|
||
|
};
|
||
|
|