@xpack/doxygen2docusaurus 1.0.2 → 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 (267) hide show
  1. package/README.md +3 -4
  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 +29 -2
  5. package/dist/cli/main.js.map +1 -1
  6. package/dist/docusaurus/cli-options.d.ts +268 -39
  7. package/dist/docusaurus/cli-options.d.ts.map +1 -1
  8. package/dist/docusaurus/cli-options.js +267 -53
  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 +4774 -0
  262. package/dist/tsdoc-metadata.json +11 -0
  263. package/package.json +11 -7
  264. /package/{template → templates}/css/custom.css +0 -0
  265. /package/{template → templates}/img/README.md +0 -0
  266. /package/{template → templates}/img/document-svgrepo-com.svg +0 -0
  267. /package/{template → templates}/img/folder-svgrepo-com.svg +0 -0
@@ -1,20 +1,119 @@
1
1
  import { DoxygenXmlParser } from '../doxygen-xml-parser.js';
2
2
  import { AbstractDataModelBase } from '../types.js';
3
3
  /**
4
+ * Abstract base class for reimplement type data models.
5
+ *
6
+ * @remarks
7
+ * Represents the foundational structure for reimplement relationship elements
8
+ * within Doxygen XML documentation, corresponding to the reimplementType
9
+ * complex type in the XML schema. This class manages relationships between
10
+ * methods, functions, or other documented entities that implement or override
11
+ * behaviour from base classes or interfaces. The reimplement relationship
12
+ * captures both the descriptive text and the reference identifier for the
13
+ * related entity, enabling comprehensive documentation of inheritance and
14
+ * polymorphic behaviours within the codebase.
15
+ *
4
16
  * @public
5
17
  */
6
18
  export declare abstract class AbstractReimplementType extends AbstractDataModelBase {
19
+ /**
20
+ * The descriptive text content for this reimplement relationship.
21
+ *
22
+ * @remarks
23
+ * Mandatory element containing the textual description of the reimplement
24
+ * relationship. This text typically includes the signature or name of the
25
+ * reimplemented entity, providing human-readable context about the
26
+ * relationship between the current entity and the referenced implementation.
27
+ */
7
28
  text: string;
29
+ /**
30
+ * The reference identifier for the reimplemented entity.
31
+ *
32
+ * @remarks
33
+ * Mandatory attribute that provides a unique identifier for the entity
34
+ * being reimplemented. This reference enables linking and cross-referencing
35
+ * between related documentation elements, allowing navigation between
36
+ * implementations and their base declarations within the generated
37
+ * documentation structure.
38
+ */
8
39
  refId: string;
40
+ /**
41
+ * Constructs a new abstract reimplement type from XML data.
42
+ *
43
+ * @param xml - The Doxygen XML parser instance
44
+ * @param element - The XML element containing reimplement relationship data
45
+ * @param elementName - The expected XML element name
46
+ *
47
+ * @remarks
48
+ * Parses the provided XML element to construct a complete reimplement
49
+ * relationship data model. The parsing process extracts the textual content
50
+ * from the element and processes the mandatory refid attribute. Validation
51
+ * ensures that both the descriptive text and reference identifier are
52
+ * present and non-empty, maintaining the integrity of the reimplement
53
+ * relationship documentation.
54
+ */
9
55
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
10
56
  }
11
57
  /**
58
+ * Data model for reimplement relationship elements.
59
+ *
60
+ * @remarks
61
+ * Represents a specific reimplement relationship within Doxygen XML
62
+ * documentation, corresponding to the reimplements XML element. This class
63
+ * manages relationships where the current entity reimplements or overrides
64
+ * behaviour from a base class or interface. The relationship captures both
65
+ * the descriptive information and the reference to the original implementation,
66
+ * enabling comprehensive documentation of polymorphic behaviours and
67
+ * inheritance patterns within object-oriented codebases.
68
+ *
12
69
  * @public
13
70
  */
14
71
  export declare class ReimplementDataModel extends AbstractReimplementType {
72
+ /**
73
+ * Constructs a new reimplement relationship data model from XML.
74
+ *
75
+ * @param xml - The Doxygen XML parser instance
76
+ * @param element - The XML element containing reimplement relationship data
77
+ *
78
+ * @remarks
79
+ * Creates a complete reimplement relationship data model by parsing the
80
+ * provided XML element. This constructor delegates to the parent class to
81
+ * handle all standard parsing operations for the reimplements element type,
82
+ * establishing the relationship between the current entity and the
83
+ * reimplemented base implementation.
84
+ */
15
85
  constructor(xml: DoxygenXmlParser, element: object);
16
86
  }
87
+ /**
88
+ * Data model for reimplemented-by relationship elements.
89
+ *
90
+ * @remarks
91
+ * Represents the inverse reimplement relationship within Doxygen XML
92
+ * documentation, corresponding to the reimplementedby XML element. This class
93
+ * manages relationships where the current entity is reimplemented or overridden
94
+ * by derived classes or implementing types. The relationship provides a
95
+ * reverse-lookup capability, allowing documentation of which entities override
96
+ * or reimplement the current method or function. This bidirectional
97
+ * relationship documentation enables comprehensive understanding of inheritance
98
+ * hierarchies and polymorphic implementations.
99
+ *
100
+ * @public
101
+ */
17
102
  export declare class ReimplementedByDataModel extends AbstractReimplementType {
103
+ /**
104
+ * Constructs a new reimplemented-by relationship data model from XML.
105
+ *
106
+ * @param xml - The Doxygen XML parser instance
107
+ * @param element - The XML element containing reimplemented-by relationship
108
+ * data
109
+ *
110
+ * @remarks
111
+ * Creates a complete reimplemented-by relationship data model by parsing the
112
+ * provided XML element. This constructor delegates to the parent class to
113
+ * handle all standard parsing operations for the reimplementedby element
114
+ * type, establishing the reverse relationship between the current entity
115
+ * and the implementing derived classes or types.
116
+ */
18
117
  constructor(xml: DoxygenXmlParser, element: object);
19
118
  }
20
119
  //# sourceMappingURL=reimplementtype-dm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reimplementtype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reimplementtype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAYnD;;GAEG;AACH,8BAAsB,uBAAwB,SAAQ,qBAAqB;IAEzE,IAAI,SAAK;IAGT,KAAK,SAAK;gBAEE,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAwCxE;AAOD;;GAEG;AACH,qBAAa,oBAAqB,SAAQ,uBAAuB;gBACnD,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED,qBAAa,wBAAyB,SAAQ,uBAAuB;gBACvD,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
1
+ {"version":3,"file":"reimplementtype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reimplementtype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAYnD;;;;;;;;;;;;;;GAcG;AACH,8BAAsB,uBAAwB,SAAQ,qBAAqB;IACzE;;;;;;;;OAQG;IACH,IAAI,SAAK;IAET;;;;;;;;;OASG;IACH,KAAK,SAAK;IAEV;;;;;;;;;;;;;;OAcG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAwCxE;AAOD;;;;;;;;;;;;;GAaG;AACH,qBAAa,oBAAqB,SAAQ,uBAAuB;IAC/D;;;;;;;;;;;;OAYG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;;;GAcG;AACH,qBAAa,wBAAyB,SAAQ,uBAAuB;IACnE;;;;;;;;;;;;;OAaG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
@@ -21,13 +21,57 @@ import { AbstractDataModelBase } from '../types.js';
21
21
  // </xsd:simpleContent>
22
22
  // </xsd:complexType>
23
23
  /**
24
+ * Abstract base class for reimplement type data models.
25
+ *
26
+ * @remarks
27
+ * Represents the foundational structure for reimplement relationship elements
28
+ * within Doxygen XML documentation, corresponding to the reimplementType
29
+ * complex type in the XML schema. This class manages relationships between
30
+ * methods, functions, or other documented entities that implement or override
31
+ * behaviour from base classes or interfaces. The reimplement relationship
32
+ * captures both the descriptive text and the reference identifier for the
33
+ * related entity, enabling comprehensive documentation of inheritance and
34
+ * polymorphic behaviours within the codebase.
35
+ *
24
36
  * @public
25
37
  */
26
38
  export class AbstractReimplementType extends AbstractDataModelBase {
27
- // Mandatory elements.
39
+ /**
40
+ * The descriptive text content for this reimplement relationship.
41
+ *
42
+ * @remarks
43
+ * Mandatory element containing the textual description of the reimplement
44
+ * relationship. This text typically includes the signature or name of the
45
+ * reimplemented entity, providing human-readable context about the
46
+ * relationship between the current entity and the referenced implementation.
47
+ */
28
48
  text = ''; // Passed as element text.
29
- // Mandatory attributes.
49
+ /**
50
+ * The reference identifier for the reimplemented entity.
51
+ *
52
+ * @remarks
53
+ * Mandatory attribute that provides a unique identifier for the entity
54
+ * being reimplemented. This reference enables linking and cross-referencing
55
+ * between related documentation elements, allowing navigation between
56
+ * implementations and their base declarations within the generated
57
+ * documentation structure.
58
+ */
30
59
  refId = '';
60
+ /**
61
+ * Constructs a new abstract reimplement type from XML data.
62
+ *
63
+ * @param xml - The Doxygen XML parser instance
64
+ * @param element - The XML element containing reimplement relationship data
65
+ * @param elementName - The expected XML element name
66
+ *
67
+ * @remarks
68
+ * Parses the provided XML element to construct a complete reimplement
69
+ * relationship data model. The parsing process extracts the textual content
70
+ * from the element and processes the mandatory refid attribute. Validation
71
+ * ensures that both the descriptive text and reference identifier are
72
+ * present and non-empty, maintaining the integrity of the reimplement
73
+ * relationship documentation.
74
+ */
31
75
  constructor(xml, element, elementName) {
32
76
  super(elementName);
33
77
  // console.log(elementName, util.inspect(element,
@@ -59,15 +103,68 @@ export class AbstractReimplementType extends AbstractDataModelBase {
59
103
  // <xsd:element name="reimplements" type="reimplementType" minOccurs="0" maxOccurs="unbounded" />
60
104
  // <xsd:element name="reimplementedby" type="reimplementType" minOccurs="0" maxOccurs="unbounded" />
61
105
  /**
106
+ * Data model for reimplement relationship elements.
107
+ *
108
+ * @remarks
109
+ * Represents a specific reimplement relationship within Doxygen XML
110
+ * documentation, corresponding to the reimplements XML element. This class
111
+ * manages relationships where the current entity reimplements or overrides
112
+ * behaviour from a base class or interface. The relationship captures both
113
+ * the descriptive information and the reference to the original implementation,
114
+ * enabling comprehensive documentation of polymorphic behaviours and
115
+ * inheritance patterns within object-oriented codebases.
116
+ *
62
117
  * @public
63
118
  */
64
119
  export class ReimplementDataModel extends AbstractReimplementType {
120
+ /**
121
+ * Constructs a new reimplement relationship data model from XML.
122
+ *
123
+ * @param xml - The Doxygen XML parser instance
124
+ * @param element - The XML element containing reimplement relationship data
125
+ *
126
+ * @remarks
127
+ * Creates a complete reimplement relationship data model by parsing the
128
+ * provided XML element. This constructor delegates to the parent class to
129
+ * handle all standard parsing operations for the reimplements element type,
130
+ * establishing the relationship between the current entity and the
131
+ * reimplemented base implementation.
132
+ */
65
133
  constructor(xml, element) {
66
134
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
67
135
  super(xml, element, 'reimplements');
68
136
  }
69
137
  }
138
+ /**
139
+ * Data model for reimplemented-by relationship elements.
140
+ *
141
+ * @remarks
142
+ * Represents the inverse reimplement relationship within Doxygen XML
143
+ * documentation, corresponding to the reimplementedby XML element. This class
144
+ * manages relationships where the current entity is reimplemented or overridden
145
+ * by derived classes or implementing types. The relationship provides a
146
+ * reverse-lookup capability, allowing documentation of which entities override
147
+ * or reimplement the current method or function. This bidirectional
148
+ * relationship documentation enables comprehensive understanding of inheritance
149
+ * hierarchies and polymorphic implementations.
150
+ *
151
+ * @public
152
+ */
70
153
  export class ReimplementedByDataModel extends AbstractReimplementType {
154
+ /**
155
+ * Constructs a new reimplemented-by relationship data model from XML.
156
+ *
157
+ * @param xml - The Doxygen XML parser instance
158
+ * @param element - The XML element containing reimplemented-by relationship
159
+ * data
160
+ *
161
+ * @remarks
162
+ * Creates a complete reimplemented-by relationship data model by parsing the
163
+ * provided XML element. This constructor delegates to the parent class to
164
+ * handle all standard parsing operations for the reimplementedby element
165
+ * type, establishing the reverse relationship between the current entity
166
+ * and the implementing derived classes or types.
167
+ */
71
168
  constructor(xml, element) {
72
169
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
73
170
  super(xml, element, 'reimplementedby');
@@ -1 +1 @@
1
- {"version":3,"file":"reimplementtype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reimplementtype-dm.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,+EAA+E;AAE/E,OAAO,MAAM,MAAM,aAAa,CAAA;AAChC,OAAO,IAAI,MAAM,WAAW,CAAA;AAG5B,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAEnD,+EAA+E;AAE/E,2CAA2C;AAC3C,wBAAwB;AACxB,wCAAwC;AACxC,yDAAyD;AACzD,uBAAuB;AACvB,yBAAyB;AACzB,qBAAqB;AAErB;;GAEG;AACH,MAAM,OAAgB,uBAAwB,SAAQ,qBAAqB;IACzE,sBAAsB;IACtB,IAAI,GAAG,EAAE,CAAA,CAAC,0BAA0B;IAEpC,wBAAwB;IACxB,KAAK,GAAG,EAAE,CAAA;IAEV,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAElB,iDAAiD;QACjD,qCAAqC;QAErC,2EAA2E;QAC3E,oBAAoB;QAEpB,MAAM,CAAC,GAAG,CAAC,kBAAkB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,CAAA;QACpD,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,mBAAmB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAEzD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE5B,2EAA2E;QAC3E,sBAAsB;QAEtB,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAElC,MAAM,eAAe,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAA;QACvD,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;YAC5C,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBAChC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;YAC9D,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;gBACpE,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,aAAa,EAC3B,aAAa,EACb,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE7B,2EAA2E;QAE3E,kEAAkE;IACpE,CAAC;CACF;AAED,+EAA+E;AAE/E,qGAAqG;AACrG,wGAAwG;AAExG;;GAEG;AACH,MAAM,OAAO,oBAAqB,SAAQ,uBAAuB;IAC/D,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,cAAc,CAAC,CAAA;IACrC,CAAC;CACF;AAED,MAAM,OAAO,wBAAyB,SAAQ,uBAAuB;IACnE,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,iBAAiB,CAAC,CAAA;IACxC,CAAC;CACF;AAED,+EAA+E"}
1
+ {"version":3,"file":"reimplementtype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reimplementtype-dm.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,+EAA+E;AAE/E,OAAO,MAAM,MAAM,aAAa,CAAA;AAChC,OAAO,IAAI,MAAM,WAAW,CAAA;AAG5B,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAEnD,+EAA+E;AAE/E,2CAA2C;AAC3C,wBAAwB;AACxB,wCAAwC;AACxC,yDAAyD;AACzD,uBAAuB;AACvB,yBAAyB;AACzB,qBAAqB;AAErB;;;;;;;;;;;;;;GAcG;AACH,MAAM,OAAgB,uBAAwB,SAAQ,qBAAqB;IACzE;;;;;;;;OAQG;IACH,IAAI,GAAG,EAAE,CAAA,CAAC,0BAA0B;IAEpC;;;;;;;;;OASG;IACH,KAAK,GAAG,EAAE,CAAA;IAEV;;;;;;;;;;;;;;OAcG;IACH,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAElB,iDAAiD;QACjD,qCAAqC;QAErC,2EAA2E;QAC3E,oBAAoB;QAEpB,MAAM,CAAC,GAAG,CAAC,kBAAkB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,CAAA;QACpD,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,mBAAmB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAEzD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE5B,2EAA2E;QAC3E,sBAAsB;QAEtB,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAElC,MAAM,eAAe,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAA;QACvD,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;YAC5C,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBAChC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;YAC9D,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;gBACpE,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,aAAa,EAC3B,aAAa,EACb,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE7B,2EAA2E;QAE3E,kEAAkE;IACpE,CAAC;CACF;AAED,+EAA+E;AAE/E,qGAAqG;AACrG,wGAAwG;AAExG;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,oBAAqB,SAAQ,uBAAuB;IAC/D;;;;;;;;;;;;OAYG;IACH,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,cAAc,CAAC,CAAA;IACrC,CAAC;CACF;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,OAAO,wBAAyB,SAAQ,uBAAuB;IACnE;;;;;;;;;;;;;OAaG;IACH,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,iBAAiB,CAAC,CAAA;IACxC,CAAC;CACF;AAED,+EAA+E"}
@@ -4,31 +4,190 @@ import { MemberDefDataModel } from './memberdeftype-dm.js';
4
4
  import { MemberDataModel } from './membertype-dm.js';
5
5
  import { AbstractDataModelBase } from '../types.js';
6
6
  /**
7
+ * Abstract base class for section definition type data models.
8
+ *
9
+ * @remarks
10
+ * Represents the foundational structure for section definition elements
11
+ * within Doxygen XML documentation, corresponding to the sectiondefType
12
+ * complex type in the XML schema. This class provides the core properties
13
+ * and utility methods for managing section definitions, including kind
14
+ * classification, optional headers and descriptions, and member collections.
15
+ * All concrete section definition classes should extend this base to ensure
16
+ * consistent structure and behaviour.
17
+ *
7
18
  * @public
8
19
  */
9
20
  export declare abstract class AbstractSectionDefTypeBase extends AbstractDataModelBase {
21
+ /**
22
+ * The kind classification of this section definition.
23
+ *
24
+ * @remarks
25
+ * Mandatory attribute that specifies the type of section, corresponding
26
+ * to the DoxSectionKind enumeration in the XML schema. This classification
27
+ * determines how the section is processed and presented in the documentation.
28
+ */
10
29
  kind: string;
30
+ /**
31
+ * The optional header text for this section.
32
+ *
33
+ * @remarks
34
+ * Optional element that provides a title or heading for the section.
35
+ * When present, this header is used for display and navigation purposes
36
+ * within the generated documentation.
37
+ */
11
38
  header?: string | undefined;
39
+ /**
40
+ * The optional description content for this section.
41
+ *
42
+ * @remarks
43
+ * Optional element containing detailed description information for the
44
+ * section. This description provides context and documentation about
45
+ * the section's purpose and contents.
46
+ */
12
47
  description?: DescriptionDataModel | undefined;
48
+ /**
49
+ * Collection of member definition data models.
50
+ *
51
+ * @remarks
52
+ * Optional array containing detailed member definitions for this section.
53
+ * This collection is mutually exclusive with the members array, as per
54
+ * the XML schema choice constraint. Each member definition provides
55
+ * comprehensive information about documented entities.
56
+ */
13
57
  memberDefs?: MemberDefDataModel[] | undefined;
58
+ /**
59
+ * Collection of member reference data models.
60
+ *
61
+ * @remarks
62
+ * Optional array containing member references for this section. This
63
+ * collection is mutually exclusive with the memberDefs array, as per
64
+ * the XML schema choice constraint. Each member reference provides
65
+ * summary information and links to detailed definitions.
66
+ */
14
67
  members?: MemberDataModel[] | undefined;
68
+ /**
69
+ * Constructs a new abstract section definition type base instance.
70
+ *
71
+ * @param elementName - The XML element name for this section definition
72
+ * @param kind - The section kind classification
73
+ *
74
+ * @remarks
75
+ * Initialises the base properties for a section definition, establishing
76
+ * the element name and kind classification that will be used throughout
77
+ * the processing lifecycle.
78
+ */
15
79
  constructor(elementName: string, kind: string);
80
+ /**
81
+ * Determines whether this section contains any member information.
82
+ *
83
+ * @returns True if the section has member definitions or member references
84
+ *
85
+ * @remarks
86
+ * Utility method that checks for the presence of either member definitions
87
+ * or member references within this section. This is useful for determining
88
+ * whether the section requires member processing or can be treated as
89
+ * documentation-only content.
90
+ */
16
91
  hasMembers(): boolean;
92
+ /**
93
+ * Computes an adjusted kind string based on section and member suffixes.
94
+ *
95
+ * @param sectionSuffix - The suffix to apply for section-based adjustments
96
+ * @param memberSuffix - The suffix to apply for member-based adjustments
97
+ * @returns The adjusted kind string
98
+ *
99
+ * @remarks
100
+ * Transforms the section kind for specific member types, such as converting
101
+ * 'public-func' into more specific kinds like 'public-constructor',
102
+ * 'public-destructor', or 'public-operator'. For user-defined sections,
103
+ * returns the member suffix directly. For hyphenated kinds, replaces the
104
+ * final component with the section suffix. Otherwise, returns the member
105
+ * suffix as the default behaviour.
106
+ */
17
107
  computeAdjustedKind(sectionSuffix: string, memberSuffix?: string): string;
18
108
  }
19
109
  /**
110
+ * Abstract class for XML-parsed section definition types.
111
+ *
112
+ * @remarks
113
+ * Extends the base section definition type to provide XML parsing capabilities
114
+ * for constructing section definition data models from Doxygen XML elements.
115
+ * This class handles the complete parsing process including attributes, inner
116
+ * elements, headers, descriptions, and member collections. All concrete
117
+ * section definition implementations that require XML parsing should extend
118
+ * this class to benefit from the standardised parsing infrastructure.
119
+ *
20
120
  * @public
21
121
  */
22
122
  export declare abstract class AbstractSectionDefType extends AbstractSectionDefTypeBase {
123
+ /**
124
+ * Constructs a new abstract section definition type from XML data.
125
+ *
126
+ * @param xml - The Doxygen XML parser instance
127
+ * @param element - The XML element containing section definition data
128
+ * @param elementName - The expected XML element name
129
+ *
130
+ * @remarks
131
+ * Parses the provided XML element to construct a complete section definition
132
+ * data model. The parsing process handles all defined inner elements
133
+ * including headers, descriptions, member definitions, and member references,
134
+ * as well as the mandatory kind attribute. Validation ensures that required
135
+ * elements and attributes are present and conform to the expected XML schema
136
+ * structure.
137
+ */
23
138
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
24
139
  }
25
140
  /**
141
+ * Concrete data model for section definition elements.
142
+ *
143
+ * @remarks
144
+ * Represents a specific section definition within Doxygen XML documentation,
145
+ * corresponding to the sectiondef XML element. This class provides the
146
+ * complete implementation for parsing and managing section definition data,
147
+ * including all supported attributes, elements, and member collections. Each
148
+ * instance represents a single section within a compound or group structure.
149
+ *
26
150
  * @public
27
151
  */
28
152
  export declare class SectionDefDataModel extends AbstractSectionDefType {
153
+ /**
154
+ * Constructs a new section definition data model from XML.
155
+ *
156
+ * @param xml - The Doxygen XML parser instance
157
+ * @param element - The XML element containing section definition data
158
+ *
159
+ * @remarks
160
+ * Creates a complete section definition data model by parsing the provided
161
+ * XML element. This constructor delegates to the parent class to handle all
162
+ * standard parsing operations for the sectiondef element type.
163
+ */
29
164
  constructor(xml: DoxygenXmlParser, element: object);
30
165
  }
166
+ /**
167
+ * Data model for section definitions organised by kind classification.
168
+ *
169
+ * @remarks
170
+ * Represents a section definition that is categorised by a specific kind
171
+ * without requiring XML parsing. This class is useful for creating organised
172
+ * collections of section definitions based on their classification types,
173
+ * allowing for structured presentation and filtering of documentation sections.
174
+ * The kind-based organisation enables efficient grouping and processing of
175
+ * related sections within the documentation structure.
176
+ *
177
+ * @public
178
+ */
31
179
  export declare class SectionDefByKindDataModel extends AbstractSectionDefTypeBase {
180
+ /**
181
+ * Constructs a new section definition organised by kind.
182
+ *
183
+ * @param kind - The section kind classification
184
+ *
185
+ * @remarks
186
+ * Creates a section definition data model with the specified kind
187
+ * classification. This constructor is used when creating organised
188
+ * collections of sections based on their type, without requiring
189
+ * XML parsing operations.
190
+ */
32
191
  constructor(kind: string);
33
192
  }
34
193
  //# sourceMappingURL=sectiondeftype-dm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sectiondeftype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/sectiondeftype-dm.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAgBnD;;GAEG;AACH,8BAAsB,0BAA2B,SAAQ,qBAAqB;IAE5E,IAAI,SAAK;IAGT,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,WAAW,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAA;IAG9C,UAAU,CAAC,EAAE,kBAAkB,EAAE,GAAG,SAAS,CAAA;IAC7C,OAAO,CAAC,EAAE,eAAe,EAAE,GAAG,SAAS,CAAA;gBAE3B,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAM7C,UAAU,IAAI,OAAO;IAIrB,mBAAmB,CACjB,aAAa,EAAE,MAAM,EACrB,YAAY,GAAE,MAAsB,GACnC,MAAM;CAeV;AAED;;GAEG;AAEH,8BAAsB,sBAAuB,SAAQ,0BAA0B;gBACjE,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAgExE;AAMD;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,sBAAsB;gBACjD,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED,qBAAa,yBAA0B,SAAQ,0BAA0B;gBAC3D,IAAI,EAAE,MAAM;CAGzB"}
1
+ {"version":3,"file":"sectiondeftype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/sectiondeftype-dm.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAgBnD;;;;;;;;;;;;;GAaG;AACH,8BAAsB,0BAA2B,SAAQ,qBAAqB;IAC5E;;;;;;;OAOG;IACH,IAAI,SAAK;IAET;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE3B;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAA;IAE9C;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,kBAAkB,EAAE,GAAG,SAAS,CAAA;IAE7C;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,eAAe,EAAE,GAAG,SAAS,CAAA;IAEvC;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAM7C;;;;;;;;;;OAUG;IACH,UAAU,IAAI,OAAO;IAIrB;;;;;;;;;;;;;;OAcG;IACH,mBAAmB,CACjB,aAAa,EAAE,MAAM,EACrB,YAAY,GAAE,MAAsB,GACnC,MAAM;CAeV;AAED;;;;;;;;;;;;GAYG;AAEH,8BAAsB,sBAAuB,SAAQ,0BAA0B;IAC7E;;;;;;;;;;;;;;OAcG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAgExE;AAMD;;;;;;;;;;;GAWG;AACH,qBAAa,mBAAoB,SAAQ,sBAAsB;IAC7D;;;;;;;;;;OAUG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,yBAA0B,SAAQ,0BAA0B;IACvE;;;;;;;;;;OAUG;gBACS,IAAI,EAAE,MAAM;CAGzB"}
@@ -28,24 +28,111 @@ import { AbstractDataModelBase } from '../types.js';
28
28
  // <xsd:attribute name="kind" type="DoxSectionKind" />
29
29
  // </xsd:complexType>
30
30
  /**
31
+ * Abstract base class for section definition type data models.
32
+ *
33
+ * @remarks
34
+ * Represents the foundational structure for section definition elements
35
+ * within Doxygen XML documentation, corresponding to the sectiondefType
36
+ * complex type in the XML schema. This class provides the core properties
37
+ * and utility methods for managing section definitions, including kind
38
+ * classification, optional headers and descriptions, and member collections.
39
+ * All concrete section definition classes should extend this base to ensure
40
+ * consistent structure and behaviour.
41
+ *
31
42
  * @public
32
43
  */
33
44
  export class AbstractSectionDefTypeBase extends AbstractDataModelBase {
34
- // Mandatory attributes.
45
+ /**
46
+ * The kind classification of this section definition.
47
+ *
48
+ * @remarks
49
+ * Mandatory attribute that specifies the type of section, corresponding
50
+ * to the DoxSectionKind enumeration in the XML schema. This classification
51
+ * determines how the section is processed and presented in the documentation.
52
+ */
35
53
  kind = '';
36
- // Optional elements.
54
+ /**
55
+ * The optional header text for this section.
56
+ *
57
+ * @remarks
58
+ * Optional element that provides a title or heading for the section.
59
+ * When present, this header is used for display and navigation purposes
60
+ * within the generated documentation.
61
+ */
37
62
  header;
63
+ /**
64
+ * The optional description content for this section.
65
+ *
66
+ * @remarks
67
+ * Optional element containing detailed description information for the
68
+ * section. This description provides context and documentation about
69
+ * the section's purpose and contents.
70
+ */
38
71
  description;
39
- // Actually only one is defined at a time.
72
+ /**
73
+ * Collection of member definition data models.
74
+ *
75
+ * @remarks
76
+ * Optional array containing detailed member definitions for this section.
77
+ * This collection is mutually exclusive with the members array, as per
78
+ * the XML schema choice constraint. Each member definition provides
79
+ * comprehensive information about documented entities.
80
+ */
40
81
  memberDefs;
82
+ /**
83
+ * Collection of member reference data models.
84
+ *
85
+ * @remarks
86
+ * Optional array containing member references for this section. This
87
+ * collection is mutually exclusive with the memberDefs array, as per
88
+ * the XML schema choice constraint. Each member reference provides
89
+ * summary information and links to detailed definitions.
90
+ */
41
91
  members;
92
+ /**
93
+ * Constructs a new abstract section definition type base instance.
94
+ *
95
+ * @param elementName - The XML element name for this section definition
96
+ * @param kind - The section kind classification
97
+ *
98
+ * @remarks
99
+ * Initialises the base properties for a section definition, establishing
100
+ * the element name and kind classification that will be used throughout
101
+ * the processing lifecycle.
102
+ */
42
103
  constructor(elementName, kind) {
43
104
  super(elementName);
44
105
  this.kind = kind;
45
106
  }
107
+ /**
108
+ * Determines whether this section contains any member information.
109
+ *
110
+ * @returns True if the section has member definitions or member references
111
+ *
112
+ * @remarks
113
+ * Utility method that checks for the presence of either member definitions
114
+ * or member references within this section. This is useful for determining
115
+ * whether the section requires member processing or can be treated as
116
+ * documentation-only content.
117
+ */
46
118
  hasMembers() {
47
119
  return this.memberDefs !== undefined || this.members !== undefined;
48
120
  }
121
+ /**
122
+ * Computes an adjusted kind string based on section and member suffixes.
123
+ *
124
+ * @param sectionSuffix - The suffix to apply for section-based adjustments
125
+ * @param memberSuffix - The suffix to apply for member-based adjustments
126
+ * @returns The adjusted kind string
127
+ *
128
+ * @remarks
129
+ * Transforms the section kind for specific member types, such as converting
130
+ * 'public-func' into more specific kinds like 'public-constructor',
131
+ * 'public-destructor', or 'public-operator'. For user-defined sections,
132
+ * returns the member suffix directly. For hyphenated kinds, replaces the
133
+ * final component with the section suffix. Otherwise, returns the member
134
+ * suffix as the default behaviour.
135
+ */
49
136
  computeAdjustedKind(sectionSuffix, memberSuffix = sectionSuffix) {
50
137
  // Turn `public-func` into
51
138
  // - `public-constructor`
@@ -64,10 +151,35 @@ export class AbstractSectionDefTypeBase extends AbstractDataModelBase {
64
151
  }
65
152
  }
66
153
  /**
154
+ * Abstract class for XML-parsed section definition types.
155
+ *
156
+ * @remarks
157
+ * Extends the base section definition type to provide XML parsing capabilities
158
+ * for constructing section definition data models from Doxygen XML elements.
159
+ * This class handles the complete parsing process including attributes, inner
160
+ * elements, headers, descriptions, and member collections. All concrete
161
+ * section definition implementations that require XML parsing should extend
162
+ * this class to benefit from the standardised parsing infrastructure.
163
+ *
67
164
  * @public
68
165
  */
69
166
  // eslint-disable-next-line max-len
70
167
  export class AbstractSectionDefType extends AbstractSectionDefTypeBase {
168
+ /**
169
+ * Constructs a new abstract section definition type from XML data.
170
+ *
171
+ * @param xml - The Doxygen XML parser instance
172
+ * @param element - The XML element containing section definition data
173
+ * @param elementName - The expected XML element name
174
+ *
175
+ * @remarks
176
+ * Parses the provided XML element to construct a complete section definition
177
+ * data model. The parsing process handles all defined inner elements
178
+ * including headers, descriptions, member definitions, and member references,
179
+ * as well as the mandatory kind attribute. Validation ensures that required
180
+ * elements and attributes are present and conform to the expected XML schema
181
+ * structure.
182
+ */
71
183
  constructor(xml, element, elementName) {
72
184
  super(elementName, '');
73
185
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -122,15 +234,59 @@ export class AbstractSectionDefType extends AbstractSectionDefTypeBase {
122
234
  // ----------------------------------------------------------------------------
123
235
  // <xsd:element name="sectiondef" type="sectiondefType" minOccurs="0" maxOccurs="unbounded" />
124
236
  /**
237
+ * Concrete data model for section definition elements.
238
+ *
239
+ * @remarks
240
+ * Represents a specific section definition within Doxygen XML documentation,
241
+ * corresponding to the sectiondef XML element. This class provides the
242
+ * complete implementation for parsing and managing section definition data,
243
+ * including all supported attributes, elements, and member collections. Each
244
+ * instance represents a single section within a compound or group structure.
245
+ *
125
246
  * @public
126
247
  */
127
248
  export class SectionDefDataModel extends AbstractSectionDefType {
249
+ /**
250
+ * Constructs a new section definition data model from XML.
251
+ *
252
+ * @param xml - The Doxygen XML parser instance
253
+ * @param element - The XML element containing section definition data
254
+ *
255
+ * @remarks
256
+ * Creates a complete section definition data model by parsing the provided
257
+ * XML element. This constructor delegates to the parent class to handle all
258
+ * standard parsing operations for the sectiondef element type.
259
+ */
128
260
  constructor(xml, element) {
129
261
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
130
262
  super(xml, element, 'sectiondef');
131
263
  }
132
264
  }
265
+ /**
266
+ * Data model for section definitions organised by kind classification.
267
+ *
268
+ * @remarks
269
+ * Represents a section definition that is categorised by a specific kind
270
+ * without requiring XML parsing. This class is useful for creating organised
271
+ * collections of section definitions based on their classification types,
272
+ * allowing for structured presentation and filtering of documentation sections.
273
+ * The kind-based organisation enables efficient grouping and processing of
274
+ * related sections within the documentation structure.
275
+ *
276
+ * @public
277
+ */
133
278
  export class SectionDefByKindDataModel extends AbstractSectionDefTypeBase {
279
+ /**
280
+ * Constructs a new section definition organised by kind.
281
+ *
282
+ * @param kind - The section kind classification
283
+ *
284
+ * @remarks
285
+ * Creates a section definition data model with the specified kind
286
+ * classification. This constructor is used when creating organised
287
+ * collections of sections based on their type, without requiring
288
+ * XML parsing operations.
289
+ */
134
290
  constructor(kind) {
135
291
  super('sectiondef', kind);
136
292
  }