doc update

This commit is contained in:
Tristan Krause 2019-05-23 15:08:54 +02:00
parent 90e62b739b
commit 5f48849c4e
117 changed files with 3780 additions and 2135 deletions

View file

@ -1,9 +1,10 @@
var indexSectionsWithContent =
{
0: "abcdefgoprstuvw",
0: "abcdefgmoprstuvw",
1: "bdptuv",
2: "acdefgoprstw",
3: "e"
3: "bmprw",
4: "e"
};
var indexSectionNames =
@ -11,7 +12,8 @@ var indexSectionNames =
0: "all",
1: "classes",
2: "functions",
3: "pages"
3: "variables",
4: "pages"
};
var indexSectionLabels =
@ -19,6 +21,7 @@ var indexSectionLabels =
0: "All",
1: "Classes",
2: "Functions",
3: "Pages"
3: "Variables",
4: "Pages"
};