Doc Update.

This commit is contained in:
Timo Lang
2015-06-08 01:16:45 +02:00
parent 307c4d998b
commit 86eb39b3a8
388 changed files with 2627 additions and 1224 deletions

View File

@@ -8,8 +8,9 @@ var indexSectionsWithContent =
5: "bcfnst",
6: "ft",
7: "adefinoprstu",
8: "abcdefilnpsuxy",
9: "abcfglmnpst"
8: "abcdefilnprsuxy",
9: "abcfglmnpst",
10: "d"
};
var indexSectionNames =
@@ -23,7 +24,8 @@ var indexSectionNames =
6: "enums",
7: "enumvalues",
8: "defines",
9: "groups"
9: "groups",
10: "pages"
};
var indexSectionLabels =
@@ -37,6 +39,7 @@ var indexSectionLabels =
6: "Enumerations",
7: "Enumerator",
8: "Macros",
9: "Modules"
9: "Modules",
10: "Pages"
};