@xpack/doxygen2docusaurus 1.0.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (267) hide show
  1. package/README.md +3 -4
  2. package/dist/cli/main.d.ts +6 -0
  3. package/dist/cli/main.d.ts.map +1 -1
  4. package/dist/cli/main.js +29 -2
  5. package/dist/cli/main.js.map +1 -1
  6. package/dist/docusaurus/cli-options.d.ts +268 -39
  7. package/dist/docusaurus/cli-options.d.ts.map +1 -1
  8. package/dist/docusaurus/cli-options.js +267 -53
  9. package/dist/docusaurus/cli-options.js.map +1 -1
  10. package/dist/docusaurus/generator.d.ts +179 -4
  11. package/dist/docusaurus/generator.d.ts.map +1 -1
  12. package/dist/docusaurus/generator.js +215 -45
  13. package/dist/docusaurus/generator.js.map +1 -1
  14. package/dist/docusaurus/renderers/descriptiontype.d.ts +417 -0
  15. package/dist/docusaurus/renderers/descriptiontype.d.ts.map +1 -1
  16. package/dist/docusaurus/renderers/descriptiontype.js +417 -0
  17. package/dist/docusaurus/renderers/descriptiontype.js.map +1 -1
  18. package/dist/docusaurus/renderers/docinternalstype.d.ts +132 -0
  19. package/dist/docusaurus/renderers/docinternalstype.d.ts.map +1 -1
  20. package/dist/docusaurus/renderers/docinternalstype.js +132 -0
  21. package/dist/docusaurus/renderers/docinternalstype.js.map +1 -1
  22. package/dist/docusaurus/renderers/doclisttype.d.ts +22 -0
  23. package/dist/docusaurus/renderers/doclisttype.d.ts.map +1 -1
  24. package/dist/docusaurus/renderers/doclisttype.js +22 -2
  25. package/dist/docusaurus/renderers/doclisttype.js.map +1 -1
  26. package/dist/docusaurus/renderers/doctabletype.d.ts +88 -0
  27. package/dist/docusaurus/renderers/doctabletype.d.ts.map +1 -1
  28. package/dist/docusaurus/renderers/doctabletype.js +88 -0
  29. package/dist/docusaurus/renderers/doctabletype.js.map +1 -1
  30. package/dist/docusaurus/renderers/doctitletype.d.ts +22 -0
  31. package/dist/docusaurus/renderers/doctitletype.d.ts.map +1 -1
  32. package/dist/docusaurus/renderers/doctitletype.js +22 -0
  33. package/dist/docusaurus/renderers/doctitletype.js.map +1 -1
  34. package/dist/docusaurus/renderers/docvariablelisttype.d.ts +44 -0
  35. package/dist/docusaurus/renderers/docvariablelisttype.d.ts.map +1 -1
  36. package/dist/docusaurus/renderers/docvariablelisttype.js +44 -0
  37. package/dist/docusaurus/renderers/docvariablelisttype.js.map +1 -1
  38. package/dist/docusaurus/renderers/docxrefsecttype.d.ts +22 -0
  39. package/dist/docusaurus/renderers/docxrefsecttype.d.ts.map +1 -1
  40. package/dist/docusaurus/renderers/docxrefsecttype.js +22 -0
  41. package/dist/docusaurus/renderers/docxrefsecttype.js.map +1 -1
  42. package/dist/docusaurus/renderers/element-renderer-base.d.ts +74 -0
  43. package/dist/docusaurus/renderers/element-renderer-base.d.ts.map +1 -1
  44. package/dist/docusaurus/renderers/element-renderer-base.js +52 -0
  45. package/dist/docusaurus/renderers/element-renderer-base.js.map +1 -1
  46. package/dist/docusaurus/renderers/inctype.d.ts +23 -0
  47. package/dist/docusaurus/renderers/inctype.d.ts.map +1 -1
  48. package/dist/docusaurus/renderers/inctype.js +23 -0
  49. package/dist/docusaurus/renderers/inctype.js.map +1 -1
  50. package/dist/docusaurus/renderers/linkedtexttype.d.ts +22 -0
  51. package/dist/docusaurus/renderers/linkedtexttype.d.ts.map +1 -1
  52. package/dist/docusaurus/renderers/linkedtexttype.js +22 -0
  53. package/dist/docusaurus/renderers/linkedtexttype.js.map +1 -1
  54. package/dist/docusaurus/renderers/listingtype.d.ts +52 -0
  55. package/dist/docusaurus/renderers/listingtype.d.ts.map +1 -1
  56. package/dist/docusaurus/renderers/listingtype.js +66 -2
  57. package/dist/docusaurus/renderers/listingtype.js.map +1 -1
  58. package/dist/docusaurus/renderers/paramtype.d.ts +22 -0
  59. package/dist/docusaurus/renderers/paramtype.d.ts.map +1 -1
  60. package/dist/docusaurus/renderers/paramtype.js +22 -0
  61. package/dist/docusaurus/renderers/paramtype.js.map +1 -1
  62. package/dist/docusaurus/renderers/referencetype.d.ts +23 -0
  63. package/dist/docusaurus/renderers/referencetype.d.ts.map +1 -1
  64. package/dist/docusaurus/renderers/referencetype.js +23 -2
  65. package/dist/docusaurus/renderers/referencetype.js.map +1 -1
  66. package/dist/docusaurus/renderers/reftexttype.d.ts +22 -0
  67. package/dist/docusaurus/renderers/reftexttype.d.ts.map +1 -1
  68. package/dist/docusaurus/renderers/reftexttype.js +22 -0
  69. package/dist/docusaurus/renderers/reftexttype.js.map +1 -1
  70. package/dist/docusaurus/renderers/reftype.d.ts +22 -0
  71. package/dist/docusaurus/renderers/reftype.d.ts.map +1 -1
  72. package/dist/docusaurus/renderers/reftype.js +22 -0
  73. package/dist/docusaurus/renderers/reftype.js.map +1 -1
  74. package/dist/docusaurus/renderers/renderers.d.ts +151 -0
  75. package/dist/docusaurus/renderers/renderers.d.ts.map +1 -1
  76. package/dist/docusaurus/renderers/renderers.js +151 -0
  77. package/dist/docusaurus/renderers/renderers.js.map +1 -1
  78. package/dist/docusaurus/renderers/substringtype.d.ts +22 -0
  79. package/dist/docusaurus/renderers/substringtype.d.ts.map +1 -1
  80. package/dist/docusaurus/renderers/substringtype.js +22 -0
  81. package/dist/docusaurus/renderers/substringtype.js.map +1 -1
  82. package/dist/docusaurus/renderers/tableofcontentstype.d.ts +22 -0
  83. package/dist/docusaurus/renderers/tableofcontentstype.d.ts.map +1 -1
  84. package/dist/docusaurus/renderers/tableofcontentstype.js +22 -0
  85. package/dist/docusaurus/renderers/tableofcontentstype.js.map +1 -1
  86. package/dist/docusaurus/types.d.ts +114 -8
  87. package/dist/docusaurus/types.d.ts.map +1 -1
  88. package/dist/docusaurus/types.js.map +1 -1
  89. package/dist/docusaurus/utils.d.ts +214 -0
  90. package/dist/docusaurus/utils.d.ts.map +1 -1
  91. package/dist/docusaurus/utils.js +214 -0
  92. package/dist/docusaurus/utils.js.map +1 -1
  93. package/dist/docusaurus/view-model/classes-vm.d.ts +139 -2
  94. package/dist/docusaurus/view-model/classes-vm.d.ts.map +1 -1
  95. package/dist/docusaurus/view-model/classes-vm.js +147 -6
  96. package/dist/docusaurus/view-model/classes-vm.js.map +1 -1
  97. package/dist/docusaurus/view-model/collection-base.d.ts +122 -2
  98. package/dist/docusaurus/view-model/collection-base.d.ts.map +1 -1
  99. package/dist/docusaurus/view-model/collection-base.js +78 -0
  100. package/dist/docusaurus/view-model/collection-base.js.map +1 -1
  101. package/dist/docusaurus/view-model/compound-base-vm.d.ts +134 -19
  102. package/dist/docusaurus/view-model/compound-base-vm.d.ts.map +1 -1
  103. package/dist/docusaurus/view-model/compound-base-vm.js +122 -26
  104. package/dist/docusaurus/view-model/compound-base-vm.js.map +1 -1
  105. package/dist/docusaurus/view-model/description-anchors.d.ts +58 -0
  106. package/dist/docusaurus/view-model/description-anchors.d.ts.map +1 -1
  107. package/dist/docusaurus/view-model/description-anchors.js +58 -0
  108. package/dist/docusaurus/view-model/description-anchors.js.map +1 -1
  109. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts +249 -2
  110. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts.map +1 -1
  111. package/dist/docusaurus/view-model/files-and-folders-vm.js +250 -4
  112. package/dist/docusaurus/view-model/files-and-folders-vm.js.map +1 -1
  113. package/dist/docusaurus/view-model/groups-vm.d.ts +150 -2
  114. package/dist/docusaurus/view-model/groups-vm.d.ts.map +1 -1
  115. package/dist/docusaurus/view-model/groups-vm.js +153 -5
  116. package/dist/docusaurus/view-model/groups-vm.js.map +1 -1
  117. package/dist/docusaurus/view-model/members-vm.d.ts +552 -0
  118. package/dist/docusaurus/view-model/members-vm.d.ts.map +1 -1
  119. package/dist/docusaurus/view-model/members-vm.js +552 -4
  120. package/dist/docusaurus/view-model/members-vm.js.map +1 -1
  121. package/dist/docusaurus/view-model/namespaces-vm.d.ts +201 -2
  122. package/dist/docusaurus/view-model/namespaces-vm.d.ts.map +1 -1
  123. package/dist/docusaurus/view-model/namespaces-vm.js +202 -4
  124. package/dist/docusaurus/view-model/namespaces-vm.js.map +1 -1
  125. package/dist/docusaurus/view-model/options.d.ts +43 -0
  126. package/dist/docusaurus/view-model/options.d.ts.map +1 -1
  127. package/dist/docusaurus/view-model/options.js +43 -0
  128. package/dist/docusaurus/view-model/options.js.map +1 -1
  129. package/dist/docusaurus/view-model/pages-vm.d.ts +117 -2
  130. package/dist/docusaurus/view-model/pages-vm.d.ts.map +1 -1
  131. package/dist/docusaurus/view-model/pages-vm.js +119 -4
  132. package/dist/docusaurus/view-model/pages-vm.js.map +1 -1
  133. package/dist/docusaurus/view-model/tree-entries-vm.d.ts +135 -15
  134. package/dist/docusaurus/view-model/tree-entries-vm.d.ts.map +1 -1
  135. package/dist/docusaurus/view-model/tree-entries-vm.js +136 -16
  136. package/dist/docusaurus/view-model/tree-entries-vm.js.map +1 -1
  137. package/dist/docusaurus/view-model/view-model.d.ts +119 -0
  138. package/dist/docusaurus/view-model/view-model.d.ts.map +1 -1
  139. package/dist/docusaurus/view-model/view-model.js +119 -0
  140. package/dist/docusaurus/view-model/view-model.js.map +1 -1
  141. package/dist/docusaurus/workspace.d.ts +106 -0
  142. package/dist/docusaurus/workspace.d.ts.map +1 -1
  143. package/dist/docusaurus/workspace.js +107 -1
  144. package/dist/docusaurus/workspace.js.map +1 -1
  145. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts +485 -0
  146. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts.map +1 -1
  147. package/dist/doxygen/data-model/compounds/compounddef-dm.js +485 -0
  148. package/dist/doxygen/data-model/compounds/compounddef-dm.js.map +1 -1
  149. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts +120 -0
  150. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts.map +1 -1
  151. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js +98 -0
  152. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js.map +1 -1
  153. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts +2705 -0
  154. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts.map +1 -1
  155. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js +2677 -47
  156. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js.map +1 -1
  157. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts +165 -0
  158. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts.map +1 -1
  159. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js +165 -0
  160. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js.map +1 -1
  161. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts +70 -0
  162. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts.map +1 -1
  163. package/dist/doxygen/data-model/compounds/doxygentype-dm.js +70 -0
  164. package/dist/doxygen/data-model/compounds/doxygentype-dm.js.map +1 -1
  165. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts +78 -0
  166. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts.map +1 -1
  167. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js +78 -0
  168. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js.map +1 -1
  169. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts +107 -0
  170. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts.map +1 -1
  171. package/dist/doxygen/data-model/compounds/inctype-dm.js +107 -0
  172. package/dist/doxygen/data-model/compounds/inctype-dm.js.map +1 -1
  173. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts +123 -0
  174. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts.map +1 -1
  175. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js +123 -0
  176. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js.map +1 -1
  177. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts +70 -0
  178. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts.map +1 -1
  179. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js +70 -1
  180. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js.map +1 -1
  181. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts +156 -0
  182. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts.map +1 -1
  183. package/dist/doxygen/data-model/compounds/locationtype-dm.js +156 -5
  184. package/dist/doxygen/data-model/compounds/locationtype-dm.js.map +1 -1
  185. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts +433 -0
  186. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts.map +1 -1
  187. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js +417 -6
  188. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js.map +1 -1
  189. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts +135 -0
  190. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts.map +1 -1
  191. package/dist/doxygen/data-model/compounds/memberreftype-dm.js +136 -4
  192. package/dist/doxygen/data-model/compounds/memberreftype-dm.js.map +1 -1
  193. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts +95 -0
  194. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts.map +1 -1
  195. package/dist/doxygen/data-model/compounds/membertype-dm.js +76 -4
  196. package/dist/doxygen/data-model/compounds/membertype-dm.js.map +1 -1
  197. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts +158 -0
  198. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts.map +1 -1
  199. package/dist/doxygen/data-model/compounds/paramtype-dm.js +158 -1
  200. package/dist/doxygen/data-model/compounds/paramtype-dm.js.map +1 -1
  201. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts +130 -0
  202. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts.map +1 -1
  203. package/dist/doxygen/data-model/compounds/referencetype-dm.js +130 -2
  204. package/dist/doxygen/data-model/compounds/referencetype-dm.js.map +1 -1
  205. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts +120 -0
  206. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts.map +1 -1
  207. package/dist/doxygen/data-model/compounds/reftexttype-dm.js +106 -3
  208. package/dist/doxygen/data-model/compounds/reftexttype-dm.js.map +1 -1
  209. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts +247 -0
  210. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts.map +1 -1
  211. package/dist/doxygen/data-model/compounds/reftype-dm.js +247 -3
  212. package/dist/doxygen/data-model/compounds/reftype-dm.js.map +1 -1
  213. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts +99 -0
  214. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts.map +1 -1
  215. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js +99 -2
  216. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js.map +1 -1
  217. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts +159 -0
  218. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts.map +1 -1
  219. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js +159 -3
  220. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js.map +1 -1
  221. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts +255 -0
  222. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts.map +1 -1
  223. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js +255 -6
  224. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js.map +1 -1
  225. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts +60 -0
  226. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts.map +1 -1
  227. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js +60 -1
  228. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js.map +1 -1
  229. package/dist/doxygen/data-model/data-model.d.ts +86 -2
  230. package/dist/doxygen/data-model/data-model.d.ts.map +1 -1
  231. package/dist/doxygen/data-model/data-model.js +86 -4
  232. package/dist/doxygen/data-model/data-model.js.map +1 -1
  233. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts +109 -0
  234. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts.map +1 -1
  235. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js +84 -2
  236. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js.map +1 -1
  237. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts +81 -0
  238. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts.map +1 -1
  239. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js +81 -3
  240. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js.map +1 -1
  241. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts +24 -7
  242. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts.map +1 -1
  243. package/dist/doxygen/data-model/doxygen-xml-parser.js +24 -22
  244. package/dist/doxygen/data-model/doxygen-xml-parser.js.map +1 -1
  245. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts +92 -0
  246. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts.map +1 -1
  247. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js +79 -2
  248. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js.map +1 -1
  249. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts +76 -0
  250. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts.map +1 -1
  251. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js +76 -3
  252. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js.map +1 -1
  253. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts +79 -0
  254. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts.map +1 -1
  255. package/dist/doxygen/data-model/index/indexmembertype-dm.js +66 -2
  256. package/dist/doxygen/data-model/index/indexmembertype-dm.js.map +1 -1
  257. package/dist/doxygen/data-model/types.d.ts +96 -1
  258. package/dist/doxygen/data-model/types.d.ts.map +1 -1
  259. package/dist/doxygen/data-model/types.js +37 -0
  260. package/dist/doxygen/data-model/types.js.map +1 -1
  261. package/dist/doxygen2docusaurus.d.ts +4774 -0
  262. package/dist/tsdoc-metadata.json +11 -0
  263. package/package.json +11 -7
  264. /package/{template → templates}/css/custom.css +0 -0
  265. /package/{template → templates}/img/README.md +0 -0
  266. /package/{template → templates}/img/document-svgrepo-com.svg +0 -0
  267. /package/{template → templates}/img/folder-svgrepo-com.svg +0 -0
@@ -6,75 +6,627 @@ import { MemberProgramListingDataModel, type ProgramListingDataModel } from '../
6
6
  import type { LocationDataModel } from '../../doxygen/data-model/compounds/locationtype-dm.js';
7
7
  import type { EnumValueDataModel } from '../../doxygen/data-model/compounds/enumvaluetype-dm.js';
8
8
  export declare const sectionHeaders: Record<string, [string, number]>;
9
+ /**
10
+ * Represents a documentation section containing member definitions and
11
+ * references.
12
+ *
13
+ * @remarks
14
+ * Sections organise related members (functions, variables, types, etc.) within
15
+ * compounds, providing structured grouping based on visibility, type, and
16
+ * functionality. Each section manages both member definitions and references
17
+ * to members defined elsewhere.
18
+ *
19
+ * @public
20
+ */
9
21
  export declare class Section {
22
+ /**
23
+ * The parent compound containing this section.
24
+ *
25
+ * @remarks
26
+ * References the compound (class, namespace, file, etc.) that owns
27
+ * this section for context and rendering operations.
28
+ */
10
29
  compound: CompoundBase;
30
+ /**
31
+ * The section kind identifier from Doxygen.
32
+ *
33
+ * @remarks
34
+ * Specifies the type of section (e.g., 'public-func', 'private-attrib',
35
+ * 'typedef') which determines member organisation and display headers.
36
+ */
11
37
  kind: string;
38
+ /**
39
+ * The display header name for this section.
40
+ *
41
+ * @remarks
42
+ * Human-readable section title derived from the kind, used for
43
+ * generating section headers in the documentation output.
44
+ */
12
45
  headerName: string;
46
+ /**
47
+ * Optional section description lines in HTML format.
48
+ *
49
+ * @remarks
50
+ * Contains processed description content for sections that include
51
+ * additional explanatory text beyond the standard header.
52
+ */
13
53
  descriptionLines: string[] | undefined;
54
+ /**
55
+ * All members in this section including references and definitions.
56
+ *
57
+ * @remarks
58
+ * Contains both member definitions and member references in their
59
+ * original order, used for generating member indices and overviews.
60
+ */
14
61
  indexMembers: (MemberRef | Member)[];
62
+ /**
63
+ * Only member definitions in this section, sorted alphabetically.
64
+ *
65
+ * @remarks
66
+ * Filtered collection containing only actual member definitions
67
+ * (not references), sorted by name for detailed documentation rendering.
68
+ */
15
69
  definitionMembers: Member[];
70
+ /**
71
+ * Private data available only during initialisation.
72
+ *
73
+ * @remarks
74
+ * Temporary storage for section definition data that is cleared
75
+ * after late initialisation to reduce memory usage.
76
+ *
77
+ * @internal
78
+ */
16
79
  _private: {
17
80
  _sectionDef?: SectionDefDataModel;
18
81
  };
82
+ /**
83
+ * Initialises a new Section instance from section definition data.
84
+ *
85
+ * @remarks
86
+ * Processes the section metadata, creates member instances, and organises
87
+ * them into appropriate collections for index and definition rendering.
88
+ * Members are sorted alphabetically for consistent documentation output.
89
+ *
90
+ * @param compound - The parent compound containing this section
91
+ * @param sectionDef - The section definition containing member data
92
+ *
93
+ * @public
94
+ */
19
95
  constructor(compound: CompoundBase, sectionDef: SectionDefDataModel);
96
+ /**
97
+ * Performs late initialisation for section descriptions.
98
+ *
99
+ * @remarks
100
+ * Processes optional section descriptions into HTML format for rendering.
101
+ * This method is called after all basic initialisation is complete to
102
+ * ensure proper workspace context for description processing.
103
+ *
104
+ * @public
105
+ */
20
106
  initializeLate(): void;
107
+ /**
108
+ * Determines if this section contains any member definitions.
109
+ *
110
+ * @remarks
111
+ * Checks whether the section has actual member definitions (not just
112
+ * references) that require detailed documentation rendering. Used to
113
+ * filter sections for output generation.
114
+ *
115
+ * @returns True if the section contains member definitions, false otherwise
116
+ *
117
+ * @public
118
+ */
21
119
  hasDefinitionMembers(): boolean;
120
+ /**
121
+ * Determines the display header name for a section based on its kind.
122
+ *
123
+ * @remarks
124
+ * Maps Doxygen section kinds to human-readable header names, handling
125
+ * both standard section types and user-defined sections with custom
126
+ * headers. Falls back to predefined section headers from the global
127
+ * mapping table.
128
+ *
129
+ * @param sectionDef - The section definition containing kind and header data
130
+ * @returns The formatted header name for display
131
+ *
132
+ * @private
133
+ */
22
134
  getHeaderNameByKind(sectionDef: SectionDefDataModel): string;
135
+ /**
136
+ * Determines the display order for this section based on its kind.
137
+ *
138
+ * @remarks
139
+ * Returns a numeric order value used for sorting sections consistently
140
+ * in documentation output. User-defined sections are placed at the end
141
+ * with order 1000, while predefined sections use values from the global
142
+ * mapping table.
143
+ *
144
+ * @returns Numeric order value for section sorting
145
+ *
146
+ * @public
147
+ */
23
148
  getSectionOrderByKind(): number;
149
+ /**
150
+ * Renders the section index to HTML table lines.
151
+ *
152
+ * @remarks
153
+ * Generates an HTML table containing all members in this section with
154
+ * their signatures and brief descriptions. Both member definitions and
155
+ * references are included in the index for comprehensive overview.
156
+ *
157
+ * @returns Array of HTML lines representing the section index
158
+ *
159
+ * @public
160
+ */
24
161
  renderIndexToLines(): string[];
162
+ /**
163
+ * Renders the complete section documentation to HTML lines.
164
+ *
165
+ * @remarks
166
+ * Generates detailed section documentation including header, optional
167
+ * description, and full member definitions. Only sections with member
168
+ * definitions are rendered, ensuring meaningful content output.
169
+ *
170
+ * @returns Array of HTML lines representing the complete section
171
+ *
172
+ * @public
173
+ */
25
174
  renderToLines(): string[];
26
175
  }
176
+ /**
177
+ * Base class for member instances providing common functionality.
178
+ *
179
+ * @remarks
180
+ * Provides shared properties and methods for both member definitions and
181
+ * member references, establishing a common interface for member handling
182
+ * throughout the documentation generation process.
183
+ *
184
+ * @internal
185
+ */
27
186
  declare class MemberBase {
187
+ /**
188
+ * The parent section containing this member.
189
+ *
190
+ * @remarks
191
+ * References the section that owns this member for context and
192
+ * access to compound and workspace information.
193
+ */
28
194
  section: Section;
195
+ /**
196
+ * The member name identifier.
197
+ *
198
+ * @remarks
199
+ * Base name of the member used for identification and documentation
200
+ * generation across different member types.
201
+ */
29
202
  name: string;
203
+ /**
204
+ * Initialises a new MemberBase instance.
205
+ *
206
+ * @remarks
207
+ * Establishes the basic member properties required for all member types,
208
+ * providing foundation for both definitions and references.
209
+ *
210
+ * @param section - The parent section containing this member
211
+ * @param name - The member name identifier
212
+ *
213
+ * @protected
214
+ */
30
215
  constructor(section: Section, name: string);
216
+ /**
217
+ * Performs late initialisation for members.
218
+ *
219
+ * @remarks
220
+ * Base implementation is intentionally empty, allowing subclasses to
221
+ * override with specific initialisation logic as needed.
222
+ *
223
+ * @public
224
+ */
31
225
  initializeLate(): void;
32
226
  }
227
+ /**
228
+ * Represents a complete member definition with full documentation.
229
+ *
230
+ * @remarks
231
+ * Contains comprehensive member information including documentation,
232
+ * signatures, location data, and rendering capabilities. Handles
233
+ * various member types such as functions, variables, enums, and
234
+ * typedefs with their specific documentation requirements.
235
+ *
236
+ * @public
237
+ */
33
238
  export declare class Member extends MemberBase {
239
+ /**
240
+ * Unique identifier for this member.
241
+ *
242
+ * @remarks
243
+ * Doxygen-generated unique ID used for cross-references, permalinks,
244
+ * and member lookup operations throughout the documentation.
245
+ */
34
246
  id: string;
247
+ /**
248
+ * The member kind from Doxygen classification.
249
+ *
250
+ * @remarks
251
+ * Specifies the type of member (e.g., 'function', 'variable', 'enum',
252
+ * 'typedef') which determines rendering and documentation behaviour.
253
+ */
35
254
  kind: string;
255
+ /**
256
+ * Brief description in HTML format.
257
+ *
258
+ * @remarks
259
+ * Optional short description of the member, processed into HTML for
260
+ * display in indices and member overviews.
261
+ */
36
262
  briefDescriptionHtmlString: string | undefined;
263
+ /**
264
+ * Detailed description lines in HTML format.
265
+ *
266
+ * @remarks
267
+ * Comprehensive member documentation including parameters, return values,
268
+ * examples, and detailed explanations processed into HTML lines.
269
+ */
37
270
  detailedDescriptionHtmlLines: string[] | undefined;
271
+ /**
272
+ * Function argument string from Doxygen.
273
+ *
274
+ * @remarks
275
+ * Contains the complete function signature arguments including types,
276
+ * names, and default values for function-type members.
277
+ */
38
278
  argsstring: string | undefined;
279
+ /**
280
+ * Fully qualified member name.
281
+ *
282
+ * @remarks
283
+ * Complete qualified name including namespace and class scope,
284
+ * used for accurate member identification and documentation.
285
+ */
39
286
  qualifiedName: string | undefined;
287
+ /**
288
+ * Member definition string from Doxygen.
289
+ *
290
+ * @remarks
291
+ * Complete member definition including type, qualifiers, and signature,
292
+ * used for generating accurate member documentation and prototypes.
293
+ */
40
294
  definition: string | undefined;
295
+ /**
296
+ * Member type information in HTML format.
297
+ *
298
+ * @remarks
299
+ * Type specification for the member including template parameters and
300
+ * qualifiers, processed into HTML for documentation display.
301
+ */
41
302
  type: string | undefined;
303
+ /**
304
+ * Member initialiser lines in HTML format.
305
+ *
306
+ * @remarks
307
+ * Variable or constant initialisation values, processed into HTML lines
308
+ * for display in member documentation and indices.
309
+ */
42
310
  initializerHtmlLines: string[] | undefined;
311
+ /**
312
+ * Location information in Markdown format.
313
+ *
314
+ * @remarks
315
+ * File and line number information for the member definition,
316
+ * formatted as Markdown for documentation display.
317
+ */
43
318
  locationMarkdownLines: string[] | undefined;
319
+ /**
320
+ * Template parameters string.
321
+ *
322
+ * @remarks
323
+ * Template parameter specification for template members, formatted
324
+ * for display in member documentation headers.
325
+ */
44
326
  templateParameters: string | undefined;
327
+ /**
328
+ * Enumeration values in HTML format.
329
+ *
330
+ * @remarks
331
+ * For enum members, contains the formatted enumeration values table
332
+ * with descriptions, processed into HTML lines.
333
+ */
45
334
  enumHtmlLines: string[] | undefined;
335
+ /**
336
+ * Function parameters in HTML format.
337
+ *
338
+ * @remarks
339
+ * For function members, contains the processed parameter list with
340
+ * types and names formatted as HTML string.
341
+ */
46
342
  parametersHtmlString: string | undefined;
343
+ /**
344
+ * Program listing for inline code display.
345
+ *
346
+ * @remarks
347
+ * When enabled, contains the source code excerpt for the member
348
+ * definition for inline documentation display.
349
+ */
47
350
  programListing: ProgramListingDataModel | undefined;
351
+ /**
352
+ * Cross-references to members that reference this member.
353
+ *
354
+ * @remarks
355
+ * Markdown-formatted list of members and locations that reference
356
+ * this member, providing reverse lookup capabilities.
357
+ */
48
358
  referencedByMarkdownString: string | undefined;
359
+ /**
360
+ * Cross-references to members referenced by this member.
361
+ *
362
+ * @remarks
363
+ * Markdown-formatted list of members and locations referenced by
364
+ * this member, providing forward lookup capabilities.
365
+ */
49
366
  referencesMarkdownString: string | undefined;
367
+ /**
368
+ * Enumeration values for enum members.
369
+ *
370
+ * @remarks
371
+ * For enumeration members, contains the collection of enum values
372
+ * with their documentation and initialiser values.
373
+ */
50
374
  enumValues: EnumValue[] | undefined;
375
+ /**
376
+ * Collection of member attribute labels.
377
+ *
378
+ * @remarks
379
+ * Contains labels such as 'static', 'inline', 'virtual', 'const' that
380
+ * are displayed as badges in the member documentation.
381
+ */
51
382
  labels: string[];
383
+ /**
384
+ * Indicates if the member uses trailing return type syntax.
385
+ *
386
+ * @remarks
387
+ * For C++ functions with trailing return types (auto func() -> Type),
388
+ * affects how the member signature is formatted in documentation.
389
+ */
52
390
  isTrailingType: boolean;
391
+ /**
392
+ * Indicates if the member is declared as constexpr.
393
+ *
394
+ * @remarks
395
+ * True for constexpr members, affects display formatting and
396
+ * documentation generation for compile-time constants.
397
+ */
53
398
  isConstexpr: boolean;
399
+ /**
400
+ * Indicates if the member is a strong enum.
401
+ *
402
+ * @remarks
403
+ * True for enum class declarations, affects how enumeration
404
+ * documentation is formatted and displayed.
405
+ */
54
406
  isStrong: boolean;
407
+ /**
408
+ * Indicates if the member is declared as const.
409
+ *
410
+ * @remarks
411
+ * True for const members, affects member signature display
412
+ * and documentation formatting.
413
+ */
55
414
  isConst: boolean;
415
+ /**
416
+ * Indicates if the member is declared as static.
417
+ *
418
+ * @remarks
419
+ * True for static members, affects member organisation,
420
+ * display formatting, and section classification.
421
+ */
56
422
  isStatic: boolean;
423
+ /**
424
+ * Private data available only during initialisation.
425
+ *
426
+ * @remarks
427
+ * Temporary storage for member definition data that is cleared
428
+ * after late initialisation to reduce memory usage.
429
+ *
430
+ * @internal
431
+ */
57
432
  _private: {
58
433
  _memberDef?: MemberDefDataModel;
59
434
  };
435
+ /**
436
+ * Initialises a new Member instance from member definition data.
437
+ *
438
+ * @remarks
439
+ * Creates a member instance with basic identification information.
440
+ * Full initialisation occurs later during the initializeLate phase
441
+ * when workspace context is available for processing descriptions
442
+ * and cross-references.
443
+ *
444
+ * @param section - The parent section containing this member
445
+ * @param memberDef - The member definition containing member metadata
446
+ *
447
+ * @public
448
+ */
60
449
  constructor(section: Section, memberDef: MemberDefDataModel);
450
+ /**
451
+ * Performs comprehensive late initialisation for member documentation.
452
+ *
453
+ * @remarks
454
+ * Processes member descriptions, signatures, location data, cross-references,
455
+ * and rendering properties. This method transforms raw Doxygen data into
456
+ * formatted HTML content ready for documentation generation. It handles
457
+ * template parameters, enumeration values, and various member attributes.
458
+ *
459
+ * @public
460
+ */
61
461
  initializeLate(): void;
462
+ /**
463
+ * Filters program listing content for a specific member location.
464
+ *
465
+ * @remarks
466
+ * Extracts relevant source code lines from file program listings based on
467
+ * member location data. Creates a filtered program listing containing only
468
+ * the code relevant to this specific member for inline documentation display.
469
+ *
470
+ * @param location - The location data containing file and line information
471
+ * @returns Filtered program listing or undefined if unavailable
472
+ *
473
+ * @private
474
+ */
62
475
  filterProgramListingForLocation(location: LocationDataModel | undefined): MemberProgramListingDataModel | undefined;
476
+ /**
477
+ * Renders the member index entry to HTML table lines.
478
+ *
479
+ * @remarks
480
+ * Generates a formatted HTML table row for member index display, including
481
+ * member signature, type information, template parameters, and brief
482
+ * description. The format varies based on member kind (function, variable,
483
+ * enum, typedef, etc.) to provide appropriate representation.
484
+ *
485
+ * @returns Array of HTML lines representing the member index entry
486
+ *
487
+ * @public
488
+ */
63
489
  renderIndexToLines(): string[];
490
+ /**
491
+ * Renders the complete member documentation to HTML lines.
492
+ *
493
+ * @remarks
494
+ * Generates comprehensive member documentation including header, signature,
495
+ * template parameters, descriptions, initialisers, and cross-references.
496
+ * The output format varies based on member type to provide appropriate
497
+ * documentation structure for functions, variables, enums, and other members.
498
+ *
499
+ * @returns Array of HTML lines representing the complete member documentation
500
+ *
501
+ * @public
502
+ */
64
503
  renderToLines(): string[];
504
+ /**
505
+ * Renders a member definition with prototype and documentation.
506
+ *
507
+ * @remarks
508
+ * Generates the HTML structure for displaying member definitions including
509
+ * template parameters, prototype signature, attribute labels, and detailed
510
+ * documentation content. Uses Doxygen-compatible CSS classes for styling.
511
+ *
512
+ * @param options - Rendering options including template, prototype, labels,
513
+ * and content
514
+ * @returns Array of HTML lines representing the member definition
515
+ *
516
+ * @private
517
+ */
65
518
  private renderMemberDefinitionToLines;
519
+ /**
520
+ * Renders enumeration values to HTML table lines.
521
+ *
522
+ * @remarks
523
+ * Generates a formatted HTML table displaying all enumeration values with
524
+ * their names, descriptions, and initialiser values. Each enum value
525
+ * includes an anchor for direct linking and proper formatting for
526
+ * documentation display.
527
+ *
528
+ * @returns Array of HTML lines representing the enumeration values table
529
+ *
530
+ * @private
531
+ */
66
532
  renderEnumToLines(): string[];
67
533
  }
534
+ /**
535
+ * Represents a reference to a member defined elsewhere.
536
+ *
537
+ * @remarks
538
+ * Member references point to actual member definitions in other compounds,
539
+ * allowing for cross-referencing and inclusion in multiple contexts without
540
+ * duplicating the complete member definition data.
541
+ *
542
+ * @public
543
+ */
68
544
  export declare class MemberRef extends MemberBase {
545
+ /**
546
+ * Reference ID pointing to the actual member definition.
547
+ *
548
+ * @remarks
549
+ * Unique identifier used to locate the referenced member definition
550
+ * in the global members collection for rendering and cross-referencing.
551
+ */
69
552
  refid: string;
553
+ /**
554
+ * Initialises a new MemberRef instance from member reference data.
555
+ *
556
+ * @remarks
557
+ * Creates a lightweight reference to a member defined elsewhere, storing
558
+ * only the essential information needed for lookups and cross-references.
559
+ *
560
+ * @param section - The parent section containing this member reference
561
+ * @param memberRef - The member reference data containing reference ID
562
+ *
563
+ * @public
564
+ */
70
565
  constructor(section: Section, memberRef: MemberDataModel);
71
566
  }
567
+ /**
568
+ * Represents an individual enumeration value with documentation.
569
+ *
570
+ * @remarks
571
+ * Contains the name, description, and initialiser value for enumeration
572
+ * entries, providing complete documentation support for enum constants
573
+ * including cross-referencing and detailed descriptions.
574
+ *
575
+ * @public
576
+ */
72
577
  export declare class EnumValue {
578
+ /**
579
+ * The enumeration value name.
580
+ *
581
+ * @remarks
582
+ * Identifier name of the enumeration constant as declared in the source code.
583
+ */
73
584
  name: string;
585
+ /**
586
+ * Unique identifier for this enumeration value.
587
+ *
588
+ * @remarks
589
+ * Doxygen-generated unique ID used for cross-references and anchor
590
+ * generation in the documentation.
591
+ */
74
592
  id: string;
593
+ /**
594
+ * Brief description in HTML format.
595
+ *
596
+ * @remarks
597
+ * Optional description of the enumeration value, processed into HTML
598
+ * for display in enumeration tables and documentation.
599
+ */
75
600
  briefDescriptionHtmlString: string | undefined;
601
+ /**
602
+ * Initialiser value in HTML format.
603
+ *
604
+ * @remarks
605
+ * The assigned value for the enumeration constant, if explicitly specified,
606
+ * formatted as HTML for documentation display.
607
+ */
76
608
  initializerHtmlString: string | undefined;
609
+ /**
610
+ * Reference to the parent enumeration member.
611
+ *
612
+ * @remarks
613
+ * Back-reference to the Member instance that contains this enumeration
614
+ * value, providing access to parent context and workspace information.
615
+ */
77
616
  member: Member;
617
+ /**
618
+ * Initialises a new EnumValue instance from enumeration value data.
619
+ *
620
+ * @remarks
621
+ * Processes the enumeration value metadata including name, description,
622
+ * and initialiser value, converting them into appropriate HTML format
623
+ * for documentation rendering.
624
+ *
625
+ * @param member - The parent enumeration member
626
+ * @param enumValue - The enumeration value data from Doxygen
627
+ *
628
+ * @public
629
+ */
78
630
  constructor(member: Member, enumValue: EnumValueDataModel);
79
631
  }
80
632
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"members-vm.d.ts","sourceRoot":"","sources":["../../../src/docusaurus/view-model/members-vm.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"members-vm.d.ts","sourceRoot":"","sources":["../../../src/docusaurus/view-model/members-vm.ts"],"names":[],"mappings":"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"}