mirror of
https://github.com/hasherezade/bearparser
synced 2026-06-08 14:32:38 +00:00
46 lines
710 B
JavaScript
46 lines
710 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "_abcdefghilmnoprstuvwz~",
|
|
1: "abcdefhilmoprstw",
|
|
2: "bilpu",
|
|
3: "abcdefilmoprstuw",
|
|
4: "_abcdefghilmnoprstuvw~",
|
|
5: "abcdefilmnoprstvw",
|
|
6: "bo",
|
|
7: "adeflorstw",
|
|
8: "abcdefghilmnoprstuvwz",
|
|
9: "bdeilprs",
|
|
10: "bdfgilmtu"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "namespaces",
|
|
3: "files",
|
|
4: "functions",
|
|
5: "variables",
|
|
6: "typedefs",
|
|
7: "enums",
|
|
8: "enumvalues",
|
|
9: "related",
|
|
10: "defines"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Namespaces",
|
|
3: "Files",
|
|
4: "Functions",
|
|
5: "Variables",
|
|
6: "Typedefs",
|
|
7: "Enumerations",
|
|
8: "Enumerator",
|
|
9: "Friends",
|
|
10: "Macros"
|
|
};
|
|
|