documented config
This commit is contained in:
@@ -1,27 +1,45 @@
|
||||
var indexSectionsWithContent =
|
||||
{
|
||||
0: "_abcdefgiklmnopqrstuvwz",
|
||||
0: "_abcdefghijklmnopqrstuvwxyz~",
|
||||
1: "_acdefgklmnopqrstuv",
|
||||
2: "cdefgilmnoprstuvwz",
|
||||
3: "abcdegmnopstv",
|
||||
4: "io"
|
||||
2: "o",
|
||||
3: "acdefgiklmnopqrstuv",
|
||||
4: "abcdefghiklmnopqrstuvwxyz~",
|
||||
5: "abcdefghijklmnopqrstuvwxyz",
|
||||
6: "acdefgpstv",
|
||||
7: "acefgilmprtv",
|
||||
8: "abefgiklmprtv",
|
||||
9: "abcdefgklmprstv",
|
||||
10: "io"
|
||||
};
|
||||
|
||||
var indexSectionNames =
|
||||
{
|
||||
0: "all",
|
||||
1: "classes",
|
||||
2: "functions",
|
||||
3: "variables",
|
||||
4: "pages"
|
||||
2: "namespaces",
|
||||
3: "files",
|
||||
4: "functions",
|
||||
5: "variables",
|
||||
6: "typedefs",
|
||||
7: "enums",
|
||||
8: "enumvalues",
|
||||
9: "defines",
|
||||
10: "pages"
|
||||
};
|
||||
|
||||
var indexSectionLabels =
|
||||
{
|
||||
0: "All",
|
||||
1: "Classes",
|
||||
2: "Functions",
|
||||
3: "Variables",
|
||||
4: "Pages"
|
||||
2: "Namespaces",
|
||||
3: "Files",
|
||||
4: "Functions",
|
||||
5: "Variables",
|
||||
6: "Typedefs",
|
||||
7: "Enumerations",
|
||||
8: "Enumerator",
|
||||
9: "Macros",
|
||||
10: "Pages"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user