mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-02 01:16:49 +08:00
37 lines
562 B
JavaScript
37 lines
562 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcdefghijklmnopqrstuvwxyz~",
|
|
1: "dmorst",
|
|
2: "abcdefghijklmnopqrstuvwxyz~",
|
|
3: "abcdefghijklmnopqrstuvwxyz",
|
|
4: "o",
|
|
5: "acefhilmoprstuw",
|
|
6: "abcdefghijklmnopqrstuwxyz",
|
|
7: "o"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "functions",
|
|
3: "variables",
|
|
4: "typedefs",
|
|
5: "enums",
|
|
6: "enumvalues",
|
|
7: "related"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Functions",
|
|
3: "Variables",
|
|
4: "Typedefs",
|
|
5: "Enumerations",
|
|
6: "Enumerator",
|
|
7: "Friends"
|
|
};
|
|
|