Added doxygen output of current emulator branch.
This commit is contained in:
42
search/searchdata.js
Normal file
42
search/searchdata.js
Normal 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"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user