layout.xml 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. <!--
  2. Copyright Louis Dionne 2013-2017
  3. Distributed under the Boost Software License, Version 1.0.
  4. (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
  5. -->
  6. <doxygenlayout version="1.0">
  7. <!-- Generated by doxygen 1.8.7 -->
  8. <!-- Navigation index tabs for HTML output -->
  9. <navindex>
  10. <tab type="mainpage" visible="yes" title=""/>
  11. <tab type="modules" visible="yes"
  12. title="Reference documentation"
  13. intro="
  14. The reference documentation is split into logical modules, as documented in
  15. the user manual."/>
  16. <tab type="user" visible="yes" url="functions.html" title="Alphabetical index"/>
  17. <!-- The intro of "classmembers" controls what appears on the functions.html
  18. page, which we're using as our index. So it's basically controlling the
  19. intro of our "Index".
  20. -->
  21. <tab type="classmembers" visible="no" title="" intro="
  22. Alphabetical index of everything provided in the library."/>
  23. <tab type="filelist" visible="yes" title="Headers" intro="
  24. This is a list of all the headers provided by the library."/>
  25. <tab type="pages" visible="yes" title="" intro=""/>
  26. <!-- We don't use what's below -->
  27. <tab type="namespaces" visible="no" title="">
  28. <tab type="namespacelist" visible="no" title="" intro=""/>
  29. <tab type="namespacemembers" visible="no" title="" intro=""/>
  30. </tab>
  31. <tab type="examples" visible="no" title="" intro=""/>
  32. <tab type="classes" visible="no" title="">
  33. <tab type="classlist" visible="no" title="" intro=""/>
  34. <tab type="classindex" visible="no" title=""/>
  35. <tab type="hierarchy" visible="no" title="" intro=""/>
  36. </tab>
  37. <tab type="files" visible="no" title="">
  38. <tab type="globals" visible="no" title="" intro=""/>
  39. </tab>
  40. </navindex>
  41. <!-- Layout definition for a class page -->
  42. <class>
  43. <briefdescription visible="no"/>
  44. <detaileddescription title="Description"/>
  45. <includes visible="$SHOW_INCLUDE_FILES"/>
  46. <inheritancegraph visible="$CLASS_GRAPH"/>
  47. <collaborationgraph visible="$COLLABORATION_GRAPH"/>
  48. <memberdecl>
  49. <related title="Synopsis of associated functions" subtitle=" "/>
  50. <nestedclasses visible="no" title=""/>
  51. <friends title=""/>
  52. <membergroups visible="yes"/>
  53. <!-- We don't use what's below -->
  54. <publictypes title=""/>
  55. <services title=""/>
  56. <interfaces title=""/>
  57. <publicslots title=""/>
  58. <signals title=""/>
  59. <publicmethods title=""/>
  60. <publicstaticmethods title=""/>
  61. <publicattributes title=""/>
  62. <publicstaticattributes title=""/>
  63. <protectedtypes title=""/>
  64. <protectedslots title=""/>
  65. <protectedmethods title=""/>
  66. <protectedstaticmethods title=""/>
  67. <protectedattributes title=""/>
  68. <protectedstaticattributes title=""/>
  69. <packagetypes title=""/>
  70. <packagemethods title=""/>
  71. <packagestaticmethods title=""/>
  72. <packageattributes title=""/>
  73. <packagestaticattributes title=""/>
  74. <properties title=""/>
  75. <events title=""/>
  76. <privatetypes title=""/>
  77. <privateslots title=""/>
  78. <privatemethods title=""/>
  79. <privatestaticmethods title=""/>
  80. <privateattributes title=""/>
  81. <privatestaticattributes title=""/>
  82. </memberdecl>
  83. <memberdef>
  84. <related title="Associated functions"/>
  85. <functions title=""/>
  86. <variables title=""/>
  87. <inlineclasses title=""/>
  88. <typedefs title=""/>
  89. <enums title=""/>
  90. <!-- This is not for C++ -->
  91. <services title=""/>
  92. <interfaces title=""/>
  93. <constructors title=""/>
  94. <properties title=""/>
  95. <events title=""/>
  96. </memberdef>
  97. <allmemberslink visible="yes"/>
  98. <usedfiles visible="$SHOW_USED_FILES"/>
  99. <authorsection visible="yes"/>
  100. </class>
  101. <!-- Layout definition for a namespace page -->
  102. <namespace>
  103. <briefdescription visible="yes"/>
  104. <memberdecl>
  105. <nestednamespaces visible="yes" title=""/>
  106. <constantgroups visible="yes" title=""/>
  107. <classes visible="yes" title=""/>
  108. <typedefs title=""/>
  109. <enums title=""/>
  110. <functions title=""/>
  111. <variables title=""/>
  112. <membergroups visible="yes"/>
  113. </memberdecl>
  114. <detaileddescription title=""/>
  115. <memberdef>
  116. <inlineclasses title=""/>
  117. <typedefs title=""/>
  118. <enums title=""/>
  119. <functions title=""/>
  120. <variables title=""/>
  121. </memberdef>
  122. <authorsection visible="yes"/>
  123. </namespace>
  124. <!-- Layout definition for a file page -->
  125. <file>
  126. <briefdescription visible="yes"/>
  127. <includes visible="$SHOW_INCLUDE_FILES"/>
  128. <includegraph visible="$INCLUDE_GRAPH"/>
  129. <includedbygraph visible="$INCLUDED_BY_GRAPH"/>
  130. <sourcelink visible="yes"/>
  131. <memberdecl>
  132. <classes visible="yes" title=""/>
  133. <namespaces visible="yes" title=""/>
  134. <constantgroups visible="yes" title=""/>
  135. <defines title=""/>
  136. <typedefs title=""/>
  137. <enums title=""/>
  138. <functions title=""/>
  139. <variables title=""/>
  140. <membergroups visible="yes"/>
  141. </memberdecl>
  142. <detaileddescription title=""/>
  143. <memberdef>
  144. <inlineclasses title=""/>
  145. <defines title=""/>
  146. <typedefs title=""/>
  147. <enums title=""/>
  148. <functions title=""/>
  149. <variables title=""/>
  150. </memberdef>
  151. <authorsection/>
  152. </file>
  153. <!-- Layout definition for a group page -->
  154. <group>
  155. <briefdescription visible="no"/>
  156. <detaileddescription title="Description"/>
  157. <groupgraph visible="$GROUP_GRAPHS"/>
  158. <memberdecl>
  159. <nestedgroups visible="yes" title=""/>
  160. <dirs visible="yes" title=""/>
  161. <files visible="yes" title=""/>
  162. <namespaces visible="yes" title=""/>
  163. <classes visible="yes" title=""/>
  164. <defines title=""/>
  165. <typedefs title=""/>
  166. <enums title=""/>
  167. <enumvalues title=""/>
  168. <functions title=""/>
  169. <variables title=""/>
  170. <signals title=""/>
  171. <publicslots title=""/>
  172. <protectedslots title=""/>
  173. <privateslots title=""/>
  174. <events title=""/>
  175. <properties title=""/>
  176. <friends title=""/>
  177. <membergroups visible="yes"/>
  178. </memberdecl>
  179. <memberdef>
  180. <pagedocs/>
  181. <inlineclasses title=""/>
  182. <defines title=""/>
  183. <typedefs title=""/>
  184. <enums title=""/>
  185. <enumvalues title=""/>
  186. <functions title=""/>
  187. <variables title=""/>
  188. <signals title=""/>
  189. <publicslots title=""/>
  190. <protectedslots title=""/>
  191. <privateslots title=""/>
  192. <events title=""/>
  193. <properties title=""/>
  194. <friends title=""/>
  195. </memberdef>
  196. <authorsection visible="yes"/>
  197. </group>
  198. <!-- Layout definition for a directory page -->
  199. <directory>
  200. <briefdescription visible="yes"/>
  201. <directorygraph visible="yes"/>
  202. <memberdecl>
  203. <dirs visible="yes"/>
  204. <files visible="yes"/>
  205. </memberdecl>
  206. <detaileddescription title=""/>
  207. </directory>
  208. </doxygenlayout>