Brian Silverman | 72890c2 | 2015-09-19 14:37:37 -0400 | [diff] [blame] | 1 | <?xml version="1.0"?> |
| 2 | <doxygenlayout version="1.0"> |
| 3 | <!-- Navigation index tabs for HTML output --> |
| 4 | <navindex> |
| 5 | <tab type="user" url="index.html" title="Overview" /> |
| 6 | <tab type="user" url="@ref GettingStarted" title="Getting started" /> |
| 7 | <tab type="modules" visible="yes" title="Chapters" intro=""/> |
| 8 | <tab type="mainpage" visible="yes" title=""/> |
| 9 | <tab type="classlist" visible="yes" title="" intro=""/> |
| 10 | <!-- <tab type="classmembers" visible="yes" title="" intro=""/> --> |
| 11 | </navindex> |
| 12 | |
| 13 | <!-- Layout definition for a class page --> |
| 14 | <class> |
| 15 | <briefdescription visible="no"/> |
| 16 | <includes visible="$SHOW_INCLUDE_FILES"/> |
| 17 | <detaileddescription title=""/> |
| 18 | <inheritancegraph visible="$CLASS_GRAPH"/> |
| 19 | <collaborationgraph visible="$COLLABORATION_GRAPH"/> |
| 20 | <allmemberslink visible="yes"/> |
| 21 | <memberdecl> |
| 22 | <nestedclasses visible="yes" title=""/> |
| 23 | <publictypes title=""/> |
| 24 | <publicslots title=""/> |
| 25 | <signals title=""/> |
| 26 | <publicmethods title=""/> |
| 27 | <publicstaticmethods title=""/> |
| 28 | <publicattributes title=""/> |
| 29 | <publicstaticattributes title=""/> |
| 30 | <protectedtypes title=""/> |
| 31 | <protectedslots title=""/> |
| 32 | <protectedmethods title=""/> |
| 33 | <protectedstaticmethods title=""/> |
| 34 | <protectedattributes title=""/> |
| 35 | <protectedstaticattributes title=""/> |
| 36 | <packagetypes title=""/> |
| 37 | <packagemethods title=""/> |
| 38 | <packagestaticmethods title=""/> |
| 39 | <packageattributes title=""/> |
| 40 | <packagestaticattributes title=""/> |
| 41 | <properties title=""/> |
| 42 | <events title=""/> |
| 43 | <privatetypes title=""/> |
| 44 | <privateslots title=""/> |
| 45 | <privatemethods title=""/> |
| 46 | <privatestaticmethods title=""/> |
| 47 | <privateattributes title=""/> |
| 48 | <privatestaticattributes title=""/> |
| 49 | <friends title=""/> |
| 50 | <related title="" subtitle=""/> |
| 51 | <membergroups visible="yes"/> |
| 52 | </memberdecl> |
| 53 | |
| 54 | <memberdef> |
| 55 | <inlineclasses title=""/> |
| 56 | <typedefs title=""/> |
| 57 | <enums title=""/> |
| 58 | <constructors title=""/> |
| 59 | <functions title=""/> |
| 60 | <related title=""/> |
| 61 | <variables title=""/> |
| 62 | <properties title=""/> |
| 63 | <events title=""/> |
| 64 | </memberdef> |
| 65 | <usedfiles visible="$SHOW_USED_FILES"/> |
| 66 | <authorsection visible="yes"/> |
| 67 | </class> |
| 68 | |
| 69 | <!-- Layout definition for a namespace page --> |
| 70 | <namespace> |
| 71 | <briefdescription visible="yes"/> |
| 72 | <memberdecl> |
| 73 | <nestednamespaces visible="yes" title=""/> |
| 74 | <classes visible="yes" title=""/> |
| 75 | <typedefs title=""/> |
| 76 | <enums title=""/> |
| 77 | <functions title=""/> |
| 78 | <variables title=""/> |
| 79 | <membergroups visible="yes"/> |
| 80 | </memberdecl> |
| 81 | <detaileddescription title=""/> |
| 82 | <memberdef> |
| 83 | <inlineclasses title=""/> |
| 84 | <typedefs title=""/> |
| 85 | <enums title=""/> |
| 86 | <functions title=""/> |
| 87 | <variables title=""/> |
| 88 | </memberdef> |
| 89 | <authorsection visible="yes"/> |
| 90 | </namespace> |
| 91 | |
| 92 | <!-- Layout definition for a file page --> |
| 93 | <file> |
| 94 | <briefdescription visible="yes"/> |
| 95 | <includes visible="$SHOW_INCLUDE_FILES"/> |
| 96 | <includegraph visible="$INCLUDE_GRAPH"/> |
| 97 | <includedbygraph visible="$INCLUDED_BY_GRAPH"/> |
| 98 | <sourcelink visible="yes"/> |
| 99 | <memberdecl> |
| 100 | <classes visible="yes" title=""/> |
| 101 | <namespaces visible="yes" title=""/> |
| 102 | <defines title=""/> |
| 103 | <typedefs title=""/> |
| 104 | <enums title=""/> |
| 105 | <functions title=""/> |
| 106 | <variables title=""/> |
| 107 | <membergroups visible="yes"/> |
| 108 | </memberdecl> |
| 109 | <detaileddescription title=""/> |
| 110 | <memberdef> |
| 111 | <inlineclasses title=""/> |
| 112 | <defines title=""/> |
| 113 | <typedefs title=""/> |
| 114 | <enums title=""/> |
| 115 | <functions title=""/> |
| 116 | <variables title=""/> |
| 117 | </memberdef> |
| 118 | <authorsection/> |
| 119 | </file> |
| 120 | |
| 121 | <!-- Layout definition for a group page --> |
| 122 | <group> |
| 123 | <briefdescription visible="no"/> |
| 124 | <detaileddescription title=""/> |
| 125 | <groupgraph visible="$GROUP_GRAPHS"/> |
| 126 | <memberdecl> |
| 127 | <nestedgroups visible="yes" title=""/> |
| 128 | <dirs visible="yes" title=""/> |
| 129 | <files visible="yes" title=""/> |
| 130 | <namespaces visible="yes" title=""/> |
| 131 | <classes visible="yes" title=""/> |
| 132 | <defines title=""/> |
| 133 | <typedefs title=""/> |
| 134 | <enums title=""/> |
| 135 | <enumvalues title=""/> |
| 136 | <functions title=""/> |
| 137 | <variables title=""/> |
| 138 | <signals title=""/> |
| 139 | <publicslots title=""/> |
| 140 | <protectedslots title=""/> |
| 141 | <privateslots title=""/> |
| 142 | <events title=""/> |
| 143 | <properties title=""/> |
| 144 | <friends title=""/> |
| 145 | <membergroups visible="yes"/> |
| 146 | </memberdecl> |
| 147 | |
| 148 | <memberdef> |
| 149 | <pagedocs/> |
| 150 | <inlineclasses title=""/> |
| 151 | <defines title=""/> |
| 152 | <typedefs title=""/> |
| 153 | <enums title=""/> |
| 154 | <enumvalues title=""/> |
| 155 | <functions title=""/> |
| 156 | <variables title=""/> |
| 157 | <signals title=""/> |
| 158 | <publicslots title=""/> |
| 159 | <protectedslots title=""/> |
| 160 | <privateslots title=""/> |
| 161 | <events title=""/> |
| 162 | <properties title=""/> |
| 163 | <friends title=""/> |
| 164 | </memberdef> |
| 165 | <authorsection visible="yes"/> |
| 166 | </group> |
| 167 | |
| 168 | <!-- Layout definition for a directory page --> |
| 169 | <directory> |
| 170 | <briefdescription visible="yes"/> |
| 171 | <directorygraph visible="yes"/> |
| 172 | <memberdecl> |
| 173 | <dirs visible="yes"/> |
| 174 | <files visible="yes"/> |
| 175 | </memberdecl> |
| 176 | <detaileddescription title=""/> |
| 177 | </directory> |
| 178 | </doxygenlayout> |