mirror of
https://github.com/AntoineHX/smart_augmentation.git
synced 2025-05-04 20:20:46 +02:00
27 lines
351 B
JavaScript
27 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"
|
|
};
|
|
|