mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
36 lines
519 B
JavaScript
36 lines
519 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcdefghilmnoprstuvw",
|
|
1: "acfgilmprstv",
|
|
2: "abcdfgilmoprstu",
|
|
3: "abgor",
|
|
4: "t",
|
|
5: "bcfmprst",
|
|
6: "abcdefghilmnoprstuw",
|
|
7: "cgipst"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "functions",
|
|
3: "variables",
|
|
4: "typedefs",
|
|
5: "enums",
|
|
6: "enumvalues",
|
|
7: "groups"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Functions",
|
|
3: "Variables",
|
|
4: "Typedefs",
|
|
5: "Enumerations",
|
|
6: "Enumerator",
|
|
7: "Modules"
|
|
};
|
|
|