@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
@@ -1 +1 @@
1
- {"version":3,"file":"sectiondeftype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/sectiondeftype-dm.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"sectiondeftype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/sectiondeftype-dm.ts"],"names":[],"mappings":"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"}
@@ -1,46 +1,301 @@
1
1
  import { DoxygenXmlParser } from '../doxygen-xml-parser.js';
2
2
  import { AbstractDataModelBase } from '../types.js';
3
3
  /**
4
+ * Abstract base class for table of contents type data models.
5
+ *
6
+ * @remarks
7
+ * Represents table of contents elements within Doxygen XML structures,
8
+ * corresponding to the tableofcontentsType complex type in the XML schema.
9
+ * This class handles the parsing of table of contents structures with
10
+ * mutually exclusive content choices: either table of contents sections
11
+ * or nested table of contents elements. All concrete table of contents
12
+ * data model classes should extend this abstract base to ensure consistent
13
+ * parsing and data representation.
14
+ *
4
15
  * @public
5
16
  */
6
17
  export declare abstract class AbstractTableOfContentsType extends AbstractDataModelBase {
18
+ /**
19
+ * Collection of table of contents section data models.
20
+ *
21
+ * @remarks
22
+ * Optional array containing table of contents section elements, part
23
+ * of an exclusive choice with tableOfContents. Each section represents
24
+ * a specific part of the documentation structure with its own name,
25
+ * reference, and potentially nested content.
26
+ */
7
27
  tocSect: TocSectDataModel[] | undefined;
28
+ /**
29
+ * Collection of nested table of contents data models.
30
+ *
31
+ * @remarks
32
+ * Optional array containing nested table of contents elements, part
33
+ * of an exclusive choice with tocSect. This allows for recursive
34
+ * table of contents structures to represent complex documentation
35
+ * hierarchies.
36
+ */
8
37
  tableOfContents: TableOfContentsDataModel[] | undefined;
38
+ /**
39
+ * Constructs a new AbstractTableOfContentsType instance from XML data.
40
+ *
41
+ * @param xml - The Doxygen XML parser instance for processing XML elements
42
+ * @param element - The XML element containing the table of contents data
43
+ * @param elementName - The name of the XML element being processed
44
+ *
45
+ * @remarks
46
+ * Parses the provided XML element to extract table of contents information
47
+ * following the exclusive choice pattern defined in the XML schema. The
48
+ * constructor processes either table of contents sections or nested table
49
+ * of contents elements, but not both, maintaining the mutually exclusive
50
+ * relationship. This element type has no attributes as per the schema.
51
+ */
9
52
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
10
53
  }
11
54
  /**
55
+ * Concrete data model class for table of contents elements.
56
+ *
57
+ * @remarks
58
+ * Represents individual table of contents elements found within Doxygen
59
+ * compound XML structures. This class extends the abstract base to provide
60
+ * specific handling for 'tableofcontents' elements, which define the
61
+ * structural navigation and organisation of documentation content. Each
62
+ * table of contents provides hierarchical access to documentation sections
63
+ * and subsections.
64
+ *
12
65
  * @public
13
66
  */
14
67
  export declare class TableOfContentsDataModel extends AbstractTableOfContentsType {
68
+ /**
69
+ * Constructs a new TableOfContentsDataModel instance from XML data.
70
+ *
71
+ * @param xml - The Doxygen XML parser instance for processing XML elements
72
+ * @param element - The XML element containing the table of contents data
73
+ *
74
+ * @remarks
75
+ * Initialises the table of contents data model by parsing the provided
76
+ * XML element as a 'tableofcontents' element type. The constructor
77
+ * delegates to the parent class for common table of contents processing
78
+ * whilst specifying the element name for proper XML structure handling.
79
+ */
15
80
  constructor(xml: DoxygenXmlParser, element: object);
16
81
  }
17
82
  /**
83
+ * Abstract base class for table of contents kind type data models.
84
+ *
85
+ * @remarks
86
+ * Represents table of contents kind elements within Doxygen XML structures,
87
+ * corresponding to the tableofcontentsKindType complex type in the XML
88
+ * schema. This class handles the parsing of named table of contents sections
89
+ * with references and optional nested table of contents structures. All
90
+ * concrete table of contents kind data model classes should extend this
91
+ * abstract base to ensure consistent parsing and data representation.
92
+ *
18
93
  * @public
19
94
  */
20
95
  export declare abstract class AbstractTableOfContentsKindType extends AbstractDataModelBase {
96
+ /**
97
+ * The name of the table of contents section.
98
+ *
99
+ * @remarks
100
+ * Mandatory element extracted from the XML structure that provides
101
+ * the display name or title for this table of contents section.
102
+ * This name is used for navigation and presentation purposes.
103
+ */
21
104
  name: string;
105
+ /**
106
+ * The reference identifier for this table of contents section.
107
+ *
108
+ * @remarks
109
+ * Mandatory element that provides a reference or link target for
110
+ * this table of contents section. This reference is used to create
111
+ * navigation links and cross-references within the documentation.
112
+ */
22
113
  reference: string;
114
+ /**
115
+ * Collection of nested table of contents data models.
116
+ *
117
+ * @remarks
118
+ * Optional array containing nested table of contents elements that
119
+ * create hierarchical documentation structures. This allows for
120
+ * multi-level table of contents organisation with subsections and
121
+ * sub-subsections as needed.
122
+ */
23
123
  tableOfContents: TableOfContentsDataModel[] | undefined;
124
+ /**
125
+ * Constructs a new AbstractTableOfContentsKindType instance from XML data.
126
+ *
127
+ * @param xml - The Doxygen XML parser instance for processing XML elements
128
+ * @param element - The XML element containing the table of contents kind data
129
+ * @param elementName - The name of the XML element being processed
130
+ *
131
+ * @remarks
132
+ * Parses the provided XML element to extract table of contents kind
133
+ * information including mandatory name and reference elements, along with
134
+ * optional nested table of contents structures. The constructor handles
135
+ * unknown 'docs' elements that may appear but are not defined in the DTD.
136
+ * This element type has no attributes as per the XML schema.
137
+ */
24
138
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
25
139
  }
26
140
  /**
141
+ * Concrete data model class for table of contents section elements.
142
+ *
143
+ * @remarks
144
+ * Represents individual table of contents section elements found within
145
+ * Doxygen XML structures. This class extends the abstract base to provide
146
+ * specific handling for 'tocsect' elements, which define named sections
147
+ * within the table of contents hierarchy. Each section includes a name,
148
+ * reference, and potentially nested subsections for comprehensive
149
+ * documentation navigation.
150
+ *
27
151
  * @public
28
152
  */
29
153
  export declare class TocSectDataModel extends AbstractTableOfContentsKindType {
154
+ /**
155
+ * Constructs a new TocSectDataModel instance from XML data.
156
+ *
157
+ * @param xml - The Doxygen XML parser instance for processing XML elements
158
+ * @param element - The XML element containing the table of contents section
159
+ * data
160
+ *
161
+ * @remarks
162
+ * Initialises the table of contents section data model by parsing the
163
+ * provided XML element as a 'tocsect' element type. The constructor
164
+ * delegates to the parent class for common section processing whilst
165
+ * specifying the element name for proper XML structure handling.
166
+ */
30
167
  constructor(xml: DoxygenXmlParser, element: object);
31
168
  }
169
+ /**
170
+ * Abstract base class for document table of contents item type data models.
171
+ *
172
+ * @remarks
173
+ * Represents table of contents item elements within Doxygen XML structures,
174
+ * corresponding to the docTocItemType complex type in the XML schema. This
175
+ * class handles the parsing of mixed content including text and document
176
+ * title command groups, along with mandatory identifier attributes. All
177
+ * concrete table of contents item data model classes should extend this
178
+ * abstract base to ensure consistent parsing and data representation.
179
+ *
180
+ * @public
181
+ */
32
182
  export declare abstract class AbstractTocDocItemType extends AbstractDataModelBase {
183
+ /**
184
+ * The unique identifier for this table of contents item.
185
+ *
186
+ * @remarks
187
+ * Mandatory attribute that provides a unique identifier for referencing
188
+ * this table of contents item within the documentation structure. This
189
+ * identifier is used for cross-referencing and navigation purposes.
190
+ */
33
191
  id: string;
192
+ /**
193
+ * Constructs a new AbstractTocDocItemType instance from XML data.
194
+ *
195
+ * @param xml - The Doxygen XML parser instance for processing XML elements
196
+ * @param element - The XML element containing the table of contents item data
197
+ * @param elementName - The name of the XML element being processed
198
+ *
199
+ * @remarks
200
+ * Parses the provided XML element to extract table of contents item
201
+ * information including mixed content (text and document title command
202
+ * groups) and the mandatory identifier attribute. The constructor processes
203
+ * the mixed content model defined in the XML schema, handling both text
204
+ * nodes and structured command groups.
205
+ */
34
206
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
35
207
  }
208
+ /**
209
+ * Concrete data model class for table of contents item elements.
210
+ *
211
+ * @remarks
212
+ * Represents individual table of contents item elements found within
213
+ * Doxygen XML structures. This class extends the abstract base to provide
214
+ * specific handling for 'tocitem' elements, which define individual entries
215
+ * within table of contents lists. Each item includes mixed content and
216
+ * a unique identifier for navigation and cross-referencing purposes.
217
+ *
218
+ * @public
219
+ */
36
220
  export declare class TocItemDataModel extends AbstractTocDocItemType {
221
+ /**
222
+ * Constructs a new TocItemDataModel instance from XML data.
223
+ *
224
+ * @param xml - The Doxygen XML parser instance for processing XML elements
225
+ * @param element - The XML element containing the table of contents item data
226
+ *
227
+ * @remarks
228
+ * Initialises the table of contents item data model by parsing the provided
229
+ * XML element as a 'tocitem' element type. The constructor delegates to
230
+ * the parent class for common item processing whilst specifying the element
231
+ * name for proper XML structure handling.
232
+ */
37
233
  constructor(xml: DoxygenXmlParser, element: object);
38
234
  }
235
+ /**
236
+ * Abstract base class for document table of contents list type data models.
237
+ *
238
+ * @remarks
239
+ * Represents table of contents list elements within Doxygen XML structures,
240
+ * corresponding to the docTocListType complex type in the XML schema. This
241
+ * class handles the parsing of collections of table of contents items that
242
+ * form structured lists for documentation navigation. All concrete table
243
+ * of contents list data model classes should extend this abstract base to
244
+ * ensure consistent parsing and data representation.
245
+ *
246
+ * @public
247
+ */
39
248
  export declare abstract class AbstractDocTocListType extends AbstractDataModelBase {
249
+ /**
250
+ * Collection of table of contents item data models.
251
+ *
252
+ * @remarks
253
+ * Optional array containing table of contents item elements that comprise
254
+ * the list structure. Each item represents an individual entry within the
255
+ * table of contents with its own content and identifier. The array supports
256
+ * zero to many items as per the XML schema.
257
+ */
40
258
  tocItems?: TocItemDataModel[] | undefined;
259
+ /**
260
+ * Constructs a new AbstractDocTocListType instance from XML data.
261
+ *
262
+ * @param xml - The Doxygen XML parser instance for processing XML elements
263
+ * @param element - The XML element containing the table of contents list data
264
+ * @param elementName - The name of the XML element being processed
265
+ *
266
+ * @remarks
267
+ * Parses the provided XML element to extract table of contents list
268
+ * information including collections of table of contents items. The
269
+ * constructor processes item elements into TocItemDataModel instances
270
+ * when present. This element type has no attributes as per the XML schema.
271
+ */
41
272
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
42
273
  }
274
+ /**
275
+ * Concrete data model class for table of contents list elements.
276
+ *
277
+ * @remarks
278
+ * Represents individual table of contents list elements found within
279
+ * Doxygen XML structures. This class extends the abstract base to provide
280
+ * specific handling for 'toclist' elements, which define structured lists
281
+ * of table of contents items for documentation navigation. Each list
282
+ * contains multiple items that collectively form a navigational structure.
283
+ *
284
+ * @public
285
+ */
43
286
  export declare class TocListDataModel extends AbstractDocTocListType {
287
+ /**
288
+ * Constructs a new TocListDataModel instance from XML data.
289
+ *
290
+ * @param xml - The Doxygen XML parser instance for processing XML elements
291
+ * @param element - The XML element containing the table of contents list data
292
+ *
293
+ * @remarks
294
+ * Initialises the table of contents list data model by parsing the provided
295
+ * XML element as a 'toclist' element type. The constructor delegates to
296
+ * the parent class for common list processing whilst specifying the element
297
+ * name for proper XML structure handling.
298
+ */
44
299
  constructor(xml: DoxygenXmlParser, element: object);
45
300
  }
46
301
  //# sourceMappingURL=tableofcontentstype-dm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tableofcontentstype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/tableofcontentstype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAcnD;;GAEG;AAEH,8BAAsB,2BAA4B,SAAQ,qBAAqB;IAE7E,OAAO,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAA;IACvC,eAAe,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAA;gBAE3C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA0CxE;AAMD;;GAEG;AACH,qBAAa,wBAAyB,SAAQ,2BAA2B;gBAC3D,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAYD;;GAEG;AAEH,8BAAsB,+BAAgC,SAAQ,qBAAqB;IAEjF,IAAI,SAAK;IACT,SAAS,SAAK;IAEd,eAAe,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAA;gBAE3C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA4CxE;AAMD;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,+BAA+B;gBACvD,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AASD,8BAAsB,sBAAuB,SAAQ,qBAAqB;IAKxE,EAAE,SAAK;gBAEK,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAkDxE;AAID,qBAAa,gBAAiB,SAAQ,sBAAsB;gBAC9C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAUD,8BAAsB,sBAAuB,SAAQ,qBAAqB;IACxE,QAAQ,CAAC,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAA;gBAE7B,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAiCxE;AAMD,qBAAa,gBAAiB,SAAQ,sBAAsB;gBAC9C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
1
+ {"version":3,"file":"tableofcontentstype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/tableofcontentstype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAcnD;;;;;;;;;;;;;GAaG;AAEH,8BAAsB,2BAA4B,SAAQ,qBAAqB;IAC7E;;;;;;;;OAQG;IACH,OAAO,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAA;IAEvC;;;;;;;;OAQG;IACH,eAAe,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAA;IAEvD;;;;;;;;;;;;;OAaG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA0CxE;AAMD;;;;;;;;;;;;GAYG;AACH,qBAAa,wBAAyB,SAAQ,2BAA2B;IACvE;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAYD;;;;;;;;;;;;GAYG;AAEH,8BAAsB,+BAAgC,SAAQ,qBAAqB;IACjF;;;;;;;OAOG;IACH,IAAI,SAAK;IAET;;;;;;;OAOG;IACH,SAAS,SAAK;IAEd;;;;;;;;OAQG;IACH,eAAe,EAAE,wBAAwB,EAAE,GAAG,SAAS,CAAA;IAEvD;;;;;;;;;;;;;OAaG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA4CxE;AAMD;;;;;;;;;;;;GAYG;AACH,qBAAa,gBAAiB,SAAQ,+BAA+B;IACnE;;;;;;;;;;;;OAYG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AASD;;;;;;;;;;;;GAYG;AACH,8BAAsB,sBAAuB,SAAQ,qBAAqB;IACxE;;;;;;;OAOG;IACH,EAAE,SAAK;IAEP;;;;;;;;;;;;;OAaG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAkDxE;AAID;;;;;;;;;;;GAWG;AACH,qBAAa,gBAAiB,SAAQ,sBAAsB;IAC1D;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAUD;;;;;;;;;;;;GAYG;AACH,8BAAsB,sBAAuB,SAAQ,qBAAqB;IACxE;;;;;;;;OAQG;IACH,QAAQ,CAAC,EAAE,gBAAgB,EAAE,GAAG,SAAS,CAAA;IAEzC;;;;;;;;;;;;OAYG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAiCxE;AAMD;;;;;;;;;;;GAWG;AACH,qBAAa,gBAAiB,SAAQ,sBAAsB;IAC1D;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
@@ -23,13 +23,55 @@ import { parseDocTitleCmdGroup } from './descriptiontype-dm.js';
23
23
  // </xsd:sequence>
24
24
  // </xsd:complexType>
25
25
  /**
26
+ * Abstract base class for table of contents type data models.
27
+ *
28
+ * @remarks
29
+ * Represents table of contents elements within Doxygen XML structures,
30
+ * corresponding to the tableofcontentsType complex type in the XML schema.
31
+ * This class handles the parsing of table of contents structures with
32
+ * mutually exclusive content choices: either table of contents sections
33
+ * or nested table of contents elements. All concrete table of contents
34
+ * data model classes should extend this abstract base to ensure consistent
35
+ * parsing and data representation.
36
+ *
26
37
  * @public
27
38
  */
28
39
  // eslint-disable-next-line max-len
29
40
  export class AbstractTableOfContentsType extends AbstractDataModelBase {
30
- // xsd:choice, only one of them.
41
+ /**
42
+ * Collection of table of contents section data models.
43
+ *
44
+ * @remarks
45
+ * Optional array containing table of contents section elements, part
46
+ * of an exclusive choice with tableOfContents. Each section represents
47
+ * a specific part of the documentation structure with its own name,
48
+ * reference, and potentially nested content.
49
+ */
31
50
  tocSect;
51
+ /**
52
+ * Collection of nested table of contents data models.
53
+ *
54
+ * @remarks
55
+ * Optional array containing nested table of contents elements, part
56
+ * of an exclusive choice with tocSect. This allows for recursive
57
+ * table of contents structures to represent complex documentation
58
+ * hierarchies.
59
+ */
32
60
  tableOfContents;
61
+ /**
62
+ * Constructs a new AbstractTableOfContentsType instance from XML data.
63
+ *
64
+ * @param xml - The Doxygen XML parser instance for processing XML elements
65
+ * @param element - The XML element containing the table of contents data
66
+ * @param elementName - The name of the XML element being processed
67
+ *
68
+ * @remarks
69
+ * Parses the provided XML element to extract table of contents information
70
+ * following the exclusive choice pattern defined in the XML schema. The
71
+ * constructor processes either table of contents sections or nested table
72
+ * of contents elements, but not both, maintaining the mutually exclusive
73
+ * relationship. This element type has no attributes as per the schema.
74
+ */
33
75
  constructor(xml, element, elementName) {
34
76
  super(elementName);
35
77
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -65,9 +107,31 @@ export class AbstractTableOfContentsType extends AbstractDataModelBase {
65
107
  // ----------------------------------------------------------------------------
66
108
  // <xsd:element name="tableofcontents" type="tableofcontentsType" minOccurs="0" maxOccurs="1" />
67
109
  /**
110
+ * Concrete data model class for table of contents elements.
111
+ *
112
+ * @remarks
113
+ * Represents individual table of contents elements found within Doxygen
114
+ * compound XML structures. This class extends the abstract base to provide
115
+ * specific handling for 'tableofcontents' elements, which define the
116
+ * structural navigation and organisation of documentation content. Each
117
+ * table of contents provides hierarchical access to documentation sections
118
+ * and subsections.
119
+ *
68
120
  * @public
69
121
  */
70
122
  export class TableOfContentsDataModel extends AbstractTableOfContentsType {
123
+ /**
124
+ * Constructs a new TableOfContentsDataModel instance from XML data.
125
+ *
126
+ * @param xml - The Doxygen XML parser instance for processing XML elements
127
+ * @param element - The XML element containing the table of contents data
128
+ *
129
+ * @remarks
130
+ * Initialises the table of contents data model by parsing the provided
131
+ * XML element as a 'tableofcontents' element type. The constructor
132
+ * delegates to the parent class for common table of contents processing
133
+ * whilst specifying the element name for proper XML structure handling.
134
+ */
71
135
  constructor(xml, element) {
72
136
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
73
137
  super(xml, element, 'tableofcontents');
@@ -82,15 +146,62 @@ export class TableOfContentsDataModel extends AbstractTableOfContentsType {
82
146
  // </xsd:sequence>
83
147
  // </xsd:complexType>
84
148
  /**
149
+ * Abstract base class for table of contents kind type data models.
150
+ *
151
+ * @remarks
152
+ * Represents table of contents kind elements within Doxygen XML structures,
153
+ * corresponding to the tableofcontentsKindType complex type in the XML
154
+ * schema. This class handles the parsing of named table of contents sections
155
+ * with references and optional nested table of contents structures. All
156
+ * concrete table of contents kind data model classes should extend this
157
+ * abstract base to ensure consistent parsing and data representation.
158
+ *
85
159
  * @public
86
160
  */
87
161
  // eslint-disable-next-line max-len
88
162
  export class AbstractTableOfContentsKindType extends AbstractDataModelBase {
89
- // Mandatory elements.
163
+ /**
164
+ * The name of the table of contents section.
165
+ *
166
+ * @remarks
167
+ * Mandatory element extracted from the XML structure that provides
168
+ * the display name or title for this table of contents section.
169
+ * This name is used for navigation and presentation purposes.
170
+ */
90
171
  name = '';
172
+ /**
173
+ * The reference identifier for this table of contents section.
174
+ *
175
+ * @remarks
176
+ * Mandatory element that provides a reference or link target for
177
+ * this table of contents section. This reference is used to create
178
+ * navigation links and cross-references within the documentation.
179
+ */
91
180
  reference = '';
92
- // docs:
181
+ /**
182
+ * Collection of nested table of contents data models.
183
+ *
184
+ * @remarks
185
+ * Optional array containing nested table of contents elements that
186
+ * create hierarchical documentation structures. This allows for
187
+ * multi-level table of contents organisation with subsections and
188
+ * sub-subsections as needed.
189
+ */
93
190
  tableOfContents;
191
+ /**
192
+ * Constructs a new AbstractTableOfContentsKindType instance from XML data.
193
+ *
194
+ * @param xml - The Doxygen XML parser instance for processing XML elements
195
+ * @param element - The XML element containing the table of contents kind data
196
+ * @param elementName - The name of the XML element being processed
197
+ *
198
+ * @remarks
199
+ * Parses the provided XML element to extract table of contents kind
200
+ * information including mandatory name and reference elements, along with
201
+ * optional nested table of contents structures. The constructor handles
202
+ * unknown 'docs' elements that may appear but are not defined in the DTD.
203
+ * This element type has no attributes as per the XML schema.
204
+ */
94
205
  constructor(xml, element, elementName) {
95
206
  super(elementName);
96
207
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -130,9 +241,32 @@ export class AbstractTableOfContentsKindType extends AbstractDataModelBase {
130
241
  // ----------------------------------------------------------------------------
131
242
  // <xsd:element name="tocsect" type="tableofcontentsKindType" minOccurs="1" maxOccurs="unbounded" />
132
243
  /**
244
+ * Concrete data model class for table of contents section elements.
245
+ *
246
+ * @remarks
247
+ * Represents individual table of contents section elements found within
248
+ * Doxygen XML structures. This class extends the abstract base to provide
249
+ * specific handling for 'tocsect' elements, which define named sections
250
+ * within the table of contents hierarchy. Each section includes a name,
251
+ * reference, and potentially nested subsections for comprehensive
252
+ * documentation navigation.
253
+ *
133
254
  * @public
134
255
  */
135
256
  export class TocSectDataModel extends AbstractTableOfContentsKindType {
257
+ /**
258
+ * Constructs a new TocSectDataModel instance from XML data.
259
+ *
260
+ * @param xml - The Doxygen XML parser instance for processing XML elements
261
+ * @param element - The XML element containing the table of contents section
262
+ * data
263
+ *
264
+ * @remarks
265
+ * Initialises the table of contents section data model by parsing the
266
+ * provided XML element as a 'tocsect' element type. The constructor
267
+ * delegates to the parent class for common section processing whilst
268
+ * specifying the element name for proper XML structure handling.
269
+ */
136
270
  constructor(xml, element) {
137
271
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
138
272
  super(xml, element, 'tocsect');
@@ -143,11 +277,43 @@ export class TocSectDataModel extends AbstractTableOfContentsKindType {
143
277
  // <xsd:group ref="docTitleCmdGroup" minOccurs="0" maxOccurs="unbounded" />
144
278
  // <xsd:attribute name="id" type="xsd:string" />
145
279
  // </xsd:complexType>
280
+ /**
281
+ * Abstract base class for document table of contents item type data models.
282
+ *
283
+ * @remarks
284
+ * Represents table of contents item elements within Doxygen XML structures,
285
+ * corresponding to the docTocItemType complex type in the XML schema. This
286
+ * class handles the parsing of mixed content including text and document
287
+ * title command groups, along with mandatory identifier attributes. All
288
+ * concrete table of contents item data model classes should extend this
289
+ * abstract base to ensure consistent parsing and data representation.
290
+ *
291
+ * @public
292
+ */
146
293
  export class AbstractTocDocItemType extends AbstractDataModelBase {
147
- // Any sequence of them.
148
- // children: Array<string | DocTitleCmdGroup> = []
149
- // Mandatory attributes.
294
+ /**
295
+ * The unique identifier for this table of contents item.
296
+ *
297
+ * @remarks
298
+ * Mandatory attribute that provides a unique identifier for referencing
299
+ * this table of contents item within the documentation structure. This
300
+ * identifier is used for cross-referencing and navigation purposes.
301
+ */
150
302
  id = '';
303
+ /**
304
+ * Constructs a new AbstractTocDocItemType instance from XML data.
305
+ *
306
+ * @param xml - The Doxygen XML parser instance for processing XML elements
307
+ * @param element - The XML element containing the table of contents item data
308
+ * @param elementName - The name of the XML element being processed
309
+ *
310
+ * @remarks
311
+ * Parses the provided XML element to extract table of contents item
312
+ * information including mixed content (text and document title command
313
+ * groups) and the mandatory identifier attribute. The constructor processes
314
+ * the mixed content model defined in the XML schema, handling both text
315
+ * nodes and structured command groups.
316
+ */
151
317
  constructor(xml, element, elementName) {
152
318
  super(elementName);
153
319
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -184,7 +350,31 @@ export class AbstractTocDocItemType extends AbstractDataModelBase {
184
350
  }
185
351
  }
186
352
  // <xsd:element name="tocitem" type="docTocItemType" minOccurs="0" maxOccurs="unbounded" />
353
+ /**
354
+ * Concrete data model class for table of contents item elements.
355
+ *
356
+ * @remarks
357
+ * Represents individual table of contents item elements found within
358
+ * Doxygen XML structures. This class extends the abstract base to provide
359
+ * specific handling for 'tocitem' elements, which define individual entries
360
+ * within table of contents lists. Each item includes mixed content and
361
+ * a unique identifier for navigation and cross-referencing purposes.
362
+ *
363
+ * @public
364
+ */
187
365
  export class TocItemDataModel extends AbstractTocDocItemType {
366
+ /**
367
+ * Constructs a new TocItemDataModel instance from XML data.
368
+ *
369
+ * @param xml - The Doxygen XML parser instance for processing XML elements
370
+ * @param element - The XML element containing the table of contents item data
371
+ *
372
+ * @remarks
373
+ * Initialises the table of contents item data model by parsing the provided
374
+ * XML element as a 'tocitem' element type. The constructor delegates to
375
+ * the parent class for common item processing whilst specifying the element
376
+ * name for proper XML structure handling.
377
+ */
188
378
  constructor(xml, element) {
189
379
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
190
380
  super(xml, element, 'tocitem');
@@ -196,8 +386,43 @@ export class TocItemDataModel extends AbstractTocDocItemType {
196
386
  // <xsd:element name="tocitem" type="docTocItemType" minOccurs="0" maxOccurs="unbounded" />
197
387
  // </xsd:sequence>
198
388
  // </xsd:complexType>
389
+ /**
390
+ * Abstract base class for document table of contents list type data models.
391
+ *
392
+ * @remarks
393
+ * Represents table of contents list elements within Doxygen XML structures,
394
+ * corresponding to the docTocListType complex type in the XML schema. This
395
+ * class handles the parsing of collections of table of contents items that
396
+ * form structured lists for documentation navigation. All concrete table
397
+ * of contents list data model classes should extend this abstract base to
398
+ * ensure consistent parsing and data representation.
399
+ *
400
+ * @public
401
+ */
199
402
  export class AbstractDocTocListType extends AbstractDataModelBase {
403
+ /**
404
+ * Collection of table of contents item data models.
405
+ *
406
+ * @remarks
407
+ * Optional array containing table of contents item elements that comprise
408
+ * the list structure. Each item represents an individual entry within the
409
+ * table of contents with its own content and identifier. The array supports
410
+ * zero to many items as per the XML schema.
411
+ */
200
412
  tocItems;
413
+ /**
414
+ * Constructs a new AbstractDocTocListType instance from XML data.
415
+ *
416
+ * @param xml - The Doxygen XML parser instance for processing XML elements
417
+ * @param element - The XML element containing the table of contents list data
418
+ * @param elementName - The name of the XML element being processed
419
+ *
420
+ * @remarks
421
+ * Parses the provided XML element to extract table of contents list
422
+ * information including collections of table of contents items. The
423
+ * constructor processes item elements into TocItemDataModel instances
424
+ * when present. This element type has no attributes as per the XML schema.
425
+ */
201
426
  constructor(xml, element, elementName) {
202
427
  super(elementName);
203
428
  const innerElements = xml.getInnerElements(element, elementName);
@@ -225,7 +450,31 @@ export class AbstractDocTocListType extends AbstractDataModelBase {
225
450
  }
226
451
  // ----------------------------------------------------------------------------
227
452
  // <xsd:element name="toclist" type="docTocListType" />
453
+ /**
454
+ * Concrete data model class for table of contents list elements.
455
+ *
456
+ * @remarks
457
+ * Represents individual table of contents list elements found within
458
+ * Doxygen XML structures. This class extends the abstract base to provide
459
+ * specific handling for 'toclist' elements, which define structured lists
460
+ * of table of contents items for documentation navigation. Each list
461
+ * contains multiple items that collectively form a navigational structure.
462
+ *
463
+ * @public
464
+ */
228
465
  export class TocListDataModel extends AbstractDocTocListType {
466
+ /**
467
+ * Constructs a new TocListDataModel instance from XML data.
468
+ *
469
+ * @param xml - The Doxygen XML parser instance for processing XML elements
470
+ * @param element - The XML element containing the table of contents list data
471
+ *
472
+ * @remarks
473
+ * Initialises the table of contents list data model by parsing the provided
474
+ * XML element as a 'toclist' element type. The constructor delegates to
475
+ * the parent class for common list processing whilst specifying the element
476
+ * name for proper XML structure handling.
477
+ */
229
478
  constructor(xml, element) {
230
479
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
231
480
  super(xml, element, 'toclist');