@xpack/doxygen2docusaurus 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (266) hide show
  1. package/README.md +3 -3
  2. package/dist/cli/main.d.ts +6 -0
  3. package/dist/cli/main.d.ts.map +1 -1
  4. package/dist/cli/main.js +7 -1
  5. package/dist/cli/main.js.map +1 -1
  6. package/dist/docusaurus/cli-options.d.ts +266 -38
  7. package/dist/docusaurus/cli-options.d.ts.map +1 -1
  8. package/dist/docusaurus/cli-options.js +252 -43
  9. package/dist/docusaurus/cli-options.js.map +1 -1
  10. package/dist/docusaurus/generator.d.ts +179 -4
  11. package/dist/docusaurus/generator.d.ts.map +1 -1
  12. package/dist/docusaurus/generator.js +215 -45
  13. package/dist/docusaurus/generator.js.map +1 -1
  14. package/dist/docusaurus/renderers/descriptiontype.d.ts +417 -0
  15. package/dist/docusaurus/renderers/descriptiontype.d.ts.map +1 -1
  16. package/dist/docusaurus/renderers/descriptiontype.js +417 -0
  17. package/dist/docusaurus/renderers/descriptiontype.js.map +1 -1
  18. package/dist/docusaurus/renderers/docinternalstype.d.ts +132 -0
  19. package/dist/docusaurus/renderers/docinternalstype.d.ts.map +1 -1
  20. package/dist/docusaurus/renderers/docinternalstype.js +132 -0
  21. package/dist/docusaurus/renderers/docinternalstype.js.map +1 -1
  22. package/dist/docusaurus/renderers/doclisttype.d.ts +22 -0
  23. package/dist/docusaurus/renderers/doclisttype.d.ts.map +1 -1
  24. package/dist/docusaurus/renderers/doclisttype.js +22 -2
  25. package/dist/docusaurus/renderers/doclisttype.js.map +1 -1
  26. package/dist/docusaurus/renderers/doctabletype.d.ts +88 -0
  27. package/dist/docusaurus/renderers/doctabletype.d.ts.map +1 -1
  28. package/dist/docusaurus/renderers/doctabletype.js +88 -0
  29. package/dist/docusaurus/renderers/doctabletype.js.map +1 -1
  30. package/dist/docusaurus/renderers/doctitletype.d.ts +22 -0
  31. package/dist/docusaurus/renderers/doctitletype.d.ts.map +1 -1
  32. package/dist/docusaurus/renderers/doctitletype.js +22 -0
  33. package/dist/docusaurus/renderers/doctitletype.js.map +1 -1
  34. package/dist/docusaurus/renderers/docvariablelisttype.d.ts +44 -0
  35. package/dist/docusaurus/renderers/docvariablelisttype.d.ts.map +1 -1
  36. package/dist/docusaurus/renderers/docvariablelisttype.js +44 -0
  37. package/dist/docusaurus/renderers/docvariablelisttype.js.map +1 -1
  38. package/dist/docusaurus/renderers/docxrefsecttype.d.ts +22 -0
  39. package/dist/docusaurus/renderers/docxrefsecttype.d.ts.map +1 -1
  40. package/dist/docusaurus/renderers/docxrefsecttype.js +22 -0
  41. package/dist/docusaurus/renderers/docxrefsecttype.js.map +1 -1
  42. package/dist/docusaurus/renderers/element-renderer-base.d.ts +74 -0
  43. package/dist/docusaurus/renderers/element-renderer-base.d.ts.map +1 -1
  44. package/dist/docusaurus/renderers/element-renderer-base.js +52 -0
  45. package/dist/docusaurus/renderers/element-renderer-base.js.map +1 -1
  46. package/dist/docusaurus/renderers/inctype.d.ts +23 -0
  47. package/dist/docusaurus/renderers/inctype.d.ts.map +1 -1
  48. package/dist/docusaurus/renderers/inctype.js +23 -0
  49. package/dist/docusaurus/renderers/inctype.js.map +1 -1
  50. package/dist/docusaurus/renderers/linkedtexttype.d.ts +22 -0
  51. package/dist/docusaurus/renderers/linkedtexttype.d.ts.map +1 -1
  52. package/dist/docusaurus/renderers/linkedtexttype.js +22 -0
  53. package/dist/docusaurus/renderers/linkedtexttype.js.map +1 -1
  54. package/dist/docusaurus/renderers/listingtype.d.ts +52 -0
  55. package/dist/docusaurus/renderers/listingtype.d.ts.map +1 -1
  56. package/dist/docusaurus/renderers/listingtype.js +66 -2
  57. package/dist/docusaurus/renderers/listingtype.js.map +1 -1
  58. package/dist/docusaurus/renderers/paramtype.d.ts +22 -0
  59. package/dist/docusaurus/renderers/paramtype.d.ts.map +1 -1
  60. package/dist/docusaurus/renderers/paramtype.js +22 -0
  61. package/dist/docusaurus/renderers/paramtype.js.map +1 -1
  62. package/dist/docusaurus/renderers/referencetype.d.ts +23 -0
  63. package/dist/docusaurus/renderers/referencetype.d.ts.map +1 -1
  64. package/dist/docusaurus/renderers/referencetype.js +23 -2
  65. package/dist/docusaurus/renderers/referencetype.js.map +1 -1
  66. package/dist/docusaurus/renderers/reftexttype.d.ts +22 -0
  67. package/dist/docusaurus/renderers/reftexttype.d.ts.map +1 -1
  68. package/dist/docusaurus/renderers/reftexttype.js +22 -0
  69. package/dist/docusaurus/renderers/reftexttype.js.map +1 -1
  70. package/dist/docusaurus/renderers/reftype.d.ts +22 -0
  71. package/dist/docusaurus/renderers/reftype.d.ts.map +1 -1
  72. package/dist/docusaurus/renderers/reftype.js +22 -0
  73. package/dist/docusaurus/renderers/reftype.js.map +1 -1
  74. package/dist/docusaurus/renderers/renderers.d.ts +151 -0
  75. package/dist/docusaurus/renderers/renderers.d.ts.map +1 -1
  76. package/dist/docusaurus/renderers/renderers.js +151 -0
  77. package/dist/docusaurus/renderers/renderers.js.map +1 -1
  78. package/dist/docusaurus/renderers/substringtype.d.ts +22 -0
  79. package/dist/docusaurus/renderers/substringtype.d.ts.map +1 -1
  80. package/dist/docusaurus/renderers/substringtype.js +22 -0
  81. package/dist/docusaurus/renderers/substringtype.js.map +1 -1
  82. package/dist/docusaurus/renderers/tableofcontentstype.d.ts +22 -0
  83. package/dist/docusaurus/renderers/tableofcontentstype.d.ts.map +1 -1
  84. package/dist/docusaurus/renderers/tableofcontentstype.js +22 -0
  85. package/dist/docusaurus/renderers/tableofcontentstype.js.map +1 -1
  86. package/dist/docusaurus/types.d.ts +114 -8
  87. package/dist/docusaurus/types.d.ts.map +1 -1
  88. package/dist/docusaurus/types.js.map +1 -1
  89. package/dist/docusaurus/utils.d.ts +214 -0
  90. package/dist/docusaurus/utils.d.ts.map +1 -1
  91. package/dist/docusaurus/utils.js +214 -0
  92. package/dist/docusaurus/utils.js.map +1 -1
  93. package/dist/docusaurus/view-model/classes-vm.d.ts +139 -2
  94. package/dist/docusaurus/view-model/classes-vm.d.ts.map +1 -1
  95. package/dist/docusaurus/view-model/classes-vm.js +147 -6
  96. package/dist/docusaurus/view-model/classes-vm.js.map +1 -1
  97. package/dist/docusaurus/view-model/collection-base.d.ts +122 -2
  98. package/dist/docusaurus/view-model/collection-base.d.ts.map +1 -1
  99. package/dist/docusaurus/view-model/collection-base.js +78 -0
  100. package/dist/docusaurus/view-model/collection-base.js.map +1 -1
  101. package/dist/docusaurus/view-model/compound-base-vm.d.ts +134 -19
  102. package/dist/docusaurus/view-model/compound-base-vm.d.ts.map +1 -1
  103. package/dist/docusaurus/view-model/compound-base-vm.js +122 -26
  104. package/dist/docusaurus/view-model/compound-base-vm.js.map +1 -1
  105. package/dist/docusaurus/view-model/description-anchors.d.ts +58 -0
  106. package/dist/docusaurus/view-model/description-anchors.d.ts.map +1 -1
  107. package/dist/docusaurus/view-model/description-anchors.js +58 -0
  108. package/dist/docusaurus/view-model/description-anchors.js.map +1 -1
  109. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts +249 -2
  110. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts.map +1 -1
  111. package/dist/docusaurus/view-model/files-and-folders-vm.js +250 -4
  112. package/dist/docusaurus/view-model/files-and-folders-vm.js.map +1 -1
  113. package/dist/docusaurus/view-model/groups-vm.d.ts +150 -2
  114. package/dist/docusaurus/view-model/groups-vm.d.ts.map +1 -1
  115. package/dist/docusaurus/view-model/groups-vm.js +153 -5
  116. package/dist/docusaurus/view-model/groups-vm.js.map +1 -1
  117. package/dist/docusaurus/view-model/members-vm.d.ts +552 -0
  118. package/dist/docusaurus/view-model/members-vm.d.ts.map +1 -1
  119. package/dist/docusaurus/view-model/members-vm.js +552 -4
  120. package/dist/docusaurus/view-model/members-vm.js.map +1 -1
  121. package/dist/docusaurus/view-model/namespaces-vm.d.ts +201 -2
  122. package/dist/docusaurus/view-model/namespaces-vm.d.ts.map +1 -1
  123. package/dist/docusaurus/view-model/namespaces-vm.js +202 -4
  124. package/dist/docusaurus/view-model/namespaces-vm.js.map +1 -1
  125. package/dist/docusaurus/view-model/options.d.ts +43 -0
  126. package/dist/docusaurus/view-model/options.d.ts.map +1 -1
  127. package/dist/docusaurus/view-model/options.js +43 -0
  128. package/dist/docusaurus/view-model/options.js.map +1 -1
  129. package/dist/docusaurus/view-model/pages-vm.d.ts +117 -2
  130. package/dist/docusaurus/view-model/pages-vm.d.ts.map +1 -1
  131. package/dist/docusaurus/view-model/pages-vm.js +119 -4
  132. package/dist/docusaurus/view-model/pages-vm.js.map +1 -1
  133. package/dist/docusaurus/view-model/tree-entries-vm.d.ts +135 -15
  134. package/dist/docusaurus/view-model/tree-entries-vm.d.ts.map +1 -1
  135. package/dist/docusaurus/view-model/tree-entries-vm.js +136 -16
  136. package/dist/docusaurus/view-model/tree-entries-vm.js.map +1 -1
  137. package/dist/docusaurus/view-model/view-model.d.ts +119 -0
  138. package/dist/docusaurus/view-model/view-model.d.ts.map +1 -1
  139. package/dist/docusaurus/view-model/view-model.js +119 -0
  140. package/dist/docusaurus/view-model/view-model.js.map +1 -1
  141. package/dist/docusaurus/workspace.d.ts +106 -0
  142. package/dist/docusaurus/workspace.d.ts.map +1 -1
  143. package/dist/docusaurus/workspace.js +107 -1
  144. package/dist/docusaurus/workspace.js.map +1 -1
  145. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts +485 -0
  146. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts.map +1 -1
  147. package/dist/doxygen/data-model/compounds/compounddef-dm.js +485 -0
  148. package/dist/doxygen/data-model/compounds/compounddef-dm.js.map +1 -1
  149. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts +120 -0
  150. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts.map +1 -1
  151. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js +98 -0
  152. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js.map +1 -1
  153. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts +2705 -0
  154. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts.map +1 -1
  155. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js +2677 -47
  156. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js.map +1 -1
  157. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts +165 -0
  158. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts.map +1 -1
  159. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js +165 -0
  160. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js.map +1 -1
  161. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts +70 -0
  162. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts.map +1 -1
  163. package/dist/doxygen/data-model/compounds/doxygentype-dm.js +70 -0
  164. package/dist/doxygen/data-model/compounds/doxygentype-dm.js.map +1 -1
  165. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts +78 -0
  166. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts.map +1 -1
  167. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js +78 -0
  168. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js.map +1 -1
  169. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts +107 -0
  170. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts.map +1 -1
  171. package/dist/doxygen/data-model/compounds/inctype-dm.js +107 -0
  172. package/dist/doxygen/data-model/compounds/inctype-dm.js.map +1 -1
  173. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts +123 -0
  174. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts.map +1 -1
  175. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js +123 -0
  176. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js.map +1 -1
  177. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts +70 -0
  178. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts.map +1 -1
  179. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js +70 -1
  180. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js.map +1 -1
  181. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts +156 -0
  182. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts.map +1 -1
  183. package/dist/doxygen/data-model/compounds/locationtype-dm.js +156 -5
  184. package/dist/doxygen/data-model/compounds/locationtype-dm.js.map +1 -1
  185. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts +433 -0
  186. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts.map +1 -1
  187. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js +417 -6
  188. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js.map +1 -1
  189. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts +135 -0
  190. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts.map +1 -1
  191. package/dist/doxygen/data-model/compounds/memberreftype-dm.js +136 -4
  192. package/dist/doxygen/data-model/compounds/memberreftype-dm.js.map +1 -1
  193. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts +95 -0
  194. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts.map +1 -1
  195. package/dist/doxygen/data-model/compounds/membertype-dm.js +76 -4
  196. package/dist/doxygen/data-model/compounds/membertype-dm.js.map +1 -1
  197. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts +158 -0
  198. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts.map +1 -1
  199. package/dist/doxygen/data-model/compounds/paramtype-dm.js +158 -1
  200. package/dist/doxygen/data-model/compounds/paramtype-dm.js.map +1 -1
  201. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts +130 -0
  202. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts.map +1 -1
  203. package/dist/doxygen/data-model/compounds/referencetype-dm.js +130 -2
  204. package/dist/doxygen/data-model/compounds/referencetype-dm.js.map +1 -1
  205. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts +120 -0
  206. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts.map +1 -1
  207. package/dist/doxygen/data-model/compounds/reftexttype-dm.js +106 -3
  208. package/dist/doxygen/data-model/compounds/reftexttype-dm.js.map +1 -1
  209. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts +247 -0
  210. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts.map +1 -1
  211. package/dist/doxygen/data-model/compounds/reftype-dm.js +247 -3
  212. package/dist/doxygen/data-model/compounds/reftype-dm.js.map +1 -1
  213. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts +99 -0
  214. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts.map +1 -1
  215. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js +99 -2
  216. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js.map +1 -1
  217. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts +159 -0
  218. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts.map +1 -1
  219. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js +159 -3
  220. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js.map +1 -1
  221. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts +255 -0
  222. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts.map +1 -1
  223. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js +255 -6
  224. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js.map +1 -1
  225. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts +60 -0
  226. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts.map +1 -1
  227. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js +60 -1
  228. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js.map +1 -1
  229. package/dist/doxygen/data-model/data-model.d.ts +86 -2
  230. package/dist/doxygen/data-model/data-model.d.ts.map +1 -1
  231. package/dist/doxygen/data-model/data-model.js +86 -4
  232. package/dist/doxygen/data-model/data-model.js.map +1 -1
  233. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts +109 -0
  234. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts.map +1 -1
  235. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js +84 -2
  236. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js.map +1 -1
  237. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts +81 -0
  238. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts.map +1 -1
  239. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js +81 -3
  240. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js.map +1 -1
  241. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts +24 -7
  242. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts.map +1 -1
  243. package/dist/doxygen/data-model/doxygen-xml-parser.js +24 -22
  244. package/dist/doxygen/data-model/doxygen-xml-parser.js.map +1 -1
  245. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts +92 -0
  246. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts.map +1 -1
  247. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js +79 -2
  248. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js.map +1 -1
  249. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts +76 -0
  250. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts.map +1 -1
  251. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js +76 -3
  252. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js.map +1 -1
  253. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts +79 -0
  254. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts.map +1 -1
  255. package/dist/doxygen/data-model/index/indexmembertype-dm.js +66 -2
  256. package/dist/doxygen/data-model/index/indexmembertype-dm.js.map +1 -1
  257. package/dist/doxygen/data-model/types.d.ts +96 -1
  258. package/dist/doxygen/data-model/types.d.ts.map +1 -1
  259. package/dist/doxygen/data-model/types.js +37 -0
  260. package/dist/doxygen/data-model/types.js.map +1 -1
  261. package/dist/doxygen2docusaurus.d.ts +3675 -48
  262. package/package.json +9 -6
  263. /package/{template → templates}/css/custom.css +0 -0
  264. /package/{template → templates}/img/README.md +0 -0
  265. /package/{template → templates}/img/document-svgrepo-com.svg +0 -0
  266. /package/{template → templates}/img/folder-svgrepo-com.svg +0 -0
@@ -8,60 +8,493 @@ import { TemplateParamListDataModel } from './templateparamlisttype-dm.js';
8
8
  import { EnumValueDataModel } from './enumvaluetype-dm.js';
9
9
  import { ReimplementDataModel } from './reimplementtype-dm.js';
10
10
  import { ReferenceDataModel, ReferencedByDataModel } from './referencetype-dm.js';
11
+ /**
12
+ * Union type representing all possible member kinds within Doxygen
13
+ * documentation.
14
+ *
15
+ * @remarks
16
+ * Defines the complete set of member types that can be documented by Doxygen,
17
+ * encompassing various programming language constructs including C/C++
18
+ * elements, Qt-specific constructs, and language-specific features from
19
+ * multiple programming paradigms.
20
+ *
21
+ * The enumeration covers traditional programming constructs (functions,
22
+ * variables, typedefs), modern C++ features, Qt framework elements (signals,
23
+ * slots), and specialised constructs from various development environments.
24
+ *
25
+ * @public
26
+ */
11
27
  export type DoxMemberKind = 'define' | 'property' | 'event' | 'variable' | 'typedef' | 'enum' | 'function' | 'signal' | 'prototype' | 'friend' | 'dcop' | 'slot' | 'interface' | 'service';
12
28
  /**
29
+ * Abstract base class for member-related data models within documentation.
30
+ *
31
+ * @remarks
32
+ * Provides foundational functionality for all member-related elements within
33
+ * the Doxygen documentation system. This class establishes the basic
34
+ * structure for member identification and classification, serving as the
35
+ * foundation for more specific member definition processing.
36
+ *
37
+ * The class maintains essential member information including name and kind
38
+ * identification, which are fundamental properties required by all member
39
+ * types within the documentation hierarchy.
40
+ *
13
41
  * @public
14
42
  */
15
43
  export declare abstract class AbstractMemberBaseType extends AbstractDataModelBase {
44
+ /**
45
+ * The name of the member element.
46
+ *
47
+ * @remarks
48
+ * Contains the identifier name for the member as extracted from the
49
+ * documentation source. This represents the primary identification
50
+ * mechanism for the member within its containing scope.
51
+ *
52
+ * @public
53
+ */
16
54
  name: string;
55
+ /**
56
+ * The kind classification of the member element.
57
+ *
58
+ * @remarks
59
+ * Specifies the type category of the member, corresponding to the
60
+ * DoxMemberKind enumeration values. This classification determines
61
+ * how the member is processed and presented within the documentation
62
+ * generation workflow.
63
+ *
64
+ * @public
65
+ */
17
66
  kind: string;
18
67
  }
19
68
  /**
69
+ * Abstract base class for comprehensive member definition data models.
70
+ *
71
+ * @remarks
72
+ * Extends the basic member functionality to provide complete member
73
+ * definition processing capabilities. This class handles the complex XML
74
+ * Schema definition for memberdefType elements, which represent detailed
75
+ * member information including location data, type information, parameters,
76
+ * descriptions, and various language-specific attributes.
77
+ *
78
+ * The implementation processes extensive member metadata including template
79
+ * parameters, function signatures, initialization values, documentation
80
+ * descriptions, and cross-reference information. It also manages a
81
+ * comprehensive set of language-specific attributes covering C++, Qt,
82
+ * C++/CLI, C#, Objective-C, and UNO IDL constructs.
83
+ *
20
84
  * @public
21
85
  */
22
86
  export declare abstract class AbstractMemberDefType extends AbstractMemberBaseType {
87
+ /**
88
+ * The location information for the member definition.
89
+ *
90
+ * @remarks
91
+ * Contains comprehensive source code location data including file paths,
92
+ * line numbers, and column positions for both declarations and
93
+ * implementations. This enables precise navigation between documentation
94
+ * and source code.
95
+ *
96
+ * @public
97
+ */
23
98
  location: LocationDataModel | undefined;
99
+ /**
100
+ * The unique identifier for the member element.
101
+ *
102
+ * @remarks
103
+ * Provides a unique identification string for the member within the
104
+ * documentation system. This identifier is used for cross-referencing
105
+ * and linking between different parts of the documentation.
106
+ *
107
+ * @public
108
+ */
24
109
  id: string;
110
+ /**
111
+ * The protection level of the member element.
112
+ *
113
+ * @remarks
114
+ * Specifies the access protection level (public, protected, private)
115
+ * for the member, determining its visibility and accessibility within
116
+ * the containing class or namespace scope.
117
+ *
118
+ * @public
119
+ */
25
120
  prot: string;
121
+ /**
122
+ * Indicates whether the member is declared as static.
123
+ *
124
+ * @remarks
125
+ * Boolean flag indicating static member declaration, affecting the
126
+ * member's association with class instances versus the class itself.
127
+ * This information is crucial for understanding member accessibility
128
+ * and usage patterns.
129
+ *
130
+ * @public
131
+ */
26
132
  staticc: boolean | undefined;
133
+ /**
134
+ * Template parameter list information for templated members.
135
+ *
136
+ * @remarks
137
+ * Contains detailed information about template parameters when the member
138
+ * is part of a template declaration. This includes parameter names, types,
139
+ * and default values essential for template documentation.
140
+ *
141
+ * @public
142
+ */
27
143
  templateparamlist?: TemplateParamListDataModel | undefined;
144
+ /**
145
+ * Type information for the member element.
146
+ *
147
+ * @remarks
148
+ * Provides comprehensive type data including linked text with embedded
149
+ * cross-references. This information describes the member's data type,
150
+ * return type for functions, or variable type for data members.
151
+ *
152
+ * @public
153
+ */
28
154
  type?: TypeDataModel | undefined;
155
+ /**
156
+ * The complete definition string for the member.
157
+ *
158
+ * @remarks
159
+ * Contains the full member definition as it appears in the source code,
160
+ * including type information, qualifiers, and parameter lists. This
161
+ * provides the complete syntactic representation of the member.
162
+ *
163
+ * @public
164
+ */
29
165
  definition?: string | undefined;
166
+ /**
167
+ * The argument string for function members.
168
+ *
169
+ * @remarks
170
+ * Contains the parameter list specification for function-like members,
171
+ * including parameter types, names, and default values. This information
172
+ * is essential for understanding function signatures and usage.
173
+ *
174
+ * @public
175
+ */
30
176
  argsstring?: string | undefined;
177
+ /**
178
+ * The fully qualified name of the member element.
179
+ *
180
+ * @remarks
181
+ * Provides the complete qualified name including namespace and class
182
+ * prefixes, enabling unambiguous identification of the member within
183
+ * the entire codebase context.
184
+ *
185
+ * @public
186
+ */
31
187
  qualifiedName?: string | undefined;
188
+ /**
189
+ * Bitfield specification for member variables.
190
+ *
191
+ * @remarks
192
+ * Contains the bitfield width specification for member variables that
193
+ * are declared as bitfields in C/C++ structures or classes. This string
194
+ * represents the number of bits allocated to the member within the
195
+ * containing structure's memory layout.
196
+ */
32
197
  bitfield?: string | undefined;
198
+ /**
199
+ * List of reimplemented member references.
200
+ *
201
+ * @remarks
202
+ * Contains references to members that this member reimplements or
203
+ * overrides from base classes. This property captures inheritance
204
+ * relationships where the current member provides a new implementation
205
+ * of a virtual method from a parent class.
206
+ */
33
207
  reimplements?: ReimplementDataModel[] | undefined;
208
+ /**
209
+ * List of members that reimplement this member.
210
+ *
211
+ * @remarks
212
+ * Contains references to derived class members that reimplement or
213
+ * override this member. This property provides reverse inheritance
214
+ * relationship information, showing which child classes provide
215
+ * alternative implementations of this member.
216
+ */
34
217
  reimplementedBys?: ReimplementDataModel[] | undefined;
218
+ /**
219
+ * Parameter list for function or method members.
220
+ *
221
+ * @remarks
222
+ * Contains detailed parameter information for function-like members,
223
+ * including parameter names, types, descriptions, and default values.
224
+ * This comprehensive parameter data enables complete function signature
225
+ * documentation and API reference generation.
226
+ */
35
227
  params?: ParamDataModel[] | undefined;
228
+ /**
229
+ * Enumeration values for enum members.
230
+ *
231
+ * @remarks
232
+ * Contains the list of enumeration constants when the member is an enum
233
+ * type. Each enumeration value includes its name, numeric value, and
234
+ * associated documentation, providing complete enum documentation
235
+ * for API references.
236
+ */
36
237
  enumvalues?: EnumValueDataModel[] | undefined;
238
+ /**
239
+ * Initializer expression for the member.
240
+ *
241
+ * @remarks
242
+ * Contains the initialization expression or default value assigned to
243
+ * the member in its declaration. This linked text may include
244
+ * cross-references to other documented entities and provides insight
245
+ * into the member's default behaviour or initial state.
246
+ */
37
247
  initializer?: InitializerDataModel | undefined;
248
+ /**
249
+ * Brief description of the member.
250
+ *
251
+ * @remarks
252
+ * Contains a concise summary description of the member extracted from
253
+ * documentation comments. This brief description is typically used in
254
+ * member listings and summary views to provide quick understanding
255
+ * of the member's purpose.
256
+ */
38
257
  briefDescription?: BriefDescriptionDataModel | undefined;
258
+ /**
259
+ * Detailed description of the member.
260
+ *
261
+ * @remarks
262
+ * Contains comprehensive documentation for the member including detailed
263
+ * explanations, usage examples, parameter descriptions, and return value
264
+ * information. This forms the primary documentation content for the
265
+ * member in generated API documentation.
266
+ */
39
267
  detailedDescription?: DetailedDescriptionDataModel | undefined;
268
+ /**
269
+ * In-body description of the member.
270
+ *
271
+ * @remarks
272
+ * Contains documentation that appears within the member's implementation
273
+ * body, typically used for additional implementation notes or internal
274
+ * documentation that supplements the main member description.
275
+ */
40
276
  inbodyDescription?: InbodyDescriptionDataModel | undefined;
277
+ /**
278
+ * References made by this member to other entities.
279
+ *
280
+ * @remarks
281
+ * Contains a list of references to other documented entities that this
282
+ * member uses or calls. This information enables dependency analysis
283
+ * and cross-reference navigation in the generated documentation.
284
+ */
41
285
  references?: ReferenceDataModel[] | undefined;
286
+ /**
287
+ * References to this member from other entities.
288
+ *
289
+ * @remarks
290
+ * Contains a list of other documented entities that reference or use
291
+ * this member. This reverse reference information helps understand
292
+ * the member's usage throughout the codebase and enables comprehensive
293
+ * cross-reference navigation.
294
+ */
42
295
  referencedBy?: ReferencedByDataModel[] | undefined;
296
+ /**
297
+ * Indicates whether the member has external linkage.
298
+ *
299
+ * @remarks
300
+ * Boolean flag indicating that the member is declared with external
301
+ * linkage, typically using the 'extern' keyword in C/C++. This affects
302
+ * the member's visibility and linkage across translation units.
303
+ */
43
304
  extern?: boolean | undefined;
305
+ /**
306
+ * Indicates whether the member has strong typing.
307
+ *
308
+ * @remarks
309
+ * Boolean flag indicating strong type enforcement for the member,
310
+ * typically used in languages or contexts where type strength can
311
+ * be explicitly specified to prevent implicit conversions.
312
+ */
44
313
  strong?: boolean | undefined;
314
+ /**
315
+ * Indicates whether the member is declared as const.
316
+ *
317
+ * @remarks
318
+ * Boolean flag indicating that the member is declared with the const
319
+ * qualifier, making it immutable after initialization. This affects
320
+ * the member's usage patterns and compiler optimizations.
321
+ */
45
322
  constt?: boolean | undefined;
323
+ /**
324
+ * Indicates whether the member is declared as explicit.
325
+ *
326
+ * @remarks
327
+ * Boolean flag indicating that constructors or conversion operators
328
+ * are marked as explicit, preventing implicit conversions. This is
329
+ * particularly important for type safety in C++ class design.
330
+ */
46
331
  explicit?: boolean | undefined;
332
+ /**
333
+ * Indicates whether the member is declared as inline.
334
+ *
335
+ * @remarks
336
+ * Boolean flag indicating that the member is defined inline, suggesting
337
+ * to the compiler that calls should be expanded in place rather than
338
+ * using function call mechanisms. This affects performance and linking.
339
+ */
47
340
  inline?: boolean | undefined;
341
+ /**
342
+ * Indicates the reference qualifier for the member.
343
+ *
344
+ * @remarks
345
+ * Boolean flag related to C++11 reference qualifiers (&, &&) that
346
+ * specify whether member functions can be called on lvalue or rvalue
347
+ * objects. This affects method overload resolution and move semantics.
348
+ */
48
349
  refqual?: boolean | undefined;
350
+ /**
351
+ * Virtual specification for the member.
352
+ *
353
+ * @remarks
354
+ * String indicating the virtual nature of the member using DoxVirtualKind
355
+ * values ('non-virtual', 'virtual', 'pure-virtual'). This determines
356
+ * the member's behaviour in inheritance hierarchies and polymorphism.
357
+ */
49
358
  virt?: string | undefined;
359
+ /**
360
+ * Indicates whether the member is declared as volatile.
361
+ *
362
+ * @remarks
363
+ * Boolean flag indicating that the member is declared with the volatile
364
+ * qualifier, preventing compiler optimizations that assume the value
365
+ * doesn't change unexpectedly. This is important for hardware registers
366
+ * and multi-threaded contexts.
367
+ */
50
368
  volatile?: boolean | undefined;
369
+ /**
370
+ * Indicates whether the member is declared as mutable.
371
+ *
372
+ * @remarks
373
+ * Boolean flag indicating that the member can be modified even in const
374
+ * objects. This is typically used for caching, lazy evaluation, or
375
+ * other implementation details that don't affect the logical state.
376
+ */
51
377
  mutable?: boolean | undefined;
378
+ /**
379
+ * Indicates whether the member is declared as noexcept.
380
+ *
381
+ * @remarks
382
+ * Boolean flag indicating that the member promises not to throw
383
+ * exceptions. This C++11 feature enables compiler optimizations and
384
+ * affects exception safety guarantees in the API design.
385
+ */
52
386
  noexcept?: boolean | undefined;
387
+ /**
388
+ * Indicates whether the member has a noexcept expression.
389
+ *
390
+ * @remarks
391
+ * Boolean flag indicating that the member's noexcept specification
392
+ * includes a conditional expression that determines exception safety
393
+ * at compile time based on template parameters or other conditions.
394
+ */
53
395
  noexceptexpression?: boolean | undefined;
396
+ /**
397
+ * Indicates whether the member is declared as nodiscard.
398
+ *
399
+ * @remarks
400
+ * Boolean flag indicating that the member's return value should not
401
+ * be ignored by callers. This C++17 attribute helps prevent common
402
+ * programming errors where important return values are discarded.
403
+ */
54
404
  nodiscard?: boolean | undefined;
405
+ /**
406
+ * Indicates whether the member is declared as constexpr.
407
+ *
408
+ * @remarks
409
+ * Boolean flag indicating that the member can be evaluated at compile
410
+ * time when given constant expressions as arguments. This C++11 feature
411
+ * enables compile-time computation and optimization.
412
+ */
55
413
  constexpr?: boolean | undefined;
414
+ /**
415
+ * Indicates whether the member is declared as consteval.
416
+ *
417
+ * @remarks
418
+ * Boolean flag indicating that the member must be evaluated at compile
419
+ * time. This C++20 feature is stronger than constexpr, requiring
420
+ * immediate evaluation during compilation.
421
+ */
56
422
  consteval?: boolean | undefined;
423
+ /**
424
+ * Indicates whether the member is declared as constinit.
425
+ *
426
+ * @remarks
427
+ * Boolean flag indicating that the member must be initialized with
428
+ * a constant expression during static initialization. This C++20
429
+ * feature helps prevent initialization order issues.
430
+ */
57
431
  constinit?: boolean | undefined;
432
+ /**
433
+ * Indicates whether the member is declared as final.
434
+ *
435
+ * @remarks
436
+ * Boolean flag indicating that virtual members cannot be overridden
437
+ * in derived classes. This provides explicit control over inheritance
438
+ * hierarchies and enables compiler optimizations.
439
+ */
58
440
  final?: boolean | undefined;
441
+ /**
442
+ * Constructs a new member definition data model from XML element data.
443
+ *
444
+ * @param xml - The XML parser instance for processing element data
445
+ * @param element - The XML element containing member definition information
446
+ * @param elementName - The name of the XML element being processed
447
+ *
448
+ * @remarks
449
+ * Processes the comprehensive XML element representing member definition
450
+ * information and extracts all available metadata including location data,
451
+ * type information, parameters, descriptions, and language-specific
452
+ * attributes. The constructor handles the complex memberdefType schema
453
+ * with its extensive set of optional elements and attributes.
454
+ *
455
+ * The implementation validates mandatory elements (name, location, kind,
456
+ * id, protection) whilst gracefully handling optional elements and
457
+ * attributes. It processes various member types including functions,
458
+ * variables, typedefs, enums, and specialised constructs from multiple
459
+ * programming languages and frameworks.
460
+ *
461
+ * @public
462
+ */
59
463
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
60
464
  }
61
465
  /**
466
+ * Concrete implementation for memberdef elements within compound documentation.
467
+ *
468
+ * @remarks
469
+ * Provides specific handling for memberdef XML elements that contain
470
+ * comprehensive member definition information within classes, structures,
471
+ * namespaces, and other compound types. This implementation extends the
472
+ * abstract base class functionality to process the complete range of
473
+ * member definitions including functions, variables, typedefs, enums,
474
+ * and specialised language constructs.
475
+ *
476
+ * The class ensures proper instantiation of member definition data models
477
+ * whilst maintaining all the detailed metadata required for accurate
478
+ * documentation generation including cross-references, location information,
479
+ * and language-specific attributes.
480
+ *
62
481
  * @public
63
482
  */
64
483
  export declare class MemberDefDataModel extends AbstractMemberDefType {
484
+ /**
485
+ * Constructs a new memberdef data model instance.
486
+ *
487
+ * @param xml - The XML parser instance for processing elements
488
+ * @param element - The source XML element containing memberdef data
489
+ *
490
+ * @remarks
491
+ * Initialises the data model with the specific element name 'memberdef'
492
+ * and delegates processing to the abstract base class implementation.
493
+ * This ensures consistent handling of member definition information
494
+ * whilst maintaining proper element identification.
495
+ *
496
+ * @public
497
+ */
65
498
  constructor(xml: DoxygenXmlParser, element: object);
66
499
  }
67
500
  //# sourceMappingURL=memberdeftype-dm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"memberdeftype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/memberdeftype-dm.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"memberdeftype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/memberdeftype-dm.ts"],"names":[],"mappings":"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"}