mirror of https://github.com/AxioDL/amuse.git
28 lines
342 B
JavaScript
28 lines
342 B
JavaScript
var indexSectionsWithContent =
|
|
{
|
|
0: "abcefghiklmnprsvx",
|
|
1: "abcehiklmprsv",
|
|
2: "acfgiklmnprsv",
|
|
3: "mx",
|
|
4: "a"
|
|
};
|
|
|
|
var indexSectionNames =
|
|
{
|
|
0: "all",
|
|
1: "classes",
|
|
2: "functions",
|
|
3: "variables",
|
|
4: "pages"
|
|
};
|
|
|
|
var indexSectionLabels =
|
|
{
|
|
0: "All",
|
|
1: "Classes",
|
|
2: "Functions",
|
|
3: "Variables",
|
|
4: "Pages"
|
|
};
|
|
|