@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,55 +1,302 @@
1
1
  import { DoxygenXmlParser } from '../doxygen-xml-parser.js';
2
2
  import { AbstractDataModelBase } from '../types.js';
3
3
  /**
4
+ * Abstract base class for reference type data models.
5
+ *
6
+ * @remarks
7
+ * Represents the foundational structure for reference elements within Doxygen
8
+ * XML documentation, corresponding to the refType complex type in the XML
9
+ * schema. This class manages references to various documented entities such
10
+ * as classes, namespaces, files, folders, modules, pages, and groups. Each
11
+ * reference includes the entity name, a unique identifier for linking, and
12
+ * optional protection and inline attributes. All concrete reference
13
+ * implementations should extend this base to ensure consistent structure
14
+ * and parsing behaviour across different reference types.
15
+ *
4
16
  * @public
5
17
  */
6
18
  export declare abstract class AbstractRefType extends AbstractDataModelBase {
19
+ /**
20
+ * The name of the referenced entity.
21
+ *
22
+ * @remarks
23
+ * Mandatory element containing the textual name of the referenced entity,
24
+ * passed as the element's text content. This name provides human-readable
25
+ * identification of the referenced item and is used for display and
26
+ * navigation purposes within the generated documentation.
27
+ */
7
28
  text: string;
29
+ /**
30
+ * The unique reference identifier for the referenced entity.
31
+ *
32
+ * @remarks
33
+ * Mandatory attribute that provides a unique identifier for the referenced
34
+ * entity within the Doxygen documentation system. This identifier enables
35
+ * precise linking and cross-referencing between documentation elements,
36
+ * allowing navigation to the detailed documentation of the referenced item.
37
+ */
8
38
  refid: string;
39
+ /**
40
+ * The protection level of the referenced entity.
41
+ *
42
+ * @remarks
43
+ * Optional attribute specifying the protection level according to the
44
+ * DoxProtectionKind enumeration. Values include 'public', 'protected',
45
+ * 'private', and 'package', indicating the accessibility scope of the
46
+ * referenced entity within its containing context.
47
+ */
9
48
  prot?: string | undefined;
49
+ /**
50
+ * Indicates whether the referenced entity is inline.
51
+ *
52
+ * @remarks
53
+ * Optional boolean attribute that specifies whether the referenced entity
54
+ * is defined inline within its containing context. This information affects
55
+ * how the entity is presented and processed in the generated documentation,
56
+ * particularly for inline classes, functions, or other code constructs.
57
+ */
10
58
  inline?: boolean | undefined;
59
+ /**
60
+ * Constructs a new abstract reference type from XML data.
61
+ *
62
+ * @param xml - The Doxygen XML parser instance
63
+ * @param element - The XML element containing reference data
64
+ * @param elementName - The expected XML element name
65
+ *
66
+ * @remarks
67
+ * Parses the provided XML element to construct a complete reference data
68
+ * model. The parsing process extracts the textual content from the element
69
+ * and processes all defined attributes including the mandatory refid and
70
+ * optional protection and inline attributes. Validation ensures that both
71
+ * the reference name and identifier are present and non-empty, maintaining
72
+ * the integrity of the reference documentation.
73
+ */
11
74
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
12
75
  }
76
+ /**
77
+ * Data model for inner module reference elements.
78
+ *
79
+ * @remarks
80
+ * Represents a reference to an inner module within Doxygen XML documentation,
81
+ * corresponding to the innermodule XML element. This class manages references
82
+ * to modules that are contained within the current documentation context,
83
+ * providing linking and navigation capabilities to detailed module
84
+ * documentation. Inner modules typically represent modular components or
85
+ * subsystems within larger software projects.
86
+ *
87
+ * @public
88
+ */
13
89
  export declare class InnerModuleDataModel extends AbstractRefType {
90
+ /**
91
+ * Constructs a new inner module reference data model from XML.
92
+ *
93
+ * @param xml - The Doxygen XML parser instance
94
+ * @param element - The XML element containing inner module reference data
95
+ *
96
+ * @remarks
97
+ * Creates a complete inner module reference data model by parsing the
98
+ * provided XML element. This constructor delegates to the parent class to
99
+ * handle all standard parsing operations for the innermodule element type,
100
+ * establishing the reference to the contained module entity.
101
+ */
14
102
  constructor(xml: DoxygenXmlParser, element: object);
15
103
  }
16
104
  /**
105
+ * Data model for inner folder reference elements.
106
+ *
107
+ * @remarks
108
+ * Represents a reference to an inner folder within Doxygen XML documentation,
109
+ * corresponding to the innerdir XML element. This class manages references
110
+ * to folders that are contained within the current documentation context,
111
+ * providing linking and navigation capabilities to detailed folder
112
+ * documentation. Inner folders typically represent subdirectories within
113
+ * the project structure that contain related source files and documentation.
114
+ *
17
115
  * @public
18
116
  */
19
117
  export declare class InnerDirDataModel extends AbstractRefType {
118
+ /**
119
+ * Constructs a new inner folder reference data model from XML.
120
+ *
121
+ * @param xml - The Doxygen XML parser instance
122
+ * @param element - The XML element containing inner folder reference data
123
+ *
124
+ * @remarks
125
+ * Creates a complete inner folder reference data model by parsing the
126
+ * provided XML element. This constructor delegates to the parent class to
127
+ * handle all standard parsing operations for the innerdir element type,
128
+ * establishing the reference to the contained folder entity.
129
+ */
20
130
  constructor(xml: DoxygenXmlParser, element: object);
21
131
  }
22
132
  /**
133
+ * Data model for inner file reference elements.
134
+ *
135
+ * @remarks
136
+ * Represents a reference to an inner file within Doxygen XML documentation,
137
+ * corresponding to the innerfile XML element. This class manages references
138
+ * to files that are contained within the current documentation context,
139
+ * providing linking and navigation capabilities to detailed file
140
+ * documentation. Inner files typically represent source code files, headers,
141
+ * or other documented files within the project structure.
142
+ *
23
143
  * @public
24
144
  */
25
145
  export declare class InnerFileDataModel extends AbstractRefType {
146
+ /**
147
+ * Constructs a new inner file reference data model from XML.
148
+ *
149
+ * @param xml - The Doxygen XML parser instance
150
+ * @param element - The XML element containing inner file reference data
151
+ *
152
+ * @remarks
153
+ * Creates a complete inner file reference data model by parsing the
154
+ * provided XML element. This constructor delegates to the parent class to
155
+ * handle all standard parsing operations for the innerfile element type,
156
+ * establishing the reference to the contained file entity.
157
+ */
26
158
  constructor(xml: DoxygenXmlParser, element: object);
27
159
  }
28
160
  /**
161
+ * Data model for inner class reference elements.
162
+ *
163
+ * @remarks
164
+ * Represents a reference to an inner class within Doxygen XML documentation,
165
+ * corresponding to the innerclass XML element. This class manages references
166
+ * to classes that are contained within the current documentation context,
167
+ * providing linking and navigation capabilities to detailed class
168
+ * documentation. Inner classes typically represent nested classes, inner
169
+ * types, or classes defined within other classes or namespaces.
170
+ *
29
171
  * @public
30
172
  */
31
173
  export declare class InnerClassDataModel extends AbstractRefType {
174
+ /**
175
+ * Constructs a new inner class reference data model from XML.
176
+ *
177
+ * @param xml - The Doxygen XML parser instance
178
+ * @param element - The XML element containing inner class reference data
179
+ *
180
+ * @remarks
181
+ * Creates a complete inner class reference data model by parsing the
182
+ * provided XML element. This constructor delegates to the parent class to
183
+ * handle all standard parsing operations for the innerclass element type,
184
+ * establishing the reference to the contained class entity.
185
+ */
32
186
  constructor(xml: DoxygenXmlParser, element: object);
33
187
  }
188
+ /**
189
+ * Data model for inner concept reference elements.
190
+ *
191
+ * @remarks
192
+ * Represents a reference to an inner concept within Doxygen XML documentation,
193
+ * corresponding to the innerconcept XML element. This class manages references
194
+ * to concepts that are contained within the current documentation context,
195
+ * providing linking and navigation capabilities to detailed concept
196
+ * documentation. Inner concepts typically represent C++20 concepts or similar
197
+ * constraint-based language features defined within classes or namespaces.
198
+ *
199
+ * @public
200
+ */
34
201
  export declare class InnerConceptDataModel extends AbstractRefType {
202
+ /**
203
+ * Constructs a new inner concept reference data model from XML.
204
+ *
205
+ * @param xml - The Doxygen XML parser instance
206
+ * @param element - The XML element containing inner concept reference data
207
+ *
208
+ * @remarks
209
+ * Creates a complete inner concept reference data model by parsing the
210
+ * provided XML element. This constructor delegates to the parent class to
211
+ * handle all standard parsing operations for the innerconcept element type,
212
+ * establishing the reference to the contained concept entity.
213
+ */
35
214
  constructor(xml: DoxygenXmlParser, element: object);
36
215
  }
37
216
  /**
217
+ * Data model for inner namespace reference elements.
218
+ *
219
+ * @remarks
220
+ * Represents a reference to an inner namespace within Doxygen XML
221
+ * documentation, corresponding to the innernamespace XML element. This class
222
+ * manages references to namespaces that are contained within the current
223
+ * documentation context, providing linking and navigation capabilities to
224
+ * detailed namespace documentation. Inner namespaces typically represent
225
+ * nested namespaces or namespace aliases defined within other namespaces.
226
+ *
38
227
  * @public
39
228
  */
40
229
  export declare class InnerNamespaceDataModel extends AbstractRefType {
230
+ /**
231
+ * Constructs a new inner namespace reference data model from XML.
232
+ *
233
+ * @param xml - The Doxygen XML parser instance
234
+ * @param element - The XML element containing inner namespace reference data
235
+ *
236
+ * @remarks
237
+ * Creates a complete inner namespace reference data model by parsing the
238
+ * provided XML element. This constructor delegates to the parent class to
239
+ * handle all standard parsing operations for the innernamespace element
240
+ * type, establishing the reference to the contained namespace entity.
241
+ */
41
242
  constructor(xml: DoxygenXmlParser, element: object);
42
243
  }
43
244
  /**
245
+ * Data model for inner page reference elements.
246
+ *
247
+ * @remarks
248
+ * Represents a reference to an inner page within Doxygen XML documentation,
249
+ * corresponding to the innerpage XML element. This class manages references
250
+ * to pages that are contained within the current documentation context,
251
+ * providing linking and navigation capabilities to detailed page
252
+ * documentation. Inner pages typically represent documentation pages,
253
+ * tutorials, or other narrative content that is logically contained within
254
+ * the current documentation scope.
255
+ *
44
256
  * @public
45
257
  */
46
258
  export declare class InnerPageDataModel extends AbstractRefType {
259
+ /**
260
+ * Constructs a new inner page reference data model from XML.
261
+ *
262
+ * @param xml - The Doxygen XML parser instance
263
+ * @param element - The XML element containing inner page reference data
264
+ *
265
+ * @remarks
266
+ * Creates a complete inner page reference data model by parsing the
267
+ * provided XML element. This constructor delegates to the parent class to
268
+ * handle all standard parsing operations for the innerpage element type,
269
+ * establishing the reference to the contained page entity.
270
+ */
47
271
  constructor(xml: DoxygenXmlParser, element: object);
48
272
  }
49
273
  /**
274
+ * Data model for inner group reference elements.
275
+ *
276
+ * @remarks
277
+ * Represents a reference to an inner group within Doxygen XML documentation,
278
+ * corresponding to the innergroup XML element. This class manages references
279
+ * to groups that are contained within the current documentation context,
280
+ * providing linking and navigation capabilities to detailed group
281
+ * documentation. Inner groups typically represent logical collections or
282
+ * modules of related functionality that are organised within the current
283
+ * documentation scope.
284
+ *
50
285
  * @public
51
286
  */
52
287
  export declare class InnerGroupDataModel extends AbstractRefType {
288
+ /**
289
+ * Constructs a new inner group reference data model from XML.
290
+ *
291
+ * @param xml - The Doxygen XML parser instance
292
+ * @param element - The XML element containing inner group reference data
293
+ *
294
+ * @remarks
295
+ * Creates a complete inner group reference data model by parsing the
296
+ * provided XML element. This constructor delegates to the parent class to
297
+ * handle all standard parsing operations for the innergroup element type,
298
+ * establishing the reference to the contained group entity.
299
+ */
53
300
  constructor(xml: DoxygenXmlParser, element: object);
54
301
  }
55
302
  //# sourceMappingURL=reftype-dm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"reftype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reftype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAuBnD;;GAEG;AACH,8BAAsB,eAAgB,SAAQ,qBAAqB;IAEjE,IAAI,SAAK;IAGT,KAAK,SAAK;IAGV,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACzB,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;gBAEhB,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA2CxE;AAaD,qBAAa,oBAAqB,SAAQ,eAAe;gBAC3C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,eAAe;gBACxC,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,eAAe;gBACzC,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,eAAe;gBAC1C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED,qBAAa,qBAAsB,SAAQ,eAAe;gBAC5C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,eAAe;gBAC9C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,eAAe;gBACzC,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,eAAe;gBAC1C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
1
+ {"version":3,"file":"reftype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reftype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAuBnD;;;;;;;;;;;;;;GAcG;AACH,8BAAsB,eAAgB,SAAQ,qBAAqB;IACjE;;;;;;;;OAQG;IACH,IAAI,SAAK;IAET;;;;;;;;OAQG;IACH,KAAK,SAAK;IAEV;;;;;;;;OAQG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAEzB;;;;;;;;OAQG;IACH,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAE5B;;;;;;;;;;;;;;OAcG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA2CxE;AAaD;;;;;;;;;;;;GAYG;AACH,qBAAa,oBAAqB,SAAQ,eAAe;IACvD;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,iBAAkB,SAAQ,eAAe;IACpD;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,kBAAmB,SAAQ,eAAe;IACrD;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,mBAAoB,SAAQ,eAAe;IACtD;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,qBAAsB,SAAQ,eAAe;IACxD;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,uBAAwB,SAAQ,eAAe;IAC1D;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;;GAaG;AACH,qBAAa,kBAAmB,SAAQ,eAAe;IACrD;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;;GAaG;AACH,qBAAa,mBAAoB,SAAQ,eAAe;IACtD;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
@@ -31,16 +31,76 @@ import { AbstractDataModelBase } from '../types.js';
31
31
  // </xsd:restriction>
32
32
  // </xsd:simpleType>
33
33
  /**
34
+ * Abstract base class for reference type data models.
35
+ *
36
+ * @remarks
37
+ * Represents the foundational structure for reference elements within Doxygen
38
+ * XML documentation, corresponding to the refType complex type in the XML
39
+ * schema. This class manages references to various documented entities such
40
+ * as classes, namespaces, files, folders, modules, pages, and groups. Each
41
+ * reference includes the entity name, a unique identifier for linking, and
42
+ * optional protection and inline attributes. All concrete reference
43
+ * implementations should extend this base to ensure consistent structure
44
+ * and parsing behaviour across different reference types.
45
+ *
34
46
  * @public
35
47
  */
36
48
  export class AbstractRefType extends AbstractDataModelBase {
37
- // Mandatory elements.
49
+ /**
50
+ * The name of the referenced entity.
51
+ *
52
+ * @remarks
53
+ * Mandatory element containing the textual name of the referenced entity,
54
+ * passed as the element's text content. This name provides human-readable
55
+ * identification of the referenced item and is used for display and
56
+ * navigation purposes within the generated documentation.
57
+ */
38
58
  text = ''; // The name of the reference, passed as element text.
39
- // Mandatory attributes.
59
+ /**
60
+ * The unique reference identifier for the referenced entity.
61
+ *
62
+ * @remarks
63
+ * Mandatory attribute that provides a unique identifier for the referenced
64
+ * entity within the Doxygen documentation system. This identifier enables
65
+ * precise linking and cross-referencing between documentation elements,
66
+ * allowing navigation to the detailed documentation of the referenced item.
67
+ */
40
68
  refid = '';
41
- // Optional attributes.
69
+ /**
70
+ * The protection level of the referenced entity.
71
+ *
72
+ * @remarks
73
+ * Optional attribute specifying the protection level according to the
74
+ * DoxProtectionKind enumeration. Values include 'public', 'protected',
75
+ * 'private', and 'package', indicating the accessibility scope of the
76
+ * referenced entity within its containing context.
77
+ */
42
78
  prot; // DoxProtectionKind
79
+ /**
80
+ * Indicates whether the referenced entity is inline.
81
+ *
82
+ * @remarks
83
+ * Optional boolean attribute that specifies whether the referenced entity
84
+ * is defined inline within its containing context. This information affects
85
+ * how the entity is presented and processed in the generated documentation,
86
+ * particularly for inline classes, functions, or other code constructs.
87
+ */
43
88
  inline; // DoxBool
89
+ /**
90
+ * Constructs a new abstract reference type from XML data.
91
+ *
92
+ * @param xml - The Doxygen XML parser instance
93
+ * @param element - The XML element containing reference data
94
+ * @param elementName - The expected XML element name
95
+ *
96
+ * @remarks
97
+ * Parses the provided XML element to construct a complete reference data
98
+ * model. The parsing process extracts the textual content from the element
99
+ * and processes all defined attributes including the mandatory refid and
100
+ * optional protection and inline attributes. Validation ensures that both
101
+ * the reference name and identifier are present and non-empty, maintaining
102
+ * the integrity of the reference documentation.
103
+ */
44
104
  constructor(xml, element, elementName) {
45
105
  super(elementName);
46
106
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -82,67 +142,251 @@ export class AbstractRefType extends AbstractDataModelBase {
82
142
  // <xsd:element name="innernamespace" type="refType" minOccurs="0" maxOccurs="unbounded" />
83
143
  // <xsd:element name="innerpage" type="refType" minOccurs="0" maxOccurs="unbounded" />
84
144
  // <xsd:element name="innergroup" type="refType" minOccurs="0" maxOccurs="unbounded" />
145
+ /**
146
+ * Data model for inner module reference elements.
147
+ *
148
+ * @remarks
149
+ * Represents a reference to an inner module within Doxygen XML documentation,
150
+ * corresponding to the innermodule XML element. This class manages references
151
+ * to modules that are contained within the current documentation context,
152
+ * providing linking and navigation capabilities to detailed module
153
+ * documentation. Inner modules typically represent modular components or
154
+ * subsystems within larger software projects.
155
+ *
156
+ * @public
157
+ */
85
158
  export class InnerModuleDataModel extends AbstractRefType {
159
+ /**
160
+ * Constructs a new inner module reference data model from XML.
161
+ *
162
+ * @param xml - The Doxygen XML parser instance
163
+ * @param element - The XML element containing inner module reference data
164
+ *
165
+ * @remarks
166
+ * Creates a complete inner module reference data model by parsing the
167
+ * provided XML element. This constructor delegates to the parent class to
168
+ * handle all standard parsing operations for the innermodule element type,
169
+ * establishing the reference to the contained module entity.
170
+ */
86
171
  constructor(xml, element) {
87
172
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
88
173
  super(xml, element, 'innermodule');
89
174
  }
90
175
  }
91
176
  /**
177
+ * Data model for inner folder reference elements.
178
+ *
179
+ * @remarks
180
+ * Represents a reference to an inner folder within Doxygen XML documentation,
181
+ * corresponding to the innerdir XML element. This class manages references
182
+ * to folders that are contained within the current documentation context,
183
+ * providing linking and navigation capabilities to detailed folder
184
+ * documentation. Inner folders typically represent subdirectories within
185
+ * the project structure that contain related source files and documentation.
186
+ *
92
187
  * @public
93
188
  */
94
189
  export class InnerDirDataModel extends AbstractRefType {
190
+ /**
191
+ * Constructs a new inner folder reference data model from XML.
192
+ *
193
+ * @param xml - The Doxygen XML parser instance
194
+ * @param element - The XML element containing inner folder reference data
195
+ *
196
+ * @remarks
197
+ * Creates a complete inner folder reference data model by parsing the
198
+ * provided XML element. This constructor delegates to the parent class to
199
+ * handle all standard parsing operations for the innerdir element type,
200
+ * establishing the reference to the contained folder entity.
201
+ */
95
202
  constructor(xml, element) {
96
203
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
97
204
  super(xml, element, 'innerdir');
98
205
  }
99
206
  }
100
207
  /**
208
+ * Data model for inner file reference elements.
209
+ *
210
+ * @remarks
211
+ * Represents a reference to an inner file within Doxygen XML documentation,
212
+ * corresponding to the innerfile XML element. This class manages references
213
+ * to files that are contained within the current documentation context,
214
+ * providing linking and navigation capabilities to detailed file
215
+ * documentation. Inner files typically represent source code files, headers,
216
+ * or other documented files within the project structure.
217
+ *
101
218
  * @public
102
219
  */
103
220
  export class InnerFileDataModel extends AbstractRefType {
221
+ /**
222
+ * Constructs a new inner file reference data model from XML.
223
+ *
224
+ * @param xml - The Doxygen XML parser instance
225
+ * @param element - The XML element containing inner file reference data
226
+ *
227
+ * @remarks
228
+ * Creates a complete inner file reference data model by parsing the
229
+ * provided XML element. This constructor delegates to the parent class to
230
+ * handle all standard parsing operations for the innerfile element type,
231
+ * establishing the reference to the contained file entity.
232
+ */
104
233
  constructor(xml, element) {
105
234
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
106
235
  super(xml, element, 'innerfile');
107
236
  }
108
237
  }
109
238
  /**
239
+ * Data model for inner class reference elements.
240
+ *
241
+ * @remarks
242
+ * Represents a reference to an inner class within Doxygen XML documentation,
243
+ * corresponding to the innerclass XML element. This class manages references
244
+ * to classes that are contained within the current documentation context,
245
+ * providing linking and navigation capabilities to detailed class
246
+ * documentation. Inner classes typically represent nested classes, inner
247
+ * types, or classes defined within other classes or namespaces.
248
+ *
110
249
  * @public
111
250
  */
112
251
  export class InnerClassDataModel extends AbstractRefType {
252
+ /**
253
+ * Constructs a new inner class reference data model from XML.
254
+ *
255
+ * @param xml - The Doxygen XML parser instance
256
+ * @param element - The XML element containing inner class reference data
257
+ *
258
+ * @remarks
259
+ * Creates a complete inner class reference data model by parsing the
260
+ * provided XML element. This constructor delegates to the parent class to
261
+ * handle all standard parsing operations for the innerclass element type,
262
+ * establishing the reference to the contained class entity.
263
+ */
113
264
  constructor(xml, element) {
114
265
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
115
266
  super(xml, element, 'innerclass');
116
267
  }
117
268
  }
269
+ /**
270
+ * Data model for inner concept reference elements.
271
+ *
272
+ * @remarks
273
+ * Represents a reference to an inner concept within Doxygen XML documentation,
274
+ * corresponding to the innerconcept XML element. This class manages references
275
+ * to concepts that are contained within the current documentation context,
276
+ * providing linking and navigation capabilities to detailed concept
277
+ * documentation. Inner concepts typically represent C++20 concepts or similar
278
+ * constraint-based language features defined within classes or namespaces.
279
+ *
280
+ * @public
281
+ */
118
282
  export class InnerConceptDataModel extends AbstractRefType {
283
+ /**
284
+ * Constructs a new inner concept reference data model from XML.
285
+ *
286
+ * @param xml - The Doxygen XML parser instance
287
+ * @param element - The XML element containing inner concept reference data
288
+ *
289
+ * @remarks
290
+ * Creates a complete inner concept reference data model by parsing the
291
+ * provided XML element. This constructor delegates to the parent class to
292
+ * handle all standard parsing operations for the innerconcept element type,
293
+ * establishing the reference to the contained concept entity.
294
+ */
119
295
  constructor(xml, element) {
120
296
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
121
297
  super(xml, element, 'innerconcept');
122
298
  }
123
299
  }
124
300
  /**
301
+ * Data model for inner namespace reference elements.
302
+ *
303
+ * @remarks
304
+ * Represents a reference to an inner namespace within Doxygen XML
305
+ * documentation, corresponding to the innernamespace XML element. This class
306
+ * manages references to namespaces that are contained within the current
307
+ * documentation context, providing linking and navigation capabilities to
308
+ * detailed namespace documentation. Inner namespaces typically represent
309
+ * nested namespaces or namespace aliases defined within other namespaces.
310
+ *
125
311
  * @public
126
312
  */
127
313
  export class InnerNamespaceDataModel extends AbstractRefType {
314
+ /**
315
+ * Constructs a new inner namespace reference data model from XML.
316
+ *
317
+ * @param xml - The Doxygen XML parser instance
318
+ * @param element - The XML element containing inner namespace reference data
319
+ *
320
+ * @remarks
321
+ * Creates a complete inner namespace reference data model by parsing the
322
+ * provided XML element. This constructor delegates to the parent class to
323
+ * handle all standard parsing operations for the innernamespace element
324
+ * type, establishing the reference to the contained namespace entity.
325
+ */
128
326
  constructor(xml, element) {
129
327
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
130
328
  super(xml, element, 'innernamespace');
131
329
  }
132
330
  }
133
331
  /**
332
+ * Data model for inner page reference elements.
333
+ *
334
+ * @remarks
335
+ * Represents a reference to an inner page within Doxygen XML documentation,
336
+ * corresponding to the innerpage XML element. This class manages references
337
+ * to pages that are contained within the current documentation context,
338
+ * providing linking and navigation capabilities to detailed page
339
+ * documentation. Inner pages typically represent documentation pages,
340
+ * tutorials, or other narrative content that is logically contained within
341
+ * the current documentation scope.
342
+ *
134
343
  * @public
135
344
  */
136
345
  export class InnerPageDataModel extends AbstractRefType {
346
+ /**
347
+ * Constructs a new inner page reference data model from XML.
348
+ *
349
+ * @param xml - The Doxygen XML parser instance
350
+ * @param element - The XML element containing inner page reference data
351
+ *
352
+ * @remarks
353
+ * Creates a complete inner page reference data model by parsing the
354
+ * provided XML element. This constructor delegates to the parent class to
355
+ * handle all standard parsing operations for the innerpage element type,
356
+ * establishing the reference to the contained page entity.
357
+ */
137
358
  constructor(xml, element) {
138
359
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
139
360
  super(xml, element, 'innerpage');
140
361
  }
141
362
  }
142
363
  /**
364
+ * Data model for inner group reference elements.
365
+ *
366
+ * @remarks
367
+ * Represents a reference to an inner group within Doxygen XML documentation,
368
+ * corresponding to the innergroup XML element. This class manages references
369
+ * to groups that are contained within the current documentation context,
370
+ * providing linking and navigation capabilities to detailed group
371
+ * documentation. Inner groups typically represent logical collections or
372
+ * modules of related functionality that are organised within the current
373
+ * documentation scope.
374
+ *
143
375
  * @public
144
376
  */
145
377
  export class InnerGroupDataModel extends AbstractRefType {
378
+ /**
379
+ * Constructs a new inner group reference data model from XML.
380
+ *
381
+ * @param xml - The Doxygen XML parser instance
382
+ * @param element - The XML element containing inner group reference data
383
+ *
384
+ * @remarks
385
+ * Creates a complete inner group reference data model by parsing the
386
+ * provided XML element. This constructor delegates to the parent class to
387
+ * handle all standard parsing operations for the innergroup element type,
388
+ * establishing the reference to the contained group entity.
389
+ */
146
390
  constructor(xml, element) {
147
391
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
148
392
  super(xml, element, 'innergroup');
@@ -1 +1 @@
1
- {"version":3,"file":"reftype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reftype-dm.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"reftype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reftype-dm.ts"],"names":[],"mappings":"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"}