Added doxygen output of current emulator branch.

This commit is contained in:
Timo Lang
2015-05-12 11:12:43 +02:00
commit 57aa160278
9205 changed files with 511443 additions and 0 deletions

42
search/searchdata.js Normal file
View File

@@ -0,0 +1,42 @@
var indexSectionsWithContent =
{
0: "abcdefghilmnoprstuvwxy",
1: "bcdfnpst",
2: "abcflnpst",
3: "abcefgilnprstu",
4: "abcdfhmnopstvwxy",
5: "bcnst",
6: "ft",
7: "fnpt",
8: "abcefinpsu",
9: "abcfgmnpst"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "enums",
7: "enumvalues",
8: "defines",
9: "groups"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Enumerations",
7: "Enumerator",
8: "Macros",
9: "Modules"
};