@xpack/doxygen2docusaurus 2.0.0 → 2.1.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 (350) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -1
  3. package/bin/doxygen2docusaurus.js +1 -1
  4. package/dist/cli/main.d.ts +0 -14
  5. package/dist/cli/main.d.ts.map +1 -1
  6. package/dist/cli/main.js +0 -34
  7. package/dist/cli/main.js.map +1 -1
  8. package/dist/docusaurus/cli-options.d.ts +3 -292
  9. package/dist/docusaurus/cli-options.d.ts.map +1 -1
  10. package/dist/docusaurus/cli-options.js +6 -290
  11. package/dist/docusaurus/cli-options.js.map +1 -1
  12. package/dist/docusaurus/generator.d.ts +0 -172
  13. package/dist/docusaurus/generator.d.ts.map +1 -1
  14. package/dist/docusaurus/generator.js +20 -280
  15. package/dist/docusaurus/generator.js.map +1 -1
  16. package/dist/docusaurus/renderers/descriptiontype.d.ts +0 -417
  17. package/dist/docusaurus/renderers/descriptiontype.d.ts.map +1 -1
  18. package/dist/docusaurus/renderers/descriptiontype.js +11 -555
  19. package/dist/docusaurus/renderers/descriptiontype.js.map +1 -1
  20. package/dist/docusaurus/renderers/docinternalstype.d.ts +0 -132
  21. package/dist/docusaurus/renderers/docinternalstype.d.ts.map +1 -1
  22. package/dist/docusaurus/renderers/docinternalstype.js +0 -156
  23. package/dist/docusaurus/renderers/docinternalstype.js.map +1 -1
  24. package/dist/docusaurus/renderers/doclisttype.d.ts +0 -22
  25. package/dist/docusaurus/renderers/doclisttype.d.ts.map +1 -1
  26. package/dist/docusaurus/renderers/doclisttype.js +0 -42
  27. package/dist/docusaurus/renderers/doclisttype.js.map +1 -1
  28. package/dist/docusaurus/renderers/doctabletype.d.ts +0 -88
  29. package/dist/docusaurus/renderers/doctabletype.d.ts.map +1 -1
  30. package/dist/docusaurus/renderers/doctabletype.js +1 -113
  31. package/dist/docusaurus/renderers/doctabletype.js.map +1 -1
  32. package/dist/docusaurus/renderers/doctitletype.d.ts +0 -22
  33. package/dist/docusaurus/renderers/doctitletype.d.ts.map +1 -1
  34. package/dist/docusaurus/renderers/doctitletype.js +0 -42
  35. package/dist/docusaurus/renderers/doctitletype.js.map +1 -1
  36. package/dist/docusaurus/renderers/docvariablelisttype.d.ts +0 -44
  37. package/dist/docusaurus/renderers/docvariablelisttype.d.ts.map +1 -1
  38. package/dist/docusaurus/renderers/docvariablelisttype.js +1 -69
  39. package/dist/docusaurus/renderers/docvariablelisttype.js.map +1 -1
  40. package/dist/docusaurus/renderers/docxrefsecttype.d.ts +0 -22
  41. package/dist/docusaurus/renderers/docxrefsecttype.d.ts.map +1 -1
  42. package/dist/docusaurus/renderers/docxrefsecttype.js +0 -38
  43. package/dist/docusaurus/renderers/docxrefsecttype.js.map +1 -1
  44. package/dist/docusaurus/renderers/element-renderer-base.d.ts +0 -74
  45. package/dist/docusaurus/renderers/element-renderer-base.d.ts.map +1 -1
  46. package/dist/docusaurus/renderers/element-renderer-base.js +0 -64
  47. package/dist/docusaurus/renderers/element-renderer-base.js.map +1 -1
  48. package/dist/docusaurus/renderers/inctype.d.ts +0 -23
  49. package/dist/docusaurus/renderers/inctype.d.ts.map +1 -1
  50. package/dist/docusaurus/renderers/inctype.js +0 -41
  51. package/dist/docusaurus/renderers/inctype.js.map +1 -1
  52. package/dist/docusaurus/renderers/linkedtexttype.d.ts +0 -22
  53. package/dist/docusaurus/renderers/linkedtexttype.d.ts.map +1 -1
  54. package/dist/docusaurus/renderers/linkedtexttype.js +0 -45
  55. package/dist/docusaurus/renderers/linkedtexttype.js.map +1 -1
  56. package/dist/docusaurus/renderers/listingtype.d.ts +0 -52
  57. package/dist/docusaurus/renderers/listingtype.d.ts.map +1 -1
  58. package/dist/docusaurus/renderers/listingtype.js +1 -88
  59. package/dist/docusaurus/renderers/listingtype.js.map +1 -1
  60. package/dist/docusaurus/renderers/paramtype.d.ts +0 -22
  61. package/dist/docusaurus/renderers/paramtype.d.ts.map +1 -1
  62. package/dist/docusaurus/renderers/paramtype.js +2 -51
  63. package/dist/docusaurus/renderers/paramtype.js.map +1 -1
  64. package/dist/docusaurus/renderers/referencetype.d.ts +0 -23
  65. package/dist/docusaurus/renderers/referencetype.d.ts.map +1 -1
  66. package/dist/docusaurus/renderers/referencetype.js +0 -38
  67. package/dist/docusaurus/renderers/referencetype.js.map +1 -1
  68. package/dist/docusaurus/renderers/reftexttype.d.ts +0 -22
  69. package/dist/docusaurus/renderers/reftexttype.d.ts.map +1 -1
  70. package/dist/docusaurus/renderers/reftexttype.js +0 -38
  71. package/dist/docusaurus/renderers/reftexttype.js.map +1 -1
  72. package/dist/docusaurus/renderers/reftype.d.ts +0 -22
  73. package/dist/docusaurus/renderers/reftype.d.ts.map +1 -1
  74. package/dist/docusaurus/renderers/reftype.js +0 -38
  75. package/dist/docusaurus/renderers/reftype.js.map +1 -1
  76. package/dist/docusaurus/renderers/renderers.d.ts +0 -151
  77. package/dist/docusaurus/renderers/renderers.d.ts.map +1 -1
  78. package/dist/docusaurus/renderers/renderers.js +4 -184
  79. package/dist/docusaurus/renderers/renderers.js.map +1 -1
  80. package/dist/docusaurus/renderers/substringtype.d.ts +0 -22
  81. package/dist/docusaurus/renderers/substringtype.d.ts.map +1 -1
  82. package/dist/docusaurus/renderers/substringtype.js +0 -39
  83. package/dist/docusaurus/renderers/substringtype.js.map +1 -1
  84. package/dist/docusaurus/renderers/tableofcontentstype.d.ts +0 -22
  85. package/dist/docusaurus/renderers/tableofcontentstype.d.ts.map +1 -1
  86. package/dist/docusaurus/renderers/tableofcontentstype.js +0 -39
  87. package/dist/docusaurus/renderers/tableofcontentstype.js.map +1 -1
  88. package/dist/docusaurus/types.d.ts +0 -110
  89. package/dist/docusaurus/types.d.ts.map +1 -1
  90. package/dist/docusaurus/types.js +0 -11
  91. package/dist/docusaurus/types.js.map +1 -1
  92. package/dist/docusaurus/utils.d.ts +0 -214
  93. package/dist/docusaurus/utils.d.ts.map +1 -1
  94. package/dist/docusaurus/utils.js +0 -296
  95. package/dist/docusaurus/utils.js.map +1 -1
  96. package/dist/docusaurus/view-model/classes-vm.d.ts +0 -137
  97. package/dist/docusaurus/view-model/classes-vm.d.ts.map +1 -1
  98. package/dist/docusaurus/view-model/classes-vm.js +9 -225
  99. package/dist/docusaurus/view-model/classes-vm.js.map +1 -1
  100. package/dist/docusaurus/view-model/collection-base.d.ts +0 -120
  101. package/dist/docusaurus/view-model/collection-base.d.ts.map +1 -1
  102. package/dist/docusaurus/view-model/collection-base.js +11 -101
  103. package/dist/docusaurus/view-model/collection-base.js.map +1 -1
  104. package/dist/docusaurus/view-model/compound-base-vm.d.ts +2 -147
  105. package/dist/docusaurus/view-model/compound-base-vm.d.ts.map +1 -1
  106. package/dist/docusaurus/view-model/compound-base-vm.js +47 -225
  107. package/dist/docusaurus/view-model/compound-base-vm.js.map +1 -1
  108. package/dist/docusaurus/view-model/concepts-vm.d.ts +26 -0
  109. package/dist/docusaurus/view-model/concepts-vm.d.ts.map +1 -0
  110. package/dist/docusaurus/view-model/concepts-vm.js +329 -0
  111. package/dist/docusaurus/view-model/concepts-vm.js.map +1 -0
  112. package/dist/docusaurus/view-model/description-anchors.d.ts +0 -58
  113. package/dist/docusaurus/view-model/description-anchors.d.ts.map +1 -1
  114. package/dist/docusaurus/view-model/description-anchors.js +0 -71
  115. package/dist/docusaurus/view-model/description-anchors.js.map +1 -1
  116. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts +0 -247
  117. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts.map +1 -1
  118. package/dist/docusaurus/view-model/files-and-folders-vm.js +61 -353
  119. package/dist/docusaurus/view-model/files-and-folders-vm.js.map +1 -1
  120. package/dist/docusaurus/view-model/groups-vm.d.ts +0 -148
  121. package/dist/docusaurus/view-model/groups-vm.d.ts.map +1 -1
  122. package/dist/docusaurus/view-model/groups-vm.js +2 -223
  123. package/dist/docusaurus/view-model/groups-vm.js.map +1 -1
  124. package/dist/docusaurus/view-model/members-vm.d.ts +0 -552
  125. package/dist/docusaurus/view-model/members-vm.d.ts.map +1 -1
  126. package/dist/docusaurus/view-model/members-vm.js +17 -702
  127. package/dist/docusaurus/view-model/members-vm.js.map +1 -1
  128. package/dist/docusaurus/view-model/namespaces-vm.d.ts +4 -199
  129. package/dist/docusaurus/view-model/namespaces-vm.d.ts.map +1 -1
  130. package/dist/docusaurus/view-model/namespaces-vm.js +79 -284
  131. package/dist/docusaurus/view-model/namespaces-vm.js.map +1 -1
  132. package/dist/docusaurus/view-model/options.d.ts +0 -43
  133. package/dist/docusaurus/view-model/options.d.ts.map +1 -1
  134. package/dist/docusaurus/view-model/options.js +0 -57
  135. package/dist/docusaurus/view-model/options.js.map +1 -1
  136. package/dist/docusaurus/view-model/pages-vm.d.ts +0 -115
  137. package/dist/docusaurus/view-model/pages-vm.d.ts.map +1 -1
  138. package/dist/docusaurus/view-model/pages-vm.js +0 -162
  139. package/dist/docusaurus/view-model/pages-vm.js.map +1 -1
  140. package/dist/docusaurus/view-model/tree-entries-vm.d.ts +8 -142
  141. package/dist/docusaurus/view-model/tree-entries-vm.d.ts.map +1 -1
  142. package/dist/docusaurus/view-model/tree-entries-vm.js +54 -174
  143. package/dist/docusaurus/view-model/tree-entries-vm.js.map +1 -1
  144. package/dist/docusaurus/view-model/view-model.d.ts +0 -125
  145. package/dist/docusaurus/view-model/view-model.d.ts.map +1 -1
  146. package/dist/docusaurus/view-model/view-model.js +20 -182
  147. package/dist/docusaurus/view-model/view-model.js.map +1 -1
  148. package/dist/docusaurus/workspace.d.ts +1 -126
  149. package/dist/docusaurus/workspace.d.ts.map +1 -1
  150. package/dist/docusaurus/workspace.js +8 -221
  151. package/dist/docusaurus/workspace.js.map +1 -1
  152. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts +5 -492
  153. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts.map +1 -1
  154. package/dist/doxygen/data-model/compounds/compounddef-dm.js +23 -672
  155. package/dist/doxygen/data-model/compounds/compounddef-dm.js.map +1 -1
  156. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts +0 -129
  157. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts.map +1 -1
  158. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js +1 -145
  159. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js.map +1 -1
  160. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts +104 -2848
  161. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts.map +1 -1
  162. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js +73 -3975
  163. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js.map +1 -1
  164. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts +0 -165
  165. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts.map +1 -1
  166. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js +0 -229
  167. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js.map +1 -1
  168. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts +0 -70
  169. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts.map +1 -1
  170. package/dist/doxygen/data-model/compounds/doxygentype-dm.js +0 -105
  171. package/dist/doxygen/data-model/compounds/doxygentype-dm.js.map +1 -1
  172. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts +0 -84
  173. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts.map +1 -1
  174. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js +1 -122
  175. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js.map +1 -1
  176. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts +0 -116
  177. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts.map +1 -1
  178. package/dist/doxygen/data-model/compounds/inctype-dm.js +3 -155
  179. package/dist/doxygen/data-model/compounds/inctype-dm.js.map +1 -1
  180. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts +3 -138
  181. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts.map +1 -1
  182. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js +5 -180
  183. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js.map +1 -1
  184. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts +0 -76
  185. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts.map +1 -1
  186. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js +0 -107
  187. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js.map +1 -1
  188. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts +0 -162
  189. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts.map +1 -1
  190. package/dist/doxygen/data-model/compounds/locationtype-dm.js +4 -203
  191. package/dist/doxygen/data-model/compounds/locationtype-dm.js.map +1 -1
  192. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts +2 -443
  193. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts.map +1 -1
  194. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js +19 -475
  195. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js.map +1 -1
  196. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts +0 -141
  197. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts.map +1 -1
  198. package/dist/doxygen/data-model/compounds/memberreftype-dm.js +0 -176
  199. package/dist/doxygen/data-model/compounds/memberreftype-dm.js.map +1 -1
  200. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts +0 -101
  201. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts.map +1 -1
  202. package/dist/doxygen/data-model/compounds/membertype-dm.js +0 -115
  203. package/dist/doxygen/data-model/compounds/membertype-dm.js.map +1 -1
  204. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts +0 -164
  205. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts.map +1 -1
  206. package/dist/doxygen/data-model/compounds/paramtype-dm.js +0 -208
  207. package/dist/doxygen/data-model/compounds/paramtype-dm.js.map +1 -1
  208. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts +0 -139
  209. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts.map +1 -1
  210. package/dist/doxygen/data-model/compounds/referencetype-dm.js +2 -175
  211. package/dist/doxygen/data-model/compounds/referencetype-dm.js.map +1 -1
  212. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts +0 -120
  213. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts.map +1 -1
  214. package/dist/doxygen/data-model/compounds/reftexttype-dm.js +2 -141
  215. package/dist/doxygen/data-model/compounds/reftexttype-dm.js.map +1 -1
  216. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts +0 -268
  217. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts.map +1 -1
  218. package/dist/doxygen/data-model/compounds/reftype-dm.js +4 -326
  219. package/dist/doxygen/data-model/compounds/reftype-dm.js.map +1 -1
  220. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts +0 -105
  221. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts.map +1 -1
  222. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js +1 -139
  223. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js.map +1 -1
  224. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts +0 -168
  225. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts.map +1 -1
  226. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js +0 -209
  227. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js.map +1 -1
  228. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts +0 -267
  229. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts.map +1 -1
  230. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js +0 -354
  231. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js.map +1 -1
  232. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts +0 -66
  233. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts.map +1 -1
  234. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js +0 -97
  235. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js.map +1 -1
  236. package/dist/doxygen/data-model/data-model.d.ts +0 -149
  237. package/dist/doxygen/data-model/data-model.d.ts.map +1 -1
  238. package/dist/doxygen/data-model/data-model.js +4 -197
  239. package/dist/doxygen/data-model/data-model.js.map +1 -1
  240. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts +0 -115
  241. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts.map +1 -1
  242. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js +4 -129
  243. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js.map +1 -1
  244. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts +0 -87
  245. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts.map +1 -1
  246. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js +0 -118
  247. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js.map +1 -1
  248. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts +0 -253
  249. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts.map +1 -1
  250. package/dist/doxygen/data-model/doxygen-xml-parser.js +0 -291
  251. package/dist/doxygen/data-model/doxygen-xml-parser.js.map +1 -1
  252. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts +0 -98
  253. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts.map +1 -1
  254. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js +2 -122
  255. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js.map +1 -1
  256. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts +0 -82
  257. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts.map +1 -1
  258. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js +0 -114
  259. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js.map +1 -1
  260. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts +0 -85
  261. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts.map +1 -1
  262. package/dist/doxygen/data-model/index/indexmembertype-dm.js +1 -107
  263. package/dist/doxygen/data-model/index/indexmembertype-dm.js.map +1 -1
  264. package/dist/doxygen/data-model/types.d.ts +0 -104
  265. package/dist/doxygen/data-model/types.d.ts.map +1 -1
  266. package/dist/doxygen/data-model/types.js +0 -52
  267. package/dist/doxygen/data-model/types.js.map +1 -1
  268. package/dist/index.d.ts +4 -16
  269. package/dist/index.d.ts.map +1 -1
  270. package/dist/index.js +4 -42
  271. package/dist/index.js.map +1 -1
  272. package/package.json +45 -51
  273. package/src/cli/main.ts +122 -0
  274. package/src/docusaurus/cli-options.ts +560 -0
  275. package/src/docusaurus/generator.ts +788 -0
  276. package/src/docusaurus/renderers/descriptiontype.ts +1299 -0
  277. package/src/docusaurus/renderers/docinternalstype.ts +354 -0
  278. package/src/docusaurus/renderers/doclisttype.ts +134 -0
  279. package/src/docusaurus/renderers/doctabletype.ts +220 -0
  280. package/src/docusaurus/renderers/doctitletype.ts +77 -0
  281. package/src/docusaurus/renderers/docvariablelisttype.ts +123 -0
  282. package/src/docusaurus/renderers/docxrefsecttype.ts +84 -0
  283. package/src/docusaurus/renderers/element-renderer-base.ts +112 -0
  284. package/src/docusaurus/renderers/inctype.ts +75 -0
  285. package/src/docusaurus/renderers/linkedtexttype.ts +64 -0
  286. package/src/docusaurus/renderers/listingtype.ts +235 -0
  287. package/src/docusaurus/renderers/paramtype.ts +116 -0
  288. package/src/docusaurus/renderers/referencetype.ts +83 -0
  289. package/src/docusaurus/renderers/reftexttype.ts +81 -0
  290. package/src/docusaurus/renderers/reftype.ts +77 -0
  291. package/src/docusaurus/renderers/renderers.ts +756 -0
  292. package/src/docusaurus/renderers/substringtype.ts +53 -0
  293. package/src/docusaurus/renderers/tableofcontentstype.ts +74 -0
  294. package/src/docusaurus/types.ts +187 -0
  295. package/src/docusaurus/utils.ts +409 -0
  296. package/src/docusaurus/view-model/README.md +12 -0
  297. package/src/docusaurus/view-model/classes-vm.ts +1088 -0
  298. package/src/docusaurus/view-model/collection-base.ts +352 -0
  299. package/src/docusaurus/view-model/compound-base-vm.ts +1340 -0
  300. package/src/docusaurus/view-model/concepts-vm.ts +719 -0
  301. package/src/docusaurus/view-model/description-anchors.ts +107 -0
  302. package/src/docusaurus/view-model/files-and-folders-vm.ts +1293 -0
  303. package/src/docusaurus/view-model/groups-vm.ts +548 -0
  304. package/src/docusaurus/view-model/members-vm.ts +1943 -0
  305. package/src/docusaurus/view-model/namespaces-vm.ts +1018 -0
  306. package/src/docusaurus/view-model/options.ts +95 -0
  307. package/src/docusaurus/view-model/pages-vm.ts +342 -0
  308. package/src/docusaurus/view-model/tree-entries-vm.ts +376 -0
  309. package/src/docusaurus/view-model/view-model.ts +513 -0
  310. package/src/docusaurus/workspace.ts +588 -0
  311. package/src/doxygen/data-model/README.md +13 -0
  312. package/src/doxygen/data-model/compounds/compounddef-dm.ts +1156 -0
  313. package/src/doxygen/data-model/compounds/compoundreftype-dm.ts +266 -0
  314. package/src/doxygen/data-model/compounds/descriptiontype-dm.ts +10107 -0
  315. package/src/doxygen/data-model/compounds/docvarlistentrytype-dm.ts +354 -0
  316. package/src/doxygen/data-model/compounds/doxygentype-dm.ts +187 -0
  317. package/src/doxygen/data-model/compounds/enumvaluetype-dm.ts +218 -0
  318. package/src/doxygen/data-model/compounds/inctype-dm.ts +217 -0
  319. package/src/doxygen/data-model/compounds/linkedtexttype-dm.ts +288 -0
  320. package/src/doxygen/data-model/compounds/listofallmemberstype-dm.ts +160 -0
  321. package/src/doxygen/data-model/compounds/locationtype-dm.ts +284 -0
  322. package/src/doxygen/data-model/compounds/memberdeftype-dm.ts +874 -0
  323. package/src/doxygen/data-model/compounds/memberreftype-dm.ts +270 -0
  324. package/src/doxygen/data-model/compounds/membertype-dm.ts +239 -0
  325. package/src/doxygen/data-model/compounds/paramtype-dm.ts +302 -0
  326. package/src/doxygen/data-model/compounds/referencetype-dm.ts +248 -0
  327. package/src/doxygen/data-model/compounds/reftexttype-dm.ts +234 -0
  328. package/src/doxygen/data-model/compounds/reftype-dm.ts +430 -0
  329. package/src/doxygen/data-model/compounds/reimplementtype-dm.ts +201 -0
  330. package/src/doxygen/data-model/compounds/sectiondeftype-dm.ts +330 -0
  331. package/src/doxygen/data-model/compounds/tableofcontentstype-dm.ts +563 -0
  332. package/src/doxygen/data-model/compounds/templateparamlisttype-dm.ts +150 -0
  333. package/src/doxygen/data-model/data-model.ts +377 -0
  334. package/src/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.ts +271 -0
  335. package/src/doxygen/data-model/doxyfile/doxyfiletype-dm.ts +200 -0
  336. package/src/doxygen/data-model/doxygen-xml-parser.ts +522 -0
  337. package/src/doxygen/data-model/index/indexcompoundtype-dm.ts +256 -0
  338. package/src/doxygen/data-model/index/indexdoxygentype-dm.ts +196 -0
  339. package/src/doxygen/data-model/index/indexmembertype-dm.ts +230 -0
  340. package/src/doxygen/data-model/types.ts +175 -0
  341. package/src/doxygen/data-model/xsds/README.md +6 -0
  342. package/src/doxygen/data-model/xsds/compound.xsd +1699 -0
  343. package/src/doxygen/data-model/xsds/doxyfile.xsd +355 -0
  344. package/src/doxygen/data-model/xsds/index.xsd +72 -0
  345. package/src/doxygen/data-model/xsds/xml.xsd +23 -0
  346. package/src/index.ts +261 -0
  347. package/src/tsconfig.json +10 -0
  348. package/dist/doxygen2docusaurus.d.ts +0 -4774
  349. package/dist/tsconfig.tsbuildinfo +0 -1
  350. package/dist/tsdoc-metadata.json +0 -11
@@ -1,88 +1,14 @@
1
- /*
2
- * This file is part of the xPack project (http://xpack.github.io).
3
- * Copyright (c) 2025 Liviu Ionescu. All rights reserved.
4
- *
5
- * Permission to use, copy, modify, and/or distribute this software
6
- * for any purpose is hereby granted, under the terms of the MIT license.
7
- *
8
- * If a copy of the license was not distributed with this file, it can
9
- * be obtained from https://opensource.org/licenses/MIT.
10
- */
11
- // ----------------------------------------------------------------------------
12
1
  import assert from 'node:assert';
13
2
  import util from 'node:util';
14
3
  import { AbstractDataModelBase } from '../types.js';
15
- // ----------------------------------------------------------------------------
16
- // <xsd:complexType name="reimplementType">
17
- // <xsd:simpleContent>
18
- // <xsd:extension base="xsd:string">
19
- // <xsd:attribute name="refid" type="xsd:string" />
20
- // </xsd:extension>
21
- // </xsd:simpleContent>
22
- // </xsd:complexType>
23
- /**
24
- * Abstract base class for reimplement type data models.
25
- *
26
- * @remarks
27
- * Represents the foundational structure for reimplement relationship elements
28
- * within Doxygen XML documentation, corresponding to the reimplementType
29
- * complex type in the XML schema. This class manages relationships between
30
- * methods, functions, or other documented entities that implement or override
31
- * behaviour from base classes or interfaces. The reimplement relationship
32
- * captures both the descriptive text and the reference identifier for the
33
- * related entity, enabling comprehensive documentation of inheritance and
34
- * polymorphic behaviours within the codebase.
35
- *
36
- * @public
37
- */
38
4
  export class AbstractReimplementType extends AbstractDataModelBase {
39
- /**
40
- * The descriptive text content for this reimplement relationship.
41
- *
42
- * @remarks
43
- * Mandatory element containing the textual description of the reimplement
44
- * relationship. This text typically includes the signature or name of the
45
- * reimplemented entity, providing human-readable context about the
46
- * relationship between the current entity and the referenced implementation.
47
- */
48
- text = ''; // Passed as element text.
49
- /**
50
- * The reference identifier for the reimplemented entity.
51
- *
52
- * @remarks
53
- * Mandatory attribute that provides a unique identifier for the entity
54
- * being reimplemented. This reference enables linking and cross-referencing
55
- * between related documentation elements, allowing navigation between
56
- * implementations and their base declarations within the generated
57
- * documentation structure.
58
- */
5
+ text = '';
59
6
  refId = '';
60
- /**
61
- * Constructs a new abstract reimplement type from XML data.
62
- *
63
- * @param xml - The Doxygen XML parser instance
64
- * @param element - The XML element containing reimplement relationship data
65
- * @param elementName - The expected XML element name
66
- *
67
- * @remarks
68
- * Parses the provided XML element to construct a complete reimplement
69
- * relationship data model. The parsing process extracts the textual content
70
- * from the element and processes the mandatory refid attribute. Validation
71
- * ensures that both the descriptive text and reference identifier are
72
- * present and non-empty, maintaining the integrity of the reimplement
73
- * relationship documentation.
74
- */
75
7
  constructor(xml, element, elementName) {
76
8
  super(elementName);
77
- // console.log(elementName, util.inspect(element,
78
- // { compact: false, depth: 999 }))
79
- // ------------------------------------------------------------------------
80
- // Process elements.
81
9
  assert(xml.isInnerElementText(element, elementName));
82
10
  this.text = xml.getInnerElementText(element, elementName);
83
11
  assert(this.text.length > 0);
84
- // ------------------------------------------------------------------------
85
- // Process attributes.
86
12
  assert(xml.hasAttributes(element));
87
13
  const attributesNames = xml.getAttributesNames(element);
88
14
  for (const attributeName of attributesNames) {
@@ -95,80 +21,16 @@ export class AbstractReimplementType extends AbstractDataModelBase {
95
21
  }
96
22
  }
97
23
  assert(this.refId.length > 0);
98
- // ------------------------------------------------------------------------
99
- // console.log(util.inspect(this, { compact: false, depth: 999 }))
100
24
  }
101
25
  }
102
- // ----------------------------------------------------------------------------
103
- // <xsd:element name="reimplements" type="reimplementType" minOccurs="0" maxOccurs="unbounded" />
104
- // <xsd:element name="reimplementedby" type="reimplementType" minOccurs="0" maxOccurs="unbounded" />
105
- /**
106
- * Data model for reimplement relationship elements.
107
- *
108
- * @remarks
109
- * Represents a specific reimplement relationship within Doxygen XML
110
- * documentation, corresponding to the reimplements XML element. This class
111
- * manages relationships where the current entity reimplements or overrides
112
- * behaviour from a base class or interface. The relationship captures both
113
- * the descriptive information and the reference to the original implementation,
114
- * enabling comprehensive documentation of polymorphic behaviours and
115
- * inheritance patterns within object-oriented codebases.
116
- *
117
- * @public
118
- */
119
26
  export class ReimplementDataModel extends AbstractReimplementType {
120
- /**
121
- * Constructs a new reimplement relationship data model from XML.
122
- *
123
- * @param xml - The Doxygen XML parser instance
124
- * @param element - The XML element containing reimplement relationship data
125
- *
126
- * @remarks
127
- * Creates a complete reimplement relationship data model by parsing the
128
- * provided XML element. This constructor delegates to the parent class to
129
- * handle all standard parsing operations for the reimplements element type,
130
- * establishing the relationship between the current entity and the
131
- * reimplemented base implementation.
132
- */
133
27
  constructor(xml, element) {
134
- // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
135
28
  super(xml, element, 'reimplements');
136
29
  }
137
30
  }
138
- /**
139
- * Data model for reimplemented-by relationship elements.
140
- *
141
- * @remarks
142
- * Represents the inverse reimplement relationship within Doxygen XML
143
- * documentation, corresponding to the reimplementedby XML element. This class
144
- * manages relationships where the current entity is reimplemented or overridden
145
- * by derived classes or implementing types. The relationship provides a
146
- * reverse-lookup capability, allowing documentation of which entities override
147
- * or reimplement the current method or function. This bidirectional
148
- * relationship documentation enables comprehensive understanding of inheritance
149
- * hierarchies and polymorphic implementations.
150
- *
151
- * @public
152
- */
153
31
  export class ReimplementedByDataModel extends AbstractReimplementType {
154
- /**
155
- * Constructs a new reimplemented-by relationship data model from XML.
156
- *
157
- * @param xml - The Doxygen XML parser instance
158
- * @param element - The XML element containing reimplemented-by relationship
159
- * data
160
- *
161
- * @remarks
162
- * Creates a complete reimplemented-by relationship data model by parsing the
163
- * provided XML element. This constructor delegates to the parent class to
164
- * handle all standard parsing operations for the reimplementedby element
165
- * type, establishing the reverse relationship between the current entity
166
- * and the implementing derived classes or types.
167
- */
168
32
  constructor(xml, element) {
169
- // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
170
33
  super(xml, element, 'reimplementedby');
171
34
  }
172
35
  }
173
- // ----------------------------------------------------------------------------
174
36
  //# sourceMappingURL=reimplementtype-dm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"reimplementtype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reimplementtype-dm.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,+EAA+E;AAE/E,OAAO,MAAM,MAAM,aAAa,CAAA;AAChC,OAAO,IAAI,MAAM,WAAW,CAAA;AAG5B,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAEnD,+EAA+E;AAE/E,2CAA2C;AAC3C,wBAAwB;AACxB,wCAAwC;AACxC,yDAAyD;AACzD,uBAAuB;AACvB,yBAAyB;AACzB,qBAAqB;AAErB;;;;;;;;;;;;;;GAcG;AACH,MAAM,OAAgB,uBAAwB,SAAQ,qBAAqB;IACzE;;;;;;;;OAQG;IACH,IAAI,GAAG,EAAE,CAAA,CAAC,0BAA0B;IAEpC;;;;;;;;;OASG;IACH,KAAK,GAAG,EAAE,CAAA;IAEV;;;;;;;;;;;;;;OAcG;IACH,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAElB,iDAAiD;QACjD,qCAAqC;QAErC,2EAA2E;QAC3E,oBAAoB;QAEpB,MAAM,CAAC,GAAG,CAAC,kBAAkB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,CAAA;QACpD,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,mBAAmB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAEzD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE5B,2EAA2E;QAC3E,sBAAsB;QAEtB,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAElC,MAAM,eAAe,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAA;QACvD,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;YAC5C,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBAChC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;YAC9D,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;gBACpE,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,aAAa,EAC3B,aAAa,EACb,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE7B,2EAA2E;QAE3E,kEAAkE;IACpE,CAAC;CACF;AAED,+EAA+E;AAE/E,qGAAqG;AACrG,wGAAwG;AAExG;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,oBAAqB,SAAQ,uBAAuB;IAC/D;;;;;;;;;;;;OAYG;IACH,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,cAAc,CAAC,CAAA;IACrC,CAAC;CACF;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,OAAO,wBAAyB,SAAQ,uBAAuB;IACnE;;;;;;;;;;;;;OAaG;IACH,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,iBAAiB,CAAC,CAAA;IACxC,CAAC;CACF;AAED,+EAA+E"}
1
+ {"version":3,"file":"reimplementtype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/reimplementtype-dm.ts"],"names":[],"mappings":"AAaA,OAAO,MAAM,MAAM,aAAa,CAAA;AAChC,OAAO,IAAI,MAAM,WAAW,CAAA;AAG5B,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AA2BnD,MAAM,OAAgB,uBAAwB,SAAQ,qBAAqB;IAUzE,IAAI,GAAG,EAAE,CAAA;IAYT,KAAK,GAAG,EAAE,CAAA;IAiBV,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAQlB,MAAM,CAAC,GAAG,CAAC,kBAAkB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAC,CAAA;QACpD,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,mBAAmB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAEzD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAK5B,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAElC,MAAM,eAAe,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAA;QACvD,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;YAC5C,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBAChC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;YAC9D,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,EAAE,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,CAAA;gBACpE,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,aAAa,EAC3B,aAAa,EACb,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;IAK/B,CAAC;CACF;AAqBD,MAAM,OAAO,oBAAqB,SAAQ,uBAAuB;IAc/D,YAAY,GAAqB,EAAE,OAAe;QAEhD,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,cAAc,CAAC,CAAA;IACrC,CAAC;CACF;AAiBD,MAAM,OAAO,wBAAyB,SAAQ,uBAAuB;IAenE,YAAY,GAAqB,EAAE,OAAe;QAEhD,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,iBAAiB,CAAC,CAAA;IACxC,CAAC;CACF"}
@@ -3,191 +3,23 @@ import { DescriptionDataModel } from './descriptiontype-dm.js';
3
3
  import { MemberDefDataModel } from './memberdeftype-dm.js';
4
4
  import { MemberDataModel } from './membertype-dm.js';
5
5
  import { AbstractDataModelBase } from '../types.js';
6
- /**
7
- * Abstract base class for section definition type data models.
8
- *
9
- * @remarks
10
- * Represents the foundational structure for section definition elements
11
- * within Doxygen XML documentation, corresponding to the sectiondefType
12
- * complex type in the XML schema. This class provides the core properties
13
- * and utility methods for managing section definitions, including kind
14
- * classification, optional headers and descriptions, and member collections.
15
- * All concrete section definition classes should extend this base to ensure
16
- * consistent structure and behaviour.
17
- *
18
- * @public
19
- */
20
6
  export declare abstract class AbstractSectionDefTypeBase extends AbstractDataModelBase {
21
- /**
22
- * The kind classification of this section definition.
23
- *
24
- * @remarks
25
- * Mandatory attribute that specifies the type of section, corresponding
26
- * to the DoxSectionKind enumeration in the XML schema. This classification
27
- * determines how the section is processed and presented in the documentation.
28
- */
29
7
  kind: string;
30
- /**
31
- * The optional header text for this section.
32
- *
33
- * @remarks
34
- * Optional element that provides a title or heading for the section.
35
- * When present, this header is used for display and navigation purposes
36
- * within the generated documentation.
37
- */
38
8
  header?: string | undefined;
39
- /**
40
- * The optional description content for this section.
41
- *
42
- * @remarks
43
- * Optional element containing detailed description information for the
44
- * section. This description provides context and documentation about
45
- * the section's purpose and contents.
46
- */
47
9
  description?: DescriptionDataModel | undefined;
48
- /**
49
- * Collection of member definition data models.
50
- *
51
- * @remarks
52
- * Optional array containing detailed member definitions for this section.
53
- * This collection is mutually exclusive with the members array, as per
54
- * the XML schema choice constraint. Each member definition provides
55
- * comprehensive information about documented entities.
56
- */
57
10
  memberDefs?: MemberDefDataModel[] | undefined;
58
- /**
59
- * Collection of member reference data models.
60
- *
61
- * @remarks
62
- * Optional array containing member references for this section. This
63
- * collection is mutually exclusive with the memberDefs array, as per
64
- * the XML schema choice constraint. Each member reference provides
65
- * summary information and links to detailed definitions.
66
- */
67
11
  members?: MemberDataModel[] | undefined;
68
- /**
69
- * Constructs a new abstract section definition type base instance.
70
- *
71
- * @param elementName - The XML element name for this section definition
72
- * @param kind - The section kind classification
73
- *
74
- * @remarks
75
- * Initialises the base properties for a section definition, establishing
76
- * the element name and kind classification that will be used throughout
77
- * the processing lifecycle.
78
- */
79
12
  constructor(elementName: string, kind: string);
80
- /**
81
- * Determines whether this section contains any member information.
82
- *
83
- * @returns True if the section has member definitions or member references
84
- *
85
- * @remarks
86
- * Utility method that checks for the presence of either member definitions
87
- * or member references within this section. This is useful for determining
88
- * whether the section requires member processing or can be treated as
89
- * documentation-only content.
90
- */
91
13
  hasMembers(): boolean;
92
- /**
93
- * Computes an adjusted kind string based on section and member suffixes.
94
- *
95
- * @param sectionSuffix - The suffix to apply for section-based adjustments
96
- * @param memberSuffix - The suffix to apply for member-based adjustments
97
- * @returns The adjusted kind string
98
- *
99
- * @remarks
100
- * Transforms the section kind for specific member types, such as converting
101
- * 'public-func' into more specific kinds like 'public-constructor',
102
- * 'public-destructor', or 'public-operator'. For user-defined sections,
103
- * returns the member suffix directly. For hyphenated kinds, replaces the
104
- * final component with the section suffix. Otherwise, returns the member
105
- * suffix as the default behaviour.
106
- */
107
14
  computeAdjustedKind(sectionSuffix: string, memberSuffix?: string): string;
108
15
  }
109
- /**
110
- * Abstract class for XML-parsed section definition types.
111
- *
112
- * @remarks
113
- * Extends the base section definition type to provide XML parsing capabilities
114
- * for constructing section definition data models from Doxygen XML elements.
115
- * This class handles the complete parsing process including attributes, inner
116
- * elements, headers, descriptions, and member collections. All concrete
117
- * section definition implementations that require XML parsing should extend
118
- * this class to benefit from the standardised parsing infrastructure.
119
- *
120
- * @public
121
- */
122
16
  export declare abstract class AbstractSectionDefType extends AbstractSectionDefTypeBase {
123
- /**
124
- * Constructs a new abstract section definition type from XML data.
125
- *
126
- * @param xml - The Doxygen XML parser instance
127
- * @param element - The XML element containing section definition data
128
- * @param elementName - The expected XML element name
129
- *
130
- * @remarks
131
- * Parses the provided XML element to construct a complete section definition
132
- * data model. The parsing process handles all defined inner elements
133
- * including headers, descriptions, member definitions, and member references,
134
- * as well as the mandatory kind attribute. Validation ensures that required
135
- * elements and attributes are present and conform to the expected XML schema
136
- * structure.
137
- */
138
17
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
139
18
  }
140
- /**
141
- * Concrete data model for section definition elements.
142
- *
143
- * @remarks
144
- * Represents a specific section definition within Doxygen XML documentation,
145
- * corresponding to the sectiondef XML element. This class provides the
146
- * complete implementation for parsing and managing section definition data,
147
- * including all supported attributes, elements, and member collections. Each
148
- * instance represents a single section within a compound or group structure.
149
- *
150
- * @public
151
- */
152
19
  export declare class SectionDefDataModel extends AbstractSectionDefType {
153
- /**
154
- * Constructs a new section definition data model from XML.
155
- *
156
- * @param xml - The Doxygen XML parser instance
157
- * @param element - The XML element containing section definition data
158
- *
159
- * @remarks
160
- * Creates a complete section definition data model by parsing the provided
161
- * XML element. This constructor delegates to the parent class to handle all
162
- * standard parsing operations for the sectiondef element type.
163
- */
164
20
  constructor(xml: DoxygenXmlParser, element: object);
165
21
  }
166
- /**
167
- * Data model for section definitions organised by kind classification.
168
- *
169
- * @remarks
170
- * Represents a section definition that is categorised by a specific kind
171
- * without requiring XML parsing. This class is useful for creating organised
172
- * collections of section definitions based on their classification types,
173
- * allowing for structured presentation and filtering of documentation sections.
174
- * The kind-based organisation enables efficient grouping and processing of
175
- * related sections within the documentation structure.
176
- *
177
- * @public
178
- */
179
22
  export declare class SectionDefByKindDataModel extends AbstractSectionDefTypeBase {
180
- /**
181
- * Constructs a new section definition organised by kind.
182
- *
183
- * @param kind - The section kind classification
184
- *
185
- * @remarks
186
- * Creates a section definition data model with the specified kind
187
- * classification. This constructor is used when creating organised
188
- * collections of sections based on their type, without requiring
189
- * XML parsing operations.
190
- */
191
23
  constructor(kind: string);
192
24
  }
193
25
  //# sourceMappingURL=sectiondeftype-dm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sectiondeftype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/sectiondeftype-dm.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAgBnD;;;;;;;;;;;;;GAaG;AACH,8BAAsB,0BAA2B,SAAQ,qBAAqB;IAC5E;;;;;;;OAOG;IACH,IAAI,SAAK;IAET;;;;;;;OAOG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE3B;;;;;;;OAOG;IACH,WAAW,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAA;IAE9C;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,kBAAkB,EAAE,GAAG,SAAS,CAAA;IAE7C;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,eAAe,EAAE,GAAG,SAAS,CAAA;IAEvC;;;;;;;;;;OAUG;gBACS,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAM7C;;;;;;;;;;OAUG;IACH,UAAU,IAAI,OAAO;IAIrB;;;;;;;;;;;;;;OAcG;IACH,mBAAmB,CACjB,aAAa,EAAE,MAAM,EACrB,YAAY,GAAE,MAAsB,GACnC,MAAM;CAeV;AAED;;;;;;;;;;;;GAYG;AAEH,8BAAsB,sBAAuB,SAAQ,0BAA0B;IAC7E;;;;;;;;;;;;;;OAcG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAgExE;AAMD;;;;;;;;;;;GAWG;AACH,qBAAa,mBAAoB,SAAQ,sBAAsB;IAC7D;;;;;;;;;;OAUG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,yBAA0B,SAAQ,0BAA0B;IACvE;;;;;;;;;;OAUG;gBACS,IAAI,EAAE,MAAM;CAGzB"}
1
+ {"version":3,"file":"sectiondeftype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/sectiondeftype-dm.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,uBAAuB,CAAA;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACpD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AA8BnD,8BAAsB,0BAA2B,SAAQ,qBAAqB;IAS5E,IAAI,SAAK;IAUT,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAU3B,WAAW,CAAC,EAAE,oBAAoB,GAAG,SAAS,CAAA;IAW9C,UAAU,CAAC,EAAE,kBAAkB,EAAE,GAAG,SAAS,CAAA;IAW7C,OAAO,CAAC,EAAE,eAAe,EAAE,GAAG,SAAS,CAAA;gBAa3B,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;IAiB7C,UAAU,IAAI,OAAO;IAmBrB,mBAAmB,CACjB,aAAa,EAAE,MAAM,EACrB,YAAY,GAAE,MAAsB,GACnC,MAAM;CAeV;AAgBD,8BAAsB,sBAAuB,SAAQ,0BAA0B;gBAgBjE,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAgExE;AAkBD,qBAAa,mBAAoB,SAAQ,sBAAsB;gBAYjD,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD;AAeD,qBAAa,yBAA0B,SAAQ,0BAA0B;gBAY3D,IAAI,EAAE,MAAM;CAGzB"}
@@ -1,148 +1,27 @@
1
- /*
2
- * This file is part of the xPack project (http://xpack.github.io).
3
- * Copyright (c) 2025 Liviu Ionescu. All rights reserved.
4
- *
5
- * Permission to use, copy, modify, and/or distribute this software
6
- * for any purpose is hereby granted, under the terms of the MIT license.
7
- *
8
- * If a copy of the license was not distributed with this file, it can
9
- * be obtained from https://opensource.org/licenses/MIT.
10
- */
11
- // ----------------------------------------------------------------------------
12
1
  import assert from 'node:assert';
13
2
  import * as util from 'node:util';
14
3
  import { DescriptionDataModel } from './descriptiontype-dm.js';
15
4
  import { MemberDefDataModel } from './memberdeftype-dm.js';
16
5
  import { MemberDataModel } from './membertype-dm.js';
17
6
  import { AbstractDataModelBase } from '../types.js';
18
- // ----------------------------------------------------------------------------
19
- // <xsd:complexType name="sectiondefType">
20
- // <xsd:sequence>
21
- // <xsd:element name="header" type="xsd:string" minOccurs="0" />
22
- // <xsd:element name="description" type="descriptionType" minOccurs="0" />
23
- // <xsd:choice maxOccurs="unbounded">
24
- // <xsd:element name="memberdef" type="memberdefType" minOccurs="0" maxOccurs="unbounded" />
25
- // <xsd:element name="member" type="MemberType" minOccurs="0" maxOccurs="unbounded" />
26
- // </xsd:choice>
27
- // </xsd:sequence>
28
- // <xsd:attribute name="kind" type="DoxSectionKind" />
29
- // </xsd:complexType>
30
- /**
31
- * Abstract base class for section definition type data models.
32
- *
33
- * @remarks
34
- * Represents the foundational structure for section definition elements
35
- * within Doxygen XML documentation, corresponding to the sectiondefType
36
- * complex type in the XML schema. This class provides the core properties
37
- * and utility methods for managing section definitions, including kind
38
- * classification, optional headers and descriptions, and member collections.
39
- * All concrete section definition classes should extend this base to ensure
40
- * consistent structure and behaviour.
41
- *
42
- * @public
43
- */
44
7
  export class AbstractSectionDefTypeBase extends AbstractDataModelBase {
45
- /**
46
- * The kind classification of this section definition.
47
- *
48
- * @remarks
49
- * Mandatory attribute that specifies the type of section, corresponding
50
- * to the DoxSectionKind enumeration in the XML schema. This classification
51
- * determines how the section is processed and presented in the documentation.
52
- */
53
8
  kind = '';
54
- /**
55
- * The optional header text for this section.
56
- *
57
- * @remarks
58
- * Optional element that provides a title or heading for the section.
59
- * When present, this header is used for display and navigation purposes
60
- * within the generated documentation.
61
- */
62
9
  header;
63
- /**
64
- * The optional description content for this section.
65
- *
66
- * @remarks
67
- * Optional element containing detailed description information for the
68
- * section. This description provides context and documentation about
69
- * the section's purpose and contents.
70
- */
71
10
  description;
72
- /**
73
- * Collection of member definition data models.
74
- *
75
- * @remarks
76
- * Optional array containing detailed member definitions for this section.
77
- * This collection is mutually exclusive with the members array, as per
78
- * the XML schema choice constraint. Each member definition provides
79
- * comprehensive information about documented entities.
80
- */
81
11
  memberDefs;
82
- /**
83
- * Collection of member reference data models.
84
- *
85
- * @remarks
86
- * Optional array containing member references for this section. This
87
- * collection is mutually exclusive with the memberDefs array, as per
88
- * the XML schema choice constraint. Each member reference provides
89
- * summary information and links to detailed definitions.
90
- */
91
12
  members;
92
- /**
93
- * Constructs a new abstract section definition type base instance.
94
- *
95
- * @param elementName - The XML element name for this section definition
96
- * @param kind - The section kind classification
97
- *
98
- * @remarks
99
- * Initialises the base properties for a section definition, establishing
100
- * the element name and kind classification that will be used throughout
101
- * the processing lifecycle.
102
- */
103
13
  constructor(elementName, kind) {
104
14
  super(elementName);
105
15
  this.kind = kind;
106
16
  }
107
- /**
108
- * Determines whether this section contains any member information.
109
- *
110
- * @returns True if the section has member definitions or member references
111
- *
112
- * @remarks
113
- * Utility method that checks for the presence of either member definitions
114
- * or member references within this section. This is useful for determining
115
- * whether the section requires member processing or can be treated as
116
- * documentation-only content.
117
- */
118
17
  hasMembers() {
119
18
  return this.memberDefs !== undefined || this.members !== undefined;
120
19
  }
121
- /**
122
- * Computes an adjusted kind string based on section and member suffixes.
123
- *
124
- * @param sectionSuffix - The suffix to apply for section-based adjustments
125
- * @param memberSuffix - The suffix to apply for member-based adjustments
126
- * @returns The adjusted kind string
127
- *
128
- * @remarks
129
- * Transforms the section kind for specific member types, such as converting
130
- * 'public-func' into more specific kinds like 'public-constructor',
131
- * 'public-destructor', or 'public-operator'. For user-defined sections,
132
- * returns the member suffix directly. For hyphenated kinds, replaces the
133
- * final component with the section suffix. Otherwise, returns the member
134
- * suffix as the default behaviour.
135
- */
136
20
  computeAdjustedKind(sectionSuffix, memberSuffix = sectionSuffix) {
137
- // Turn `public-func` into
138
- // - `public-constructor`
139
- // - `public-destructor`.
140
- // - `public-operator` etc.
141
21
  if (this.kind === 'user-defined') {
142
22
  return memberSuffix;
143
23
  }
144
24
  if (this.kind.includes('-')) {
145
- // Replace only the last word with the new suffix.
146
25
  return `${this.kind.replace(/[-][a-z][a-z]*$/, '-')}${sectionSuffix}`;
147
26
  }
148
27
  else {
@@ -150,46 +29,13 @@ export class AbstractSectionDefTypeBase extends AbstractDataModelBase {
150
29
  }
151
30
  }
152
31
  }
153
- /**
154
- * Abstract class for XML-parsed section definition types.
155
- *
156
- * @remarks
157
- * Extends the base section definition type to provide XML parsing capabilities
158
- * for constructing section definition data models from Doxygen XML elements.
159
- * This class handles the complete parsing process including attributes, inner
160
- * elements, headers, descriptions, and member collections. All concrete
161
- * section definition implementations that require XML parsing should extend
162
- * this class to benefit from the standardised parsing infrastructure.
163
- *
164
- * @public
165
- */
166
- // eslint-disable-next-line max-len
167
32
  export class AbstractSectionDefType extends AbstractSectionDefTypeBase {
168
- /**
169
- * Constructs a new abstract section definition type from XML data.
170
- *
171
- * @param xml - The Doxygen XML parser instance
172
- * @param element - The XML element containing section definition data
173
- * @param elementName - The expected XML element name
174
- *
175
- * @remarks
176
- * Parses the provided XML element to construct a complete section definition
177
- * data model. The parsing process handles all defined inner elements
178
- * including headers, descriptions, member definitions, and member references,
179
- * as well as the mandatory kind attribute. Validation ensures that required
180
- * elements and attributes are present and conform to the expected XML schema
181
- * structure.
182
- */
183
33
  constructor(xml, element, elementName) {
184
34
  super(elementName, '');
185
- // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
186
- // ------------------------------------------------------------------------
187
- // Process elements.
188
35
  const innerElements = xml.getInnerElements(element, elementName);
189
36
  assert(innerElements.length > 0);
190
37
  for (const innerElement of innerElements) {
191
38
  if (xml.hasInnerText(innerElement)) {
192
- // Ignore texts.
193
39
  }
194
40
  else if (xml.isInnerElementText(innerElement, 'header')) {
195
41
  assert(this.header === undefined);
@@ -212,8 +58,6 @@ export class AbstractSectionDefType extends AbstractSectionDefTypeBase {
212
58
  console.error(`${elementName} element:`, Object.keys(innerElement), 'not implemented yet in', this.constructor.name);
213
59
  }
214
60
  }
215
- // ------------------------------------------------------------------------
216
- // Process attributes.
217
61
  assert(xml.hasAttributes(element));
218
62
  const attributesNames = xml.getAttributesNames(element);
219
63
  for (const attributeName of attributesNames) {
@@ -227,69 +71,16 @@ export class AbstractSectionDefType extends AbstractSectionDefTypeBase {
227
71
  }
228
72
  }
229
73
  assert(this.kind.length > 0);
230
- // ------------------------------------------------------------------------
231
- // console.log(util.inspect(this, { compact: false, depth: 999 }))
232
74
  }
233
75
  }
234
- // ----------------------------------------------------------------------------
235
- // <xsd:element name="sectiondef" type="sectiondefType" minOccurs="0" maxOccurs="unbounded" />
236
- /**
237
- * Concrete data model for section definition elements.
238
- *
239
- * @remarks
240
- * Represents a specific section definition within Doxygen XML documentation,
241
- * corresponding to the sectiondef XML element. This class provides the
242
- * complete implementation for parsing and managing section definition data,
243
- * including all supported attributes, elements, and member collections. Each
244
- * instance represents a single section within a compound or group structure.
245
- *
246
- * @public
247
- */
248
76
  export class SectionDefDataModel extends AbstractSectionDefType {
249
- /**
250
- * Constructs a new section definition data model from XML.
251
- *
252
- * @param xml - The Doxygen XML parser instance
253
- * @param element - The XML element containing section definition data
254
- *
255
- * @remarks
256
- * Creates a complete section definition data model by parsing the provided
257
- * XML element. This constructor delegates to the parent class to handle all
258
- * standard parsing operations for the sectiondef element type.
259
- */
260
77
  constructor(xml, element) {
261
- // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
262
78
  super(xml, element, 'sectiondef');
263
79
  }
264
80
  }
265
- /**
266
- * Data model for section definitions organised by kind classification.
267
- *
268
- * @remarks
269
- * Represents a section definition that is categorised by a specific kind
270
- * without requiring XML parsing. This class is useful for creating organised
271
- * collections of section definitions based on their classification types,
272
- * allowing for structured presentation and filtering of documentation sections.
273
- * The kind-based organisation enables efficient grouping and processing of
274
- * related sections within the documentation structure.
275
- *
276
- * @public
277
- */
278
81
  export class SectionDefByKindDataModel extends AbstractSectionDefTypeBase {
279
- /**
280
- * Constructs a new section definition organised by kind.
281
- *
282
- * @param kind - The section kind classification
283
- *
284
- * @remarks
285
- * Creates a section definition data model with the specified kind
286
- * classification. This constructor is used when creating organised
287
- * collections of sections based on their type, without requiring
288
- * XML parsing operations.
289
- */
290
82
  constructor(kind) {
291
83
  super('sectiondef', kind);
292
84
  }
293
85
  }
294
- // ----------------------------------------------------------------------------
295
86
  //# sourceMappingURL=sectiondeftype-dm.js.map
@@ -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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"}