@xpack/doxygen2docusaurus 2.0.0 → 2.2.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 (365) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -1
  3. package/bin/doxygen2docusaurus.js +5 -5
  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/conceptparts.d.ts +9 -0
  17. package/dist/docusaurus/renderers/conceptparts.d.ts.map +1 -0
  18. package/dist/docusaurus/renderers/conceptparts.js +21 -0
  19. package/dist/docusaurus/renderers/conceptparts.js.map +1 -0
  20. package/dist/docusaurus/renderers/descriptiontype.d.ts +0 -417
  21. package/dist/docusaurus/renderers/descriptiontype.d.ts.map +1 -1
  22. package/dist/docusaurus/renderers/descriptiontype.js +11 -555
  23. package/dist/docusaurus/renderers/descriptiontype.js.map +1 -1
  24. package/dist/docusaurus/renderers/docinternalstype.d.ts +0 -132
  25. package/dist/docusaurus/renderers/docinternalstype.d.ts.map +1 -1
  26. package/dist/docusaurus/renderers/docinternalstype.js +0 -156
  27. package/dist/docusaurus/renderers/docinternalstype.js.map +1 -1
  28. package/dist/docusaurus/renderers/doclisttype.d.ts +0 -22
  29. package/dist/docusaurus/renderers/doclisttype.d.ts.map +1 -1
  30. package/dist/docusaurus/renderers/doclisttype.js +0 -42
  31. package/dist/docusaurus/renderers/doclisttype.js.map +1 -1
  32. package/dist/docusaurus/renderers/doctabletype.d.ts +0 -88
  33. package/dist/docusaurus/renderers/doctabletype.d.ts.map +1 -1
  34. package/dist/docusaurus/renderers/doctabletype.js +1 -113
  35. package/dist/docusaurus/renderers/doctabletype.js.map +1 -1
  36. package/dist/docusaurus/renderers/doctitletype.d.ts +0 -22
  37. package/dist/docusaurus/renderers/doctitletype.d.ts.map +1 -1
  38. package/dist/docusaurus/renderers/doctitletype.js +0 -42
  39. package/dist/docusaurus/renderers/doctitletype.js.map +1 -1
  40. package/dist/docusaurus/renderers/docvariablelisttype.d.ts +0 -44
  41. package/dist/docusaurus/renderers/docvariablelisttype.d.ts.map +1 -1
  42. package/dist/docusaurus/renderers/docvariablelisttype.js +1 -69
  43. package/dist/docusaurus/renderers/docvariablelisttype.js.map +1 -1
  44. package/dist/docusaurus/renderers/docxrefsecttype.d.ts +0 -22
  45. package/dist/docusaurus/renderers/docxrefsecttype.d.ts.map +1 -1
  46. package/dist/docusaurus/renderers/docxrefsecttype.js +0 -38
  47. package/dist/docusaurus/renderers/docxrefsecttype.js.map +1 -1
  48. package/dist/docusaurus/renderers/element-renderer-base.d.ts +0 -74
  49. package/dist/docusaurus/renderers/element-renderer-base.d.ts.map +1 -1
  50. package/dist/docusaurus/renderers/element-renderer-base.js +0 -64
  51. package/dist/docusaurus/renderers/element-renderer-base.js.map +1 -1
  52. package/dist/docusaurus/renderers/inctype.d.ts +0 -23
  53. package/dist/docusaurus/renderers/inctype.d.ts.map +1 -1
  54. package/dist/docusaurus/renderers/inctype.js +0 -41
  55. package/dist/docusaurus/renderers/inctype.js.map +1 -1
  56. package/dist/docusaurus/renderers/linkedtexttype.d.ts +0 -22
  57. package/dist/docusaurus/renderers/linkedtexttype.d.ts.map +1 -1
  58. package/dist/docusaurus/renderers/linkedtexttype.js +0 -45
  59. package/dist/docusaurus/renderers/linkedtexttype.js.map +1 -1
  60. package/dist/docusaurus/renderers/listingtype.d.ts +0 -52
  61. package/dist/docusaurus/renderers/listingtype.d.ts.map +1 -1
  62. package/dist/docusaurus/renderers/listingtype.js +1 -88
  63. package/dist/docusaurus/renderers/listingtype.js.map +1 -1
  64. package/dist/docusaurus/renderers/paramtype.d.ts +0 -22
  65. package/dist/docusaurus/renderers/paramtype.d.ts.map +1 -1
  66. package/dist/docusaurus/renderers/paramtype.js +2 -51
  67. package/dist/docusaurus/renderers/paramtype.js.map +1 -1
  68. package/dist/docusaurus/renderers/referencetype.d.ts +0 -23
  69. package/dist/docusaurus/renderers/referencetype.d.ts.map +1 -1
  70. package/dist/docusaurus/renderers/referencetype.js +0 -38
  71. package/dist/docusaurus/renderers/referencetype.js.map +1 -1
  72. package/dist/docusaurus/renderers/reftexttype.d.ts +0 -22
  73. package/dist/docusaurus/renderers/reftexttype.d.ts.map +1 -1
  74. package/dist/docusaurus/renderers/reftexttype.js +0 -38
  75. package/dist/docusaurus/renderers/reftexttype.js.map +1 -1
  76. package/dist/docusaurus/renderers/reftype.d.ts +0 -22
  77. package/dist/docusaurus/renderers/reftype.d.ts.map +1 -1
  78. package/dist/docusaurus/renderers/reftype.js +0 -38
  79. package/dist/docusaurus/renderers/reftype.js.map +1 -1
  80. package/dist/docusaurus/renderers/renderers.d.ts +0 -151
  81. package/dist/docusaurus/renderers/renderers.d.ts.map +1 -1
  82. package/dist/docusaurus/renderers/renderers.js +15 -186
  83. package/dist/docusaurus/renderers/renderers.js.map +1 -1
  84. package/dist/docusaurus/renderers/substringtype.d.ts +0 -22
  85. package/dist/docusaurus/renderers/substringtype.d.ts.map +1 -1
  86. package/dist/docusaurus/renderers/substringtype.js +0 -39
  87. package/dist/docusaurus/renderers/substringtype.js.map +1 -1
  88. package/dist/docusaurus/renderers/tableofcontentstype.d.ts +0 -22
  89. package/dist/docusaurus/renderers/tableofcontentstype.d.ts.map +1 -1
  90. package/dist/docusaurus/renderers/tableofcontentstype.js +0 -39
  91. package/dist/docusaurus/renderers/tableofcontentstype.js.map +1 -1
  92. package/dist/docusaurus/types.d.ts +0 -110
  93. package/dist/docusaurus/types.d.ts.map +1 -1
  94. package/dist/docusaurus/types.js +0 -11
  95. package/dist/docusaurus/types.js.map +1 -1
  96. package/dist/docusaurus/utils.d.ts +0 -214
  97. package/dist/docusaurus/utils.d.ts.map +1 -1
  98. package/dist/docusaurus/utils.js +0 -296
  99. package/dist/docusaurus/utils.js.map +1 -1
  100. package/dist/docusaurus/view-model/classes-vm.d.ts +0 -137
  101. package/dist/docusaurus/view-model/classes-vm.d.ts.map +1 -1
  102. package/dist/docusaurus/view-model/classes-vm.js +9 -225
  103. package/dist/docusaurus/view-model/classes-vm.js.map +1 -1
  104. package/dist/docusaurus/view-model/collection-base.d.ts +0 -120
  105. package/dist/docusaurus/view-model/collection-base.d.ts.map +1 -1
  106. package/dist/docusaurus/view-model/collection-base.js +11 -101
  107. package/dist/docusaurus/view-model/collection-base.js.map +1 -1
  108. package/dist/docusaurus/view-model/compound-base-vm.d.ts +2 -147
  109. package/dist/docusaurus/view-model/compound-base-vm.d.ts.map +1 -1
  110. package/dist/docusaurus/view-model/compound-base-vm.js +47 -225
  111. package/dist/docusaurus/view-model/compound-base-vm.js.map +1 -1
  112. package/dist/docusaurus/view-model/concepts-vm.d.ts +27 -0
  113. package/dist/docusaurus/view-model/concepts-vm.d.ts.map +1 -0
  114. package/dist/docusaurus/view-model/concepts-vm.js +337 -0
  115. package/dist/docusaurus/view-model/concepts-vm.js.map +1 -0
  116. package/dist/docusaurus/view-model/description-anchors.d.ts +0 -58
  117. package/dist/docusaurus/view-model/description-anchors.d.ts.map +1 -1
  118. package/dist/docusaurus/view-model/description-anchors.js +0 -71
  119. package/dist/docusaurus/view-model/description-anchors.js.map +1 -1
  120. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts +0 -247
  121. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts.map +1 -1
  122. package/dist/docusaurus/view-model/files-and-folders-vm.js +61 -353
  123. package/dist/docusaurus/view-model/files-and-folders-vm.js.map +1 -1
  124. package/dist/docusaurus/view-model/groups-vm.d.ts +0 -148
  125. package/dist/docusaurus/view-model/groups-vm.d.ts.map +1 -1
  126. package/dist/docusaurus/view-model/groups-vm.js +2 -223
  127. package/dist/docusaurus/view-model/groups-vm.js.map +1 -1
  128. package/dist/docusaurus/view-model/members-vm.d.ts +0 -552
  129. package/dist/docusaurus/view-model/members-vm.d.ts.map +1 -1
  130. package/dist/docusaurus/view-model/members-vm.js +17 -702
  131. package/dist/docusaurus/view-model/members-vm.js.map +1 -1
  132. package/dist/docusaurus/view-model/namespaces-vm.d.ts +5 -199
  133. package/dist/docusaurus/view-model/namespaces-vm.d.ts.map +1 -1
  134. package/dist/docusaurus/view-model/namespaces-vm.js +85 -284
  135. package/dist/docusaurus/view-model/namespaces-vm.js.map +1 -1
  136. package/dist/docusaurus/view-model/options.d.ts +0 -43
  137. package/dist/docusaurus/view-model/options.d.ts.map +1 -1
  138. package/dist/docusaurus/view-model/options.js +0 -57
  139. package/dist/docusaurus/view-model/options.js.map +1 -1
  140. package/dist/docusaurus/view-model/pages-vm.d.ts +0 -115
  141. package/dist/docusaurus/view-model/pages-vm.d.ts.map +1 -1
  142. package/dist/docusaurus/view-model/pages-vm.js +39 -162
  143. package/dist/docusaurus/view-model/pages-vm.js.map +1 -1
  144. package/dist/docusaurus/view-model/tree-entries-vm.d.ts +8 -142
  145. package/dist/docusaurus/view-model/tree-entries-vm.d.ts.map +1 -1
  146. package/dist/docusaurus/view-model/tree-entries-vm.js +54 -174
  147. package/dist/docusaurus/view-model/tree-entries-vm.js.map +1 -1
  148. package/dist/docusaurus/view-model/view-model.d.ts +0 -125
  149. package/dist/docusaurus/view-model/view-model.d.ts.map +1 -1
  150. package/dist/docusaurus/view-model/view-model.js +20 -182
  151. package/dist/docusaurus/view-model/view-model.js.map +1 -1
  152. package/dist/docusaurus/workspace.d.ts +1 -126
  153. package/dist/docusaurus/workspace.d.ts.map +1 -1
  154. package/dist/docusaurus/workspace.js +8 -221
  155. package/dist/docusaurus/workspace.js.map +1 -1
  156. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts +7 -492
  157. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts.map +1 -1
  158. package/dist/doxygen/data-model/compounds/compounddef-dm.js +28 -672
  159. package/dist/doxygen/data-model/compounds/compounddef-dm.js.map +1 -1
  160. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts +0 -129
  161. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts.map +1 -1
  162. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js +1 -145
  163. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js.map +1 -1
  164. package/dist/doxygen/data-model/compounds/concepts-dm.d.ts +23 -0
  165. package/dist/doxygen/data-model/compounds/concepts-dm.d.ts.map +1 -0
  166. package/dist/doxygen/data-model/compounds/concepts-dm.js +94 -0
  167. package/dist/doxygen/data-model/compounds/concepts-dm.js.map +1 -0
  168. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts +104 -2848
  169. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts.map +1 -1
  170. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js +73 -3975
  171. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js.map +1 -1
  172. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts +0 -165
  173. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts.map +1 -1
  174. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js +0 -229
  175. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js.map +1 -1
  176. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts +0 -70
  177. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts.map +1 -1
  178. package/dist/doxygen/data-model/compounds/doxygentype-dm.js +0 -105
  179. package/dist/doxygen/data-model/compounds/doxygentype-dm.js.map +1 -1
  180. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts +0 -84
  181. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts.map +1 -1
  182. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js +1 -122
  183. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js.map +1 -1
  184. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts +0 -116
  185. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts.map +1 -1
  186. package/dist/doxygen/data-model/compounds/inctype-dm.js +3 -155
  187. package/dist/doxygen/data-model/compounds/inctype-dm.js.map +1 -1
  188. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts +3 -138
  189. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts.map +1 -1
  190. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js +5 -180
  191. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js.map +1 -1
  192. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts +0 -76
  193. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts.map +1 -1
  194. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js +0 -107
  195. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js.map +1 -1
  196. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts +0 -162
  197. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts.map +1 -1
  198. package/dist/doxygen/data-model/compounds/locationtype-dm.js +4 -203
  199. package/dist/doxygen/data-model/compounds/locationtype-dm.js.map +1 -1
  200. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts +2 -443
  201. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts.map +1 -1
  202. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js +19 -475
  203. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js.map +1 -1
  204. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts +0 -141
  205. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts.map +1 -1
  206. package/dist/doxygen/data-model/compounds/memberreftype-dm.js +0 -176
  207. package/dist/doxygen/data-model/compounds/memberreftype-dm.js.map +1 -1
  208. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts +0 -101
  209. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts.map +1 -1
  210. package/dist/doxygen/data-model/compounds/membertype-dm.js +0 -115
  211. package/dist/doxygen/data-model/compounds/membertype-dm.js.map +1 -1
  212. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts +0 -164
  213. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts.map +1 -1
  214. package/dist/doxygen/data-model/compounds/paramtype-dm.js +0 -208
  215. package/dist/doxygen/data-model/compounds/paramtype-dm.js.map +1 -1
  216. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts +0 -139
  217. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts.map +1 -1
  218. package/dist/doxygen/data-model/compounds/referencetype-dm.js +2 -175
  219. package/dist/doxygen/data-model/compounds/referencetype-dm.js.map +1 -1
  220. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts +0 -120
  221. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts.map +1 -1
  222. package/dist/doxygen/data-model/compounds/reftexttype-dm.js +2 -141
  223. package/dist/doxygen/data-model/compounds/reftexttype-dm.js.map +1 -1
  224. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts +0 -268
  225. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts.map +1 -1
  226. package/dist/doxygen/data-model/compounds/reftype-dm.js +4 -326
  227. package/dist/doxygen/data-model/compounds/reftype-dm.js.map +1 -1
  228. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts +0 -105
  229. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts.map +1 -1
  230. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js +1 -139
  231. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js.map +1 -1
  232. package/dist/doxygen/data-model/compounds/requirements-dm.d.ts +2 -0
  233. package/dist/doxygen/data-model/compounds/requirements-dm.d.ts.map +1 -0
  234. package/dist/doxygen/data-model/compounds/requirements-dm.js +2 -0
  235. package/dist/doxygen/data-model/compounds/requirements-dm.js.map +1 -0
  236. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts +0 -168
  237. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts.map +1 -1
  238. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js +0 -209
  239. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js.map +1 -1
  240. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts +0 -267
  241. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts.map +1 -1
  242. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js +0 -354
  243. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js.map +1 -1
  244. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts +0 -66
  245. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts.map +1 -1
  246. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js +0 -97
  247. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js.map +1 -1
  248. package/dist/doxygen/data-model/data-model.d.ts +0 -149
  249. package/dist/doxygen/data-model/data-model.d.ts.map +1 -1
  250. package/dist/doxygen/data-model/data-model.js +8 -200
  251. package/dist/doxygen/data-model/data-model.js.map +1 -1
  252. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts +0 -115
  253. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts.map +1 -1
  254. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js +4 -129
  255. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js.map +1 -1
  256. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts +0 -87
  257. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts.map +1 -1
  258. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js +0 -118
  259. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js.map +1 -1
  260. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts +0 -253
  261. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts.map +1 -1
  262. package/dist/doxygen/data-model/doxygen-xml-parser.js +0 -291
  263. package/dist/doxygen/data-model/doxygen-xml-parser.js.map +1 -1
  264. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts +0 -98
  265. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts.map +1 -1
  266. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js +2 -122
  267. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js.map +1 -1
  268. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts +0 -82
  269. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts.map +1 -1
  270. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js +0 -114
  271. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js.map +1 -1
  272. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts +0 -85
  273. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts.map +1 -1
  274. package/dist/doxygen/data-model/index/indexmembertype-dm.js +1 -107
  275. package/dist/doxygen/data-model/index/indexmembertype-dm.js.map +1 -1
  276. package/dist/doxygen/data-model/types.d.ts +0 -104
  277. package/dist/doxygen/data-model/types.d.ts.map +1 -1
  278. package/dist/doxygen/data-model/types.js +0 -52
  279. package/dist/doxygen/data-model/types.js.map +1 -1
  280. package/dist/index.d.ts +5 -16
  281. package/dist/index.d.ts.map +1 -1
  282. package/dist/index.js +5 -42
  283. package/dist/index.js.map +1 -1
  284. package/package.json +49 -52
  285. package/src/cli/main.ts +122 -0
  286. package/src/docusaurus/cli-options.ts +560 -0
  287. package/src/docusaurus/generator.ts +788 -0
  288. package/src/docusaurus/renderers/conceptparts.ts +119 -0
  289. package/src/docusaurus/renderers/descriptiontype.ts +1299 -0
  290. package/src/docusaurus/renderers/docinternalstype.ts +354 -0
  291. package/src/docusaurus/renderers/doclisttype.ts +134 -0
  292. package/src/docusaurus/renderers/doctabletype.ts +220 -0
  293. package/src/docusaurus/renderers/doctitletype.ts +77 -0
  294. package/src/docusaurus/renderers/docvariablelisttype.ts +123 -0
  295. package/src/docusaurus/renderers/docxrefsecttype.ts +84 -0
  296. package/src/docusaurus/renderers/element-renderer-base.ts +112 -0
  297. package/src/docusaurus/renderers/inctype.ts +75 -0
  298. package/src/docusaurus/renderers/linkedtexttype.ts +64 -0
  299. package/src/docusaurus/renderers/listingtype.ts +235 -0
  300. package/src/docusaurus/renderers/paramtype.ts +116 -0
  301. package/src/docusaurus/renderers/referencetype.ts +83 -0
  302. package/src/docusaurus/renderers/reftexttype.ts +81 -0
  303. package/src/docusaurus/renderers/reftype.ts +77 -0
  304. package/src/docusaurus/renderers/renderers.ts +812 -0
  305. package/src/docusaurus/renderers/substringtype.ts +53 -0
  306. package/src/docusaurus/renderers/tableofcontentstype.ts +74 -0
  307. package/src/docusaurus/types.ts +187 -0
  308. package/src/docusaurus/utils.ts +409 -0
  309. package/src/docusaurus/view-model/README.md +12 -0
  310. package/src/docusaurus/view-model/classes-vm.ts +1088 -0
  311. package/src/docusaurus/view-model/collection-base.ts +352 -0
  312. package/src/docusaurus/view-model/compound-base-vm.ts +1340 -0
  313. package/src/docusaurus/view-model/concepts-vm.ts +749 -0
  314. package/src/docusaurus/view-model/description-anchors.ts +107 -0
  315. package/src/docusaurus/view-model/files-and-folders-vm.ts +1293 -0
  316. package/src/docusaurus/view-model/groups-vm.ts +548 -0
  317. package/src/docusaurus/view-model/members-vm.ts +1943 -0
  318. package/src/docusaurus/view-model/namespaces-vm.ts +1037 -0
  319. package/src/docusaurus/view-model/options.ts +95 -0
  320. package/src/docusaurus/view-model/pages-vm.ts +389 -0
  321. package/src/docusaurus/view-model/tree-entries-vm.ts +376 -0
  322. package/src/docusaurus/view-model/view-model.ts +513 -0
  323. package/src/docusaurus/workspace.ts +588 -0
  324. package/src/doxygen/data-model/README.md +13 -0
  325. package/src/doxygen/data-model/compounds/compounddef-dm.ts +1230 -0
  326. package/src/doxygen/data-model/compounds/compoundreftype-dm.ts +266 -0
  327. package/src/doxygen/data-model/compounds/concepts-dm.ts +362 -0
  328. package/src/doxygen/data-model/compounds/descriptiontype-dm.ts +10114 -0
  329. package/src/doxygen/data-model/compounds/docvarlistentrytype-dm.ts +354 -0
  330. package/src/doxygen/data-model/compounds/doxygentype-dm.ts +187 -0
  331. package/src/doxygen/data-model/compounds/enumvaluetype-dm.ts +218 -0
  332. package/src/doxygen/data-model/compounds/inctype-dm.ts +217 -0
  333. package/src/doxygen/data-model/compounds/linkedtexttype-dm.ts +288 -0
  334. package/src/doxygen/data-model/compounds/listofallmemberstype-dm.ts +160 -0
  335. package/src/doxygen/data-model/compounds/locationtype-dm.ts +284 -0
  336. package/src/doxygen/data-model/compounds/memberdeftype-dm.ts +881 -0
  337. package/src/doxygen/data-model/compounds/memberreftype-dm.ts +270 -0
  338. package/src/doxygen/data-model/compounds/membertype-dm.ts +239 -0
  339. package/src/doxygen/data-model/compounds/paramtype-dm.ts +302 -0
  340. package/src/doxygen/data-model/compounds/referencetype-dm.ts +248 -0
  341. package/src/doxygen/data-model/compounds/reftexttype-dm.ts +234 -0
  342. package/src/doxygen/data-model/compounds/reftype-dm.ts +430 -0
  343. package/src/doxygen/data-model/compounds/reimplementtype-dm.ts +201 -0
  344. package/src/doxygen/data-model/compounds/requirements-dm.ts +50 -0
  345. package/src/doxygen/data-model/compounds/sectiondeftype-dm.ts +330 -0
  346. package/src/doxygen/data-model/compounds/tableofcontentstype-dm.ts +564 -0
  347. package/src/doxygen/data-model/compounds/templateparamlisttype-dm.ts +150 -0
  348. package/src/doxygen/data-model/data-model.ts +378 -0
  349. package/src/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.ts +271 -0
  350. package/src/doxygen/data-model/doxyfile/doxyfiletype-dm.ts +200 -0
  351. package/src/doxygen/data-model/doxygen-xml-parser.ts +522 -0
  352. package/src/doxygen/data-model/index/indexcompoundtype-dm.ts +256 -0
  353. package/src/doxygen/data-model/index/indexdoxygentype-dm.ts +196 -0
  354. package/src/doxygen/data-model/index/indexmembertype-dm.ts +230 -0
  355. package/src/doxygen/data-model/types.ts +175 -0
  356. package/src/doxygen/data-model/xsds/README.md +6 -0
  357. package/src/doxygen/data-model/xsds/compound.xsd +1788 -0
  358. package/src/doxygen/data-model/xsds/doxyfile.xsd +365 -0
  359. package/src/doxygen/data-model/xsds/index.xsd +74 -0
  360. package/src/doxygen/data-model/xsds/xml.xsd +23 -0
  361. package/src/index.ts +267 -0
  362. package/src/tsconfig.json +12 -0
  363. package/dist/doxygen2docusaurus.d.ts +0 -4774
  364. package/dist/tsconfig.tsbuildinfo +0 -1
  365. package/dist/tsdoc-metadata.json +0 -11
@@ -1,88 +1,16 @@
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 { AbstractDataModelBase } from '../types.js';
15
- // ----------------------------------------------------------------------------
16
- // <xsd:complexType name="MemberType">
17
- // <xsd:sequence>
18
- // <xsd:element name="name" type="xsd:string"/>
19
- // </xsd:sequence>
20
- // <xsd:attribute name="refid" type="xsd:string" use="required"/>
21
- // <xsd:attribute name="kind" type="MemberKind" use="required"/>
22
- // </xsd:complexType>
23
- /**
24
- * Abstract base class for index member type data models.
25
- *
26
- * @remarks
27
- * Represents member elements found within Doxygen index XML structures,
28
- * corresponding to the MemberType complex type in the XML schema. This
29
- * class handles the parsing of member names, reference identifiers, and
30
- * member kinds from the XML structure. All concrete member data model
31
- * classes should extend this abstract base to ensure consistent parsing
32
- * and data representation.
33
- *
34
- * @public
35
- */
36
4
  export class AbstractIndexMemberType extends AbstractDataModelBase {
37
- /**
38
- * The name of the member element.
39
- *
40
- * @remarks
41
- * Extracted from the mandatory 'name' element within the member XML
42
- * structure. Represents the identifier or name of the documented member.
43
- */
44
5
  name = '';
45
- /**
46
- * The reference identifier for the member.
47
- *
48
- * @remarks
49
- * Mandatory attribute that provides a unique identifier for referencing
50
- * this member within the Doxygen documentation structure. Used to link
51
- * index entries to their detailed definitions.
52
- */
53
6
  refid = '';
54
- /**
55
- * The kind classification of the member.
56
- *
57
- * @remarks
58
- * Mandatory attribute specifying the type of member (e.g., function,
59
- * variable, typedef). Corresponds to the MemberKind enumeration in the
60
- * XML schema.
61
- */
62
- kind = ''; // MemberKind
63
- /**
64
- * Constructs a new AbstractIndexMemberType instance from XML data.
65
- *
66
- * @param xml - The Doxygen XML parser instance for processing XML elements
67
- * @param element - The XML element containing the member data
68
- * @param elementName - The name of the XML element being processed
69
- *
70
- * @remarks
71
- * Parses the provided XML element to extract member information including
72
- * the name element and mandatory attributes (refid and kind). The constructor
73
- * validates that all required data is present and properly formatted
74
- * according to the XML schema specifications.
75
- */
7
+ kind = '';
76
8
  constructor(xml, element, elementName) {
77
9
  super(elementName);
78
- // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
79
- // ------------------------------------------------------------------------
80
- // Process elements.
81
10
  const innerElements = xml.getInnerElements(element, elementName);
82
11
  assert(innerElements.length > 0);
83
12
  for (const innerElement of innerElements) {
84
13
  if (xml.hasInnerText(innerElement)) {
85
- // Ignore texts.
86
14
  }
87
15
  else if (xml.isInnerElementText(innerElement, 'name')) {
88
16
  assert(this.name.length === 0);
@@ -93,13 +21,9 @@ export class AbstractIndexMemberType extends AbstractDataModelBase {
93
21
  console.error(`index ${elementName} element:`, Object.keys(innerElement), 'not implemented yet in', this.constructor.name);
94
22
  }
95
23
  }
96
- // ------------------------------------------------------------------------
97
- // Process attributes.
98
24
  assert(xml.hasAttributes(element));
99
25
  const attributesNames = xml.getAttributesNames(element);
100
- // console.log(attributesNames)
101
26
  for (const attributeName of attributesNames) {
102
- // console.log(attributeName)
103
27
  if (attributeName === '@_refid') {
104
28
  this.refid = xml.getAttributeStringValue(element, '@_refid');
105
29
  }
@@ -113,41 +37,11 @@ export class AbstractIndexMemberType extends AbstractDataModelBase {
113
37
  }
114
38
  assert(this.refid.length > 0);
115
39
  assert(this.kind.length > 0);
116
- // ------------------------------------------------------------------------
117
- // console.log(util.inspect(this, { compact: false, depth: 999 }))
118
40
  }
119
41
  }
120
- // ----------------------------------------------------------------------------
121
- // The name clashes with a similar definition in compound.xsd.
122
- // <xsd:element name="member" type="MemberType" minOccurs="0" maxOccurs="unbounded" />
123
- /**
124
- * Concrete data model class for index member elements.
125
- *
126
- * @remarks
127
- * Represents individual member elements found within Doxygen index XML
128
- * structures. This class extends the abstract base to provide specific
129
- * handling for 'member' elements, which reference documented members
130
- * such as functions, variables, and other programming constructs within
131
- * the indexed documentation.
132
- *
133
- * @public
134
- */
135
42
  export class IndexMemberDataModel extends AbstractIndexMemberType {
136
- /**
137
- * Constructs a new IndexMemberDataModel instance from XML data.
138
- *
139
- * @param xml - The Doxygen XML parser instance for processing XML elements
140
- * @param element - The XML element containing the member data
141
- *
142
- * @remarks
143
- * Initialises the member data model by parsing the provided XML element
144
- * as a 'member' element type. The constructor delegates to the parent
145
- * class for common member processing whilst specifying the element name.
146
- */
147
43
  constructor(xml, element) {
148
- // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
149
44
  super(xml, element, 'member');
150
45
  }
151
46
  }
152
- // ----------------------------------------------------------------------------
153
47
  //# sourceMappingURL=indexmembertype-dm.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"indexmembertype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/index/indexmembertype-dm.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,+EAA+E;AAE/E,OAAO,MAAM,MAAM,aAAa,CAAA;AAChC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA;AAGjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAEnD,+EAA+E;AAE/E,sCAAsC;AACtC,mBAAmB;AACnB,mDAAmD;AACnD,oBAAoB;AACpB,mEAAmE;AACnE,kEAAkE;AAClE,qBAAqB;AAErB;;;;;;;;;;;;GAYG;AACH,MAAM,OAAgB,uBAAwB,SAAQ,qBAAqB;IACzE;;;;;;OAMG;IACH,IAAI,GAAG,EAAE,CAAA;IAET;;;;;;;OAOG;IACH,KAAK,GAAG,EAAE,CAAA;IAEV;;;;;;;OAOG;IACH,IAAI,GAAG,EAAE,CAAA,CAAC,aAAa;IAEvB;;;;;;;;;;;;OAYG;IACH,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAElB,kFAAkF;QAElF,2EAA2E;QAC3E,oBAAoB;QAEpB,MAAM,aAAa,GAAG,GAAG,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAChE,MAAM,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAEhC,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;YACzC,IAAI,GAAG,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC;gBACnC,gBAAgB;YAClB,CAAC;iBAAM,IAAI,GAAG,CAAC,kBAAkB,CAAC,YAAY,EAAE,MAAM,CAAC,EAAE,CAAC;gBACxD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC,CAAA;gBAC9B,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,mBAAmB,CAAC,YAAY,EAAE,MAAM,CAAC,CAAA;YAC3D,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAA;gBACzC,OAAO,CAAC,KAAK,CACX,SAAS,WAAW,WAAW,EAC/B,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,EACzB,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAED,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,+BAA+B;QAC/B,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;YAC5C,6BAA6B;YAC7B,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBAChC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;YAC9D,CAAC;iBAAM,IAAI,aAAa,KAAK,QAAQ,EAAE,CAAC;gBACtC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;YAC5D,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,SAAS,WAAW,aAAa,EACjC,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;QAC7B,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAE5B,2EAA2E;QAE3E,kEAAkE;IACpE,CAAC;CACF;AAkDD,+EAA+E;AAE/E,8DAA8D;AAC9D,sFAAsF;AAEtF;;;;;;;;;;;GAWG;AACH,MAAM,OAAO,oBAAqB,SAAQ,uBAAuB;IAC/D;;;;;;;;;;OAUG;IACH,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAA;IAC/B,CAAC;CACF;AAED,+EAA+E"}
1
+ {"version":3,"file":"indexmembertype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/index/indexmembertype-dm.ts"],"names":[],"mappings":"AAaA,OAAO,MAAM,MAAM,aAAa,CAAA;AAChC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA;AAGjC,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAyBnD,MAAM,OAAgB,uBAAwB,SAAQ,qBAAqB;IAQzE,IAAI,GAAG,EAAE,CAAA;IAUT,KAAK,GAAG,EAAE,CAAA;IAUV,IAAI,GAAG,EAAE,CAAA;IAeT,YAAY,GAAqB,EAAE,OAAe,EAAE,WAAmB;QACrE,KAAK,CAAC,WAAW,CAAC,CAAA;QAOlB,MAAM,aAAa,GAAG,GAAG,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,CAAA;QAChE,MAAM,CAAC,aAAa,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;QAEhC,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;YACzC,IAAI,GAAG,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC;YAErC,CAAC;iBAAM,IAAI,GAAG,CAAC,kBAAkB,CAAC,YAAY,EAAE,MAAM,CAAC,EAAE,CAAC;gBACxD,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,KAAK,CAAC,CAAC,CAAA;gBAC9B,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,mBAAmB,CAAC,YAAY,EAAE,MAAM,CAAC,CAAA;YAC3D,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAA;gBACzC,OAAO,CAAC,KAAK,CACX,SAAS,WAAW,WAAW,EAC/B,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,EACzB,wBAAwB,EACxB,IAAI,CAAC,WAAW,CAAC,IAAI,CACtB,CAAA;YACH,CAAC;QACH,CAAC;QAKD,MAAM,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAElC,MAAM,eAAe,GAAG,GAAG,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAA;QAEvD,KAAK,MAAM,aAAa,IAAI,eAAe,EAAE,CAAC;YAE5C,IAAI,aAAa,KAAK,SAAS,EAAE,CAAC;gBAChC,IAAI,CAAC,KAAK,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,SAAS,CAAC,CAAA;YAC9D,CAAC;iBAAM,IAAI,aAAa,KAAK,QAAQ,EAAE,CAAC;gBACtC,IAAI,CAAC,IAAI,GAAG,GAAG,CAAC,uBAAuB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAA;YAC5D,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,SAAS,WAAW,aAAa,EACjC,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;QAC7B,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAA;IAK9B,CAAC;CACF;AAmED,MAAM,OAAO,oBAAqB,SAAQ,uBAAuB;IAY/D,YAAY,GAAqB,EAAE,OAAe;QAEhD,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAA;IAC/B,CAAC;CACF"}
@@ -1,12 +1,3 @@
1
- /**
2
- * Represents the XML prologue declaration at the start of XML files.
3
- *
4
- * @remarks
5
- * Contains the XML declaration with version, encoding, and standalone
6
- * attributes as parsed by the XML parser from Doxygen-generated files.
7
- *
8
- * @public
9
- */
10
1
  export interface XmlPrologue {
11
2
  '?xml': [XmlText];
12
3
  ':@': {
@@ -15,125 +6,30 @@ export interface XmlPrologue {
15
6
  '@_standalone': string;
16
7
  };
17
8
  }
18
- /**
19
- * Represents XML element attributes in the parsed structure.
20
- *
21
- * @remarks
22
- * Contains the attributes map used by the XML parser to store element
23
- * attributes with support for various primitive value types.
24
- *
25
- * @public
26
- */
27
9
  export interface XmlAttributes {
28
10
  ':@': Record<string, string | number | boolean>;
29
11
  }
30
- /**
31
- * Represents a generic XML element in the parsed structure.
32
- *
33
- * @remarks
34
- * Defines the structure used by the XML parser for representing parsed
35
- * XML elements, including text content, attributes, and child elements.
36
- * Each element maps keys to arrays of child elements.
37
- *
38
- * @public
39
- */
40
12
  export interface XmlElement {
41
13
  (key: string): XmlElement[];
42
14
  '#text': string | number | boolean;
43
15
  ':@'?: Record<string, string | number | boolean>;
44
16
  }
45
- /**
46
- * Represents XML text content within elements.
47
- *
48
- * @remarks
49
- * Simple wrapper for text content found within XML elements,
50
- * used by the XML parser to distinguish text nodes.
51
- *
52
- * @public
53
- */
54
17
  export interface XmlText {
55
18
  '#text': string;
56
19
  }
57
- /**
58
- * Represents XML CDATA content within elements.
59
- *
60
- * @remarks
61
- * Simple wrapper for CDATA content found within XML elements,
62
- * used by the XML parser to distinguish CDATA nodes.
63
- *
64
- * @public
65
- */
66
20
  export interface XmlCDATA {
67
21
  '#cdata': string;
68
22
  }
69
- /**
70
- * Represents an XML element with a name property containing text content.
71
- *
72
- * @remarks
73
- * Used for elements that have a `name` property with associated text content,
74
- * as commonly found in Doxygen-generated XML files.
75
- *
76
- * @public
77
- */
78
23
  export interface XmlNameElement {
79
24
  name: {
80
25
  '#text': string;
81
26
  };
82
27
  }
83
- /**
84
- * Abstract base class for all data model elements in the Doxygen XML layer.
85
- *
86
- * @remarks
87
- * Provides the common interface and properties for all data model elements
88
- * parsed from Doxygen XML files. All concrete data model classes should
89
- * extend this base class to ensure consistent structure and behaviour.
90
- *
91
- * @public
92
- */
93
28
  export declare abstract class AbstractDataModelBase {
94
- /**
95
- * The name of the XML element represented by this data model instance.
96
- *
97
- * @remarks
98
- * Used to identify the XML element type for this data model object.
99
- */
100
29
  elementName: string;
101
- /**
102
- * Indicates whether paragraph processing should be skipped for this element.
103
- *
104
- * @remarks
105
- * Optional property used to control paragraph handling during documentation
106
- * generation. If true, paragraph tags are not generated for this element.
107
- */
108
30
  skipPara?: boolean;
109
- /**
110
- * The child elements or text nodes contained within this data model element.
111
- *
112
- * @remarks
113
- * Contains an array of child elements or text nodes, supporting recursive
114
- * data model structures for complex XML hierarchies.
115
- */
116
31
  children?: (string | AbstractDataModelBase)[];
117
- /**
118
- * Constructs a new data model base instance for a given XML element name.
119
- *
120
- * @param elementName - The name of the XML element represented by this
121
- * instance
122
- *
123
- * @remarks
124
- * Initialises the base data model with the specified element name. All
125
- * derived data model classes should call this constructor.
126
- */
127
32
  constructor(elementName: string);
128
33
  }
129
- /**
130
- * Union type for data model element content.
131
- *
132
- * @remarks
133
- * Represents content that can be either a string value or an instance of
134
- * an abstract data model class. Used to handle mixed content in XML elements.
135
- *
136
- * @public
137
- */
138
34
  export type DataModelElement = string | AbstractDataModelBase;
139
35
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/doxygen/data-model/types.ts"],"names":[],"mappings":"AAiBA;;;;;;;;GAQG;AACH,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,CAAC,OAAO,CAAC,CAAA;IACjB,IAAI,EAAE;QACJ,WAAW,EAAE,MAAM,CAAA;QACnB,YAAY,EAAE,MAAM,CAAA;QACpB,cAAc,EAAE,MAAM,CAAA;KACvB,CAAA;CACF;AAKD;;;;;;;;GAQG;AACH,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAA;CAChD;AAED;;;;;;;;;GASG;AACH,MAAM,WAAW,UAAU;IAEzB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,EAAE,CAAA;IAC3B,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAA;CACjD;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,OAAO;IACtB,OAAO,EAAE,MAAM,CAAA;CAChB;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;CACF;AAID;;;;;;;;;GASG;AACH,8BAAsB,qBAAqB;IACzC;;;;;OAKG;IACH,WAAW,EAAE,MAAM,CAAA;IAEnB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;;;;;OAMG;IACH,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,qBAAqB,CAAC,EAAE,CAAA;IAE7C;;;;;;;;;OASG;gBACS,WAAW,EAAE,MAAM;CAGhC;AAED;;;;;;;;GAQG;AACH,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,qBAAqB,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/doxygen/data-model/types.ts"],"names":[],"mappings":"AA0BA,MAAM,WAAW,WAAW;IAC1B,MAAM,EAAE,CAAC,OAAO,CAAC,CAAA;IACjB,IAAI,EAAE;QACJ,WAAW,EAAE,MAAM,CAAA;QACnB,YAAY,EAAE,MAAM,CAAA;QACpB,cAAc,EAAE,MAAM,CAAA;KACvB,CAAA;CACF;AAcD,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAA;CAChD;AAYD,MAAM,WAAW,UAAU;IAEzB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,EAAE,CAAA;IAC3B,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAA;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,CAAA;CACjD;AAWD,MAAM,WAAW,OAAO;IACtB,OAAO,EAAE,MAAM,CAAA;CAChB;AAWD,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,CAAA;CACjB;AAWD,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAA;KAChB,CAAA;CACF;AAcD,8BAAsB,qBAAqB;IAOzC,WAAW,EAAE,MAAM,CAAA;IASnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IASlB,QAAQ,CAAC,EAAE,CAAC,MAAM,GAAG,qBAAqB,CAAC,EAAE,CAAA;gBAYjC,WAAW,EAAE,MAAM;CAGhC;AAWD,MAAM,MAAM,gBAAgB,GAAG,MAAM,GAAG,qBAAqB,CAAA"}
@@ -1,61 +1,9 @@
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
- /**
13
- * Abstract base class for all data model elements in the Doxygen XML layer.
14
- *
15
- * @remarks
16
- * Provides the common interface and properties for all data model elements
17
- * parsed from Doxygen XML files. All concrete data model classes should
18
- * extend this base class to ensure consistent structure and behaviour.
19
- *
20
- * @public
21
- */
22
1
  export class AbstractDataModelBase {
23
- /**
24
- * The name of the XML element represented by this data model instance.
25
- *
26
- * @remarks
27
- * Used to identify the XML element type for this data model object.
28
- */
29
2
  elementName;
30
- /**
31
- * Indicates whether paragraph processing should be skipped for this element.
32
- *
33
- * @remarks
34
- * Optional property used to control paragraph handling during documentation
35
- * generation. If true, paragraph tags are not generated for this element.
36
- */
37
3
  skipPara;
38
- /**
39
- * The child elements or text nodes contained within this data model element.
40
- *
41
- * @remarks
42
- * Contains an array of child elements or text nodes, supporting recursive
43
- * data model structures for complex XML hierarchies.
44
- */
45
4
  children;
46
- /**
47
- * Constructs a new data model base instance for a given XML element name.
48
- *
49
- * @param elementName - The name of the XML element represented by this
50
- * instance
51
- *
52
- * @remarks
53
- * Initialises the base data model with the specified element name. All
54
- * derived data model classes should call this constructor.
55
- */
56
5
  constructor(elementName) {
57
6
  this.elementName = elementName;
58
7
  }
59
8
  }
60
- // ----------------------------------------------------------------------------
61
9
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/doxygen/data-model/types.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAoGH,+EAA+E;AAE/E;;;;;;;;;GASG;AACH,MAAM,OAAgB,qBAAqB;IACzC;;;;;OAKG;IACH,WAAW,CAAQ;IAEnB;;;;;;OAMG;IACH,QAAQ,CAAU;IAElB;;;;;;OAMG;IACH,QAAQ,CAAqC;IAE7C;;;;;;;;;OASG;IACH,YAAY,WAAmB;QAC7B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAA;IAChC,CAAC;CACF;AAaD,+EAA+E"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/doxygen/data-model/types.ts"],"names":[],"mappings":"AAyHA,MAAM,OAAgB,qBAAqB;IAOzC,WAAW,CAAQ;IASnB,QAAQ,CAAU;IASlB,QAAQ,CAAqC;IAY7C,YAAY,WAAmB;QAC7B,IAAI,CAAC,WAAW,GAAG,WAAW,CAAA;IAChC,CAAC;CACF"}
package/dist/index.d.ts CHANGED
@@ -1,19 +1,7 @@
1
- /**
2
- * A CLI application to convert Doxygen XML files into Docusaurus
3
- * documentation.
4
- *
5
- * @remarks
6
- * This tool facilitates the integration of Doxygen reference pages into
7
- * Docusaurus documentation sites. It parses Doxygen-generated XML files and
8
- * produces Docusaurus `.md` documents, along with the corresponding sidebars
9
- * and menu entries.
10
- *
11
- * @packageDocumentation
12
- */
13
1
  import { AbstractCompoundDefType, CompoundDefDataModel } from './doxygen/data-model/compounds/compounddef-dm.js';
14
2
  import { XmlElement, AbstractDataModelBase } from './doxygen/data-model/types.js';
15
3
  import { DataModel } from './doxygen/data-model/data-model.js';
16
- import { CliOptions } from './docusaurus/cli-options.js';
4
+ import { CliOptions, CommandOptions, CliConfigurationOptions, MultiConfigurations } from './docusaurus/cli-options.js';
17
5
  import { DoxygenXmlParser } from './doxygen/data-model/doxygen-xml-parser.js';
18
6
  import { DoxygenFileDataModel, AbstractDoxygenFileType } from './doxygen/data-model/doxyfile/doxyfiletype-dm.js';
19
7
  import { DoxygenIndexDataModel, AbstractIndexDoxygenType } from './doxygen/data-model/index/indexdoxygentype-dm.js';
@@ -21,7 +9,7 @@ import { AbstractDocImageType, AbstractListingType, AbstractDescriptionType, Abs
21
9
  import { BriefDescriptionDataModel, DetailedDescriptionDataModel, ProgramListingDataModel } from './doxygen/data-model/compounds/descriptiontype-dm.js';
22
10
  import { BaseCompoundRefDataModel, DerivedCompoundRefDataModel, AbstractCompoundRefType } from './doxygen/data-model/compounds/compoundreftype-dm.js';
23
11
  import { IncludesDataModel, IncludedByDataModel, AbstractIncType } from './doxygen/data-model/compounds/inctype-dm.js';
24
- import { AbstractRefType, InnerClassDataModel, InnerDirDataModel, InnerFileDataModel, InnerGroupDataModel, InnerNamespaceDataModel, InnerPageDataModel } from './doxygen/data-model/compounds/reftype-dm.js';
12
+ import { AbstractRefType, InnerClassDataModel, InnerConceptDataModel, InnerDirDataModel, InnerFileDataModel, InnerGroupDataModel, InnerNamespaceDataModel, InnerPageDataModel } from './doxygen/data-model/compounds/reftype-dm.js';
25
13
  import { AbstractLocationType, LocationDataModel } from './doxygen/data-model/compounds/locationtype-dm.js';
26
14
  import { AbstractSectionDefType, SectionDefDataModel, AbstractSectionDefTypeBase } from './doxygen/data-model/compounds/sectiondeftype-dm.js';
27
15
  import { AbstractTemplateParamListType, TemplateParamListDataModel } from './doxygen/data-model/compounds/templateparamlisttype-dm.js';
@@ -34,10 +22,11 @@ import { MemberRefDataModel, AbstractMemberRefType } from './doxygen/data-model/
34
22
  import { ParamDataModel, AbstractParamType } from './doxygen/data-model/compounds/paramtype-dm.js';
35
23
  import { MemberDataModel, AbstractMemberType } from './doxygen/data-model/compounds/membertype-dm.js';
36
24
  import { MemberDefDataModel, AbstractMemberDefType, AbstractMemberBaseType } from './doxygen/data-model/compounds/memberdeftype-dm.js';
37
- import { TypeDataModel, DefValDataModel, TypeConstraintDataModel, AbstractLinkedTextType, InitializerDataModel } from './doxygen/data-model/compounds/linkedtexttype-dm.js';
25
+ import { TypeDataModel, DefValDataModel, TypeConstraintDataModel, AbstractLinkedTextType, InitializerDataModel, RequiresClauseDataModel } from './doxygen/data-model/compounds/linkedtexttype-dm.js';
38
26
  import { ReferenceDataModel, ReferencedByDataModel, AbstractReferenceType } from './doxygen/data-model/compounds/referencetype-dm.js';
39
27
  import { ReimplementDataModel, AbstractReimplementType } from './doxygen/data-model/compounds/reimplementtype-dm.js';
40
28
  import { EnumValueDataModel, AbstractEnumValueType } from './doxygen/data-model/compounds/enumvaluetype-dm.js';
29
+ import { AbstractConceptParts, ConceptPartsDataModel } from './doxygen/data-model/compounds/concepts-dm.js';
41
30
  export * from './cli/main.js';
42
- export { CompoundDefDataModel, AbstractCompoundDefType, DataModel, CliOptions, DoxygenXmlParser, DoxygenFileDataModel, DoxygenIndexDataModel, AbstractIncType, AbstractIndexCompoundType, AbstractDocImageType, AbstractDoxygenFileType, AbstractIndexDoxygenType, AbstractDataModelBase, AbstractListingType, AbstractListOfAllMembersType, AbstractLocationType, AbstractRefType, AbstractSectionDefType, AbstractTableOfContentsType, AbstractTemplateParamListType, XmlElement, IndexMemberDataModel, AbstractListingTypeBase, MemberRefDataModel, AbstractSectionDefTypeBase, TocSectDataModel, ParamDataModel, AbstractCompoundRefType, AbstractDescriptionType, AbstractDoxygenFileOptionType, AbstractTableOfContentsKindType, CodeLineDataModel, DescriptionDataModel, MemberDefDataModel, MemberDataModel, AbstractIndexMemberType, AbstractMemberRefType, AbstractParamType, DefValDataModel, TypeDataModel, TypeConstraintDataModel, AbstractCodeLineType, AbstractMemberType, AbstractMemberDefType, HighlightDataModel, AbstractMemberBaseType, EnumValueDataModel, InbodyDescriptionDataModel, InitializerDataModel, ReferencedByDataModel, ReferenceDataModel, ReimplementDataModel, AbstractLinkedTextType, AbstractEnumValueType, AbstractHighlightType, AbstractReferenceType, AbstractReimplementType, BriefDescriptionDataModel, DetailedDescriptionDataModel, ProgramListingDataModel, BaseCompoundRefDataModel, DerivedCompoundRefDataModel, IncludesDataModel, IncludedByDataModel, InnerClassDataModel, InnerDirDataModel, InnerFileDataModel, InnerGroupDataModel, InnerNamespaceDataModel, InnerPageDataModel, LocationDataModel, SectionDefDataModel, TemplateParamListDataModel, ListOfAllMembersDataModel, TableOfContentsDataModel, IndexCompoundDataModel, DoxygenFileOptionDataModel, };
31
+ export { CompoundDefDataModel, AbstractCompoundDefType, DataModel, CliOptions, CommandOptions, CliConfigurationOptions, MultiConfigurations, DoxygenXmlParser, DoxygenFileDataModel, DoxygenIndexDataModel, AbstractIncType, AbstractIndexCompoundType, AbstractDocImageType, AbstractDoxygenFileType, AbstractIndexDoxygenType, AbstractDataModelBase, AbstractListingType, AbstractListOfAllMembersType, AbstractLocationType, AbstractRefType, AbstractSectionDefType, AbstractTableOfContentsType, AbstractTemplateParamListType, XmlElement, IndexMemberDataModel, AbstractListingTypeBase, MemberRefDataModel, AbstractSectionDefTypeBase, TocSectDataModel, ParamDataModel, AbstractCompoundRefType, AbstractDescriptionType, AbstractDoxygenFileOptionType, AbstractTableOfContentsKindType, CodeLineDataModel, DescriptionDataModel, MemberDefDataModel, MemberDataModel, AbstractIndexMemberType, AbstractMemberRefType, AbstractParamType, DefValDataModel, TypeDataModel, TypeConstraintDataModel, AbstractCodeLineType, AbstractMemberType, AbstractMemberDefType, HighlightDataModel, AbstractMemberBaseType, EnumValueDataModel, InbodyDescriptionDataModel, InitializerDataModel, RequiresClauseDataModel, ReferencedByDataModel, ReferenceDataModel, ReimplementDataModel, AbstractLinkedTextType, AbstractEnumValueType, AbstractHighlightType, AbstractReferenceType, AbstractReimplementType, AbstractConceptParts, ConceptPartsDataModel, BriefDescriptionDataModel, DetailedDescriptionDataModel, ProgramListingDataModel, BaseCompoundRefDataModel, DerivedCompoundRefDataModel, IncludesDataModel, IncludedByDataModel, InnerClassDataModel, InnerConceptDataModel, InnerDirDataModel, InnerFileDataModel, InnerGroupDataModel, InnerNamespaceDataModel, InnerPageDataModel, LocationDataModel, SectionDefDataModel, TemplateParamListDataModel, ListOfAllMembersDataModel, TableOfContentsDataModel, IndexCompoundDataModel, DoxygenFileOptionDataModel, };
43
32
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
package/dist/index.js CHANGED
@@ -1,31 +1,7 @@
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
- * A CLI application to convert Doxygen XML files into Docusaurus
13
- * documentation.
14
- *
15
- * @remarks
16
- * This tool facilitates the integration of Doxygen reference pages into
17
- * Docusaurus documentation sites. It parses Doxygen-generated XML files and
18
- * produces Docusaurus `.md` documents, along with the corresponding sidebars
19
- * and menu entries.
20
- *
21
- * @packageDocumentation
22
- */
23
- // ----------------------------------------------------------------------------
24
- // The top entry point into the plugin, mentioned in `package.json`.
25
1
  import { AbstractCompoundDefType, CompoundDefDataModel, } from './doxygen/data-model/compounds/compounddef-dm.js';
26
2
  import { AbstractDataModelBase, } from './doxygen/data-model/types.js';
27
3
  import { DataModel } from './doxygen/data-model/data-model.js';
28
- import { CliOptions } from './docusaurus/cli-options.js';
4
+ import { CliOptions, } from './docusaurus/cli-options.js';
29
5
  import { DoxygenXmlParser } from './doxygen/data-model/doxygen-xml-parser.js';
30
6
  import { DoxygenFileDataModel, AbstractDoxygenFileType, } from './doxygen/data-model/doxyfile/doxyfiletype-dm.js';
31
7
  import { DoxygenIndexDataModel, AbstractIndexDoxygenType, } from './doxygen/data-model/index/indexdoxygentype-dm.js';
@@ -33,7 +9,7 @@ import { AbstractDocImageType, AbstractListingType, AbstractDescriptionType, Abs
33
9
  import { BriefDescriptionDataModel, DetailedDescriptionDataModel, ProgramListingDataModel, } from './doxygen/data-model/compounds/descriptiontype-dm.js';
34
10
  import { BaseCompoundRefDataModel, DerivedCompoundRefDataModel, AbstractCompoundRefType, } from './doxygen/data-model/compounds/compoundreftype-dm.js';
35
11
  import { IncludesDataModel, IncludedByDataModel, AbstractIncType, } from './doxygen/data-model/compounds/inctype-dm.js';
36
- import { AbstractRefType, InnerClassDataModel, InnerDirDataModel, InnerFileDataModel, InnerGroupDataModel, InnerNamespaceDataModel, InnerPageDataModel, } from './doxygen/data-model/compounds/reftype-dm.js';
12
+ import { AbstractRefType, InnerClassDataModel, InnerConceptDataModel, InnerDirDataModel, InnerFileDataModel, InnerGroupDataModel, InnerNamespaceDataModel, InnerPageDataModel, } from './doxygen/data-model/compounds/reftype-dm.js';
37
13
  import { AbstractLocationType, LocationDataModel, } from './doxygen/data-model/compounds/locationtype-dm.js';
38
14
  import { AbstractSectionDefType, SectionDefDataModel, AbstractSectionDefTypeBase, } from './doxygen/data-model/compounds/sectiondeftype-dm.js';
39
15
  import { AbstractTemplateParamListType, TemplateParamListDataModel, } from './doxygen/data-model/compounds/templateparamlisttype-dm.js';
@@ -46,24 +22,11 @@ import { MemberRefDataModel, AbstractMemberRefType, } from './doxygen/data-model
46
22
  import { ParamDataModel, AbstractParamType, } from './doxygen/data-model/compounds/paramtype-dm.js';
47
23
  import { MemberDataModel, AbstractMemberType, } from './doxygen/data-model/compounds/membertype-dm.js';
48
24
  import { MemberDefDataModel, AbstractMemberDefType, AbstractMemberBaseType, } from './doxygen/data-model/compounds/memberdeftype-dm.js';
49
- import { TypeDataModel, DefValDataModel, TypeConstraintDataModel, AbstractLinkedTextType, InitializerDataModel, } from './doxygen/data-model/compounds/linkedtexttype-dm.js';
25
+ import { TypeDataModel, DefValDataModel, TypeConstraintDataModel, AbstractLinkedTextType, InitializerDataModel, RequiresClauseDataModel, } from './doxygen/data-model/compounds/linkedtexttype-dm.js';
50
26
  import { ReferenceDataModel, ReferencedByDataModel, AbstractReferenceType, } from './doxygen/data-model/compounds/referencetype-dm.js';
51
27
  import { ReimplementDataModel, AbstractReimplementType, } from './doxygen/data-model/compounds/reimplementtype-dm.js';
52
28
  import { EnumValueDataModel, AbstractEnumValueType, } from './doxygen/data-model/compounds/enumvaluetype-dm.js';
29
+ import { AbstractConceptParts, ConceptPartsDataModel, } from './doxygen/data-model/compounds/concepts-dm.js';
53
30
  export * from './cli/main.js';
54
- export {
55
- // Core classes
56
- CompoundDefDataModel, AbstractCompoundDefType, DataModel, CliOptions, DoxygenXmlParser, DoxygenFileDataModel, DoxygenIndexDataModel, AbstractIncType, AbstractIndexCompoundType, AbstractDocImageType, AbstractDoxygenFileType, AbstractIndexDoxygenType, AbstractDataModelBase, AbstractListingType, AbstractListOfAllMembersType, AbstractLocationType, AbstractRefType, AbstractSectionDefType, AbstractTableOfContentsType, AbstractTemplateParamListType,
57
- // Missing symbols for API Extractor
58
- IndexMemberDataModel, AbstractListingTypeBase, MemberRefDataModel, AbstractSectionDefTypeBase, TocSectDataModel, ParamDataModel, AbstractCompoundRefType, AbstractDescriptionType, AbstractDoxygenFileOptionType, AbstractTableOfContentsKindType, CodeLineDataModel, DescriptionDataModel, MemberDefDataModel, MemberDataModel, AbstractIndexMemberType, AbstractMemberRefType, AbstractParamType, DefValDataModel, TypeDataModel, TypeConstraintDataModel, AbstractCodeLineType, AbstractMemberType, AbstractMemberDefType, HighlightDataModel, AbstractMemberBaseType, EnumValueDataModel, InbodyDescriptionDataModel, InitializerDataModel, ReferencedByDataModel, ReferenceDataModel, ReimplementDataModel, AbstractLinkedTextType, AbstractEnumValueType, AbstractHighlightType, AbstractReferenceType, AbstractReimplementType,
59
- // Description types
60
- BriefDescriptionDataModel, DetailedDescriptionDataModel, ProgramListingDataModel,
61
- // Compound references
62
- BaseCompoundRefDataModel, DerivedCompoundRefDataModel,
63
- // Include types
64
- IncludesDataModel, IncludedByDataModel,
65
- // Inner types
66
- InnerClassDataModel, InnerDirDataModel, InnerFileDataModel, InnerGroupDataModel, InnerNamespaceDataModel, InnerPageDataModel,
67
- // Other data models
68
- LocationDataModel, SectionDefDataModel, TemplateParamListDataModel, ListOfAllMembersDataModel, TableOfContentsDataModel, IndexCompoundDataModel, DoxygenFileOptionDataModel, };
31
+ export { CompoundDefDataModel, AbstractCompoundDefType, DataModel, CliOptions, DoxygenXmlParser, DoxygenFileDataModel, DoxygenIndexDataModel, AbstractIncType, AbstractIndexCompoundType, AbstractDocImageType, AbstractDoxygenFileType, AbstractIndexDoxygenType, AbstractDataModelBase, AbstractListingType, AbstractListOfAllMembersType, AbstractLocationType, AbstractRefType, AbstractSectionDefType, AbstractTableOfContentsType, AbstractTemplateParamListType, IndexMemberDataModel, AbstractListingTypeBase, MemberRefDataModel, AbstractSectionDefTypeBase, TocSectDataModel, ParamDataModel, AbstractCompoundRefType, AbstractDescriptionType, AbstractDoxygenFileOptionType, AbstractTableOfContentsKindType, CodeLineDataModel, DescriptionDataModel, MemberDefDataModel, MemberDataModel, AbstractIndexMemberType, AbstractMemberRefType, AbstractParamType, DefValDataModel, TypeDataModel, TypeConstraintDataModel, AbstractCodeLineType, AbstractMemberType, AbstractMemberDefType, HighlightDataModel, AbstractMemberBaseType, EnumValueDataModel, InbodyDescriptionDataModel, InitializerDataModel, RequiresClauseDataModel, ReferencedByDataModel, ReferenceDataModel, ReimplementDataModel, AbstractLinkedTextType, AbstractEnumValueType, AbstractHighlightType, AbstractReferenceType, AbstractReimplementType, AbstractConceptParts, ConceptPartsDataModel, BriefDescriptionDataModel, DetailedDescriptionDataModel, ProgramListingDataModel, BaseCompoundRefDataModel, DerivedCompoundRefDataModel, IncludesDataModel, IncludedByDataModel, InnerClassDataModel, InnerConceptDataModel, InnerDirDataModel, InnerFileDataModel, InnerGroupDataModel, InnerNamespaceDataModel, InnerPageDataModel, LocationDataModel, SectionDefDataModel, TemplateParamListDataModel, ListOfAllMembersDataModel, TableOfContentsDataModel, IndexCompoundDataModel, DoxygenFileOptionDataModel, };
69
32
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AA2BA,OAAO,EACL,uBAAuB,EACvB,oBAAoB,GACrB,MAAM,kDAAkD,CAAA;AACzD,OAAO,EAEL,qBAAqB,GACtB,MAAM,+BAA+B,CAAA;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,oCAAoC,CAAA;AAC9D,OAAO,EACL,UAAU,GAIX,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAA;AAC7E,OAAO,EACL,oBAAoB,EACpB,uBAAuB,GACxB,MAAM,kDAAkD,CAAA;AACzD,OAAO,EACL,qBAAqB,EACrB,wBAAwB,GACzB,MAAM,mDAAmD,CAAA;AAC1D,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,uBAAuB,EACvB,uBAAuB,EACvB,iBAAiB,EACjB,oBAAoB,EACpB,oBAAoB,EACpB,kBAAkB,EAClB,0BAA0B,EAC1B,qBAAqB,GACtB,MAAM,sDAAsD,CAAA;AAC7D,OAAO,EACL,yBAAyB,EACzB,4BAA4B,EAC5B,uBAAuB,GACxB,MAAM,sDAAsD,CAAA;AAC7D,OAAO,EACL,wBAAwB,EACxB,2BAA2B,EAC3B,uBAAuB,GACxB,MAAM,sDAAsD,CAAA;AAC7D,OAAO,EACL,iBAAiB,EACjB,mBAAmB,EACnB,eAAe,GAChB,MAAM,8CAA8C,CAAA;AACrD,OAAO,EACL,eAAe,EACf,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,GACnB,MAAM,8CAA8C,CAAA;AACrD,OAAO,EACL,oBAAoB,EACpB,iBAAiB,GAClB,MAAM,mDAAmD,CAAA;AAC1D,OAAO,EACL,sBAAsB,EACtB,mBAAmB,EACnB,0BAA0B,GAC3B,MAAM,qDAAqD,CAAA;AAC5D,OAAO,EACL,6BAA6B,EAC7B,0BAA0B,GAC3B,MAAM,4DAA4D,CAAA;AACnE,OAAO,EACL,4BAA4B,EAC5B,yBAAyB,GAC1B,MAAM,2DAA2D,CAAA;AAClE,OAAO,EACL,2BAA2B,EAC3B,wBAAwB,EACxB,gBAAgB,EAChB,+BAA+B,GAChC,MAAM,0DAA0D,CAAA;AACjE,OAAO,EACL,yBAAyB,EACzB,sBAAsB,GACvB,MAAM,oDAAoD,CAAA;AAC3D,OAAO,EACL,0BAA0B,EAC1B,6BAA6B,GAC9B,MAAM,wDAAwD,CAAA;AAC/D,OAAO,EACL,oBAAoB,EACpB,uBAAuB,GACxB,MAAM,kDAAkD,CAAA;AACzD,OAAO,EACL,kBAAkB,EAClB,qBAAqB,GACtB,MAAM,oDAAoD,CAAA;AAC3D,OAAO,EACL,cAAc,EACd,iBAAiB,GAClB,MAAM,gDAAgD,CAAA;AACvD,OAAO,EACL,eAAe,EACf,kBAAkB,GACnB,MAAM,iDAAiD,CAAA;AACxD,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,sBAAsB,GACvB,MAAM,oDAAoD,CAAA;AAC3D,OAAO,EACL,aAAa,EACb,eAAe,EACf,uBAAuB,EACvB,sBAAsB,EACtB,oBAAoB,EACpB,uBAAuB,GACxB,MAAM,qDAAqD,CAAA;AAC5D,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,qBAAqB,GACtB,MAAM,oDAAoD,CAAA;AAC3D,OAAO,EACL,oBAAoB,EACpB,uBAAuB,GACxB,MAAM,sDAAsD,CAAA;AAC7D,OAAO,EACL,kBAAkB,EAClB,qBAAqB,GACtB,MAAM,oDAAoD,CAAA;AAC3D,OAAO,EACL,oBAAoB,EACpB,qBAAqB,GACtB,MAAM,+CAA+C,CAAA;AAEtD,cAAc,eAAe,CAAA;AAE7B,OAAO,EAEL,oBAAoB,EACpB,uBAAuB,EACvB,SAAS,EACT,UAAU,EAIV,gBAAgB,EAChB,oBAAoB,EACpB,qBAAqB,EACrB,eAAe,EACf,yBAAyB,EACzB,oBAAoB,EACpB,uBAAuB,EACvB,wBAAwB,EACxB,qBAAqB,EACrB,mBAAmB,EACnB,4BAA4B,EAC5B,oBAAoB,EACpB,eAAe,EACf,sBAAsB,EACtB,2BAA2B,EAC3B,6BAA6B,EAI7B,oBAAoB,EACpB,uBAAuB,EACvB,kBAAkB,EAClB,0BAA0B,EAC1B,gBAAgB,EAChB,cAAc,EACd,uBAAuB,EACvB,uBAAuB,EACvB,6BAA6B,EAC7B,+BAA+B,EAC/B,iBAAiB,EACjB,oBAAoB,EACpB,kBAAkB,EAClB,eAAe,EACf,uBAAuB,EACvB,qBAAqB,EACrB,iBAAiB,EACjB,eAAe,EACf,aAAa,EACb,uBAAuB,EACvB,oBAAoB,EACpB,kBAAkB,EAClB,qBAAqB,EACrB,kBAAkB,EAClB,sBAAsB,EACtB,kBAAkB,EAClB,0BAA0B,EAC1B,oBAAoB,EACpB,uBAAuB,EACvB,qBAAqB,EACrB,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,EACtB,qBAAqB,EACrB,qBAAqB,EACrB,qBAAqB,EACrB,uBAAuB,EACvB,oBAAoB,EACpB,qBAAqB,EAGrB,yBAAyB,EACzB,4BAA4B,EAC5B,uBAAuB,EAGvB,wBAAwB,EACxB,2BAA2B,EAG3B,iBAAiB,EACjB,mBAAmB,EAGnB,mBAAmB,EACnB,qBAAqB,EACrB,iBAAiB,EACjB,kBAAkB,EAClB,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,EAGlB,iBAAiB,EACjB,mBAAmB,EACnB,0BAA0B,EAC1B,yBAAyB,EACzB,wBAAwB,EACxB,sBAAsB,EACtB,0BAA0B,GAC3B,CAAA"}