@xpack/doxygen2docusaurus 1.0.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (267) hide show
  1. package/README.md +3 -4
  2. package/dist/cli/main.d.ts +6 -0
  3. package/dist/cli/main.d.ts.map +1 -1
  4. package/dist/cli/main.js +29 -2
  5. package/dist/cli/main.js.map +1 -1
  6. package/dist/docusaurus/cli-options.d.ts +268 -39
  7. package/dist/docusaurus/cli-options.d.ts.map +1 -1
  8. package/dist/docusaurus/cli-options.js +267 -53
  9. package/dist/docusaurus/cli-options.js.map +1 -1
  10. package/dist/docusaurus/generator.d.ts +179 -4
  11. package/dist/docusaurus/generator.d.ts.map +1 -1
  12. package/dist/docusaurus/generator.js +215 -45
  13. package/dist/docusaurus/generator.js.map +1 -1
  14. package/dist/docusaurus/renderers/descriptiontype.d.ts +417 -0
  15. package/dist/docusaurus/renderers/descriptiontype.d.ts.map +1 -1
  16. package/dist/docusaurus/renderers/descriptiontype.js +417 -0
  17. package/dist/docusaurus/renderers/descriptiontype.js.map +1 -1
  18. package/dist/docusaurus/renderers/docinternalstype.d.ts +132 -0
  19. package/dist/docusaurus/renderers/docinternalstype.d.ts.map +1 -1
  20. package/dist/docusaurus/renderers/docinternalstype.js +132 -0
  21. package/dist/docusaurus/renderers/docinternalstype.js.map +1 -1
  22. package/dist/docusaurus/renderers/doclisttype.d.ts +22 -0
  23. package/dist/docusaurus/renderers/doclisttype.d.ts.map +1 -1
  24. package/dist/docusaurus/renderers/doclisttype.js +22 -2
  25. package/dist/docusaurus/renderers/doclisttype.js.map +1 -1
  26. package/dist/docusaurus/renderers/doctabletype.d.ts +88 -0
  27. package/dist/docusaurus/renderers/doctabletype.d.ts.map +1 -1
  28. package/dist/docusaurus/renderers/doctabletype.js +88 -0
  29. package/dist/docusaurus/renderers/doctabletype.js.map +1 -1
  30. package/dist/docusaurus/renderers/doctitletype.d.ts +22 -0
  31. package/dist/docusaurus/renderers/doctitletype.d.ts.map +1 -1
  32. package/dist/docusaurus/renderers/doctitletype.js +22 -0
  33. package/dist/docusaurus/renderers/doctitletype.js.map +1 -1
  34. package/dist/docusaurus/renderers/docvariablelisttype.d.ts +44 -0
  35. package/dist/docusaurus/renderers/docvariablelisttype.d.ts.map +1 -1
  36. package/dist/docusaurus/renderers/docvariablelisttype.js +44 -0
  37. package/dist/docusaurus/renderers/docvariablelisttype.js.map +1 -1
  38. package/dist/docusaurus/renderers/docxrefsecttype.d.ts +22 -0
  39. package/dist/docusaurus/renderers/docxrefsecttype.d.ts.map +1 -1
  40. package/dist/docusaurus/renderers/docxrefsecttype.js +22 -0
  41. package/dist/docusaurus/renderers/docxrefsecttype.js.map +1 -1
  42. package/dist/docusaurus/renderers/element-renderer-base.d.ts +74 -0
  43. package/dist/docusaurus/renderers/element-renderer-base.d.ts.map +1 -1
  44. package/dist/docusaurus/renderers/element-renderer-base.js +52 -0
  45. package/dist/docusaurus/renderers/element-renderer-base.js.map +1 -1
  46. package/dist/docusaurus/renderers/inctype.d.ts +23 -0
  47. package/dist/docusaurus/renderers/inctype.d.ts.map +1 -1
  48. package/dist/docusaurus/renderers/inctype.js +23 -0
  49. package/dist/docusaurus/renderers/inctype.js.map +1 -1
  50. package/dist/docusaurus/renderers/linkedtexttype.d.ts +22 -0
  51. package/dist/docusaurus/renderers/linkedtexttype.d.ts.map +1 -1
  52. package/dist/docusaurus/renderers/linkedtexttype.js +22 -0
  53. package/dist/docusaurus/renderers/linkedtexttype.js.map +1 -1
  54. package/dist/docusaurus/renderers/listingtype.d.ts +52 -0
  55. package/dist/docusaurus/renderers/listingtype.d.ts.map +1 -1
  56. package/dist/docusaurus/renderers/listingtype.js +66 -2
  57. package/dist/docusaurus/renderers/listingtype.js.map +1 -1
  58. package/dist/docusaurus/renderers/paramtype.d.ts +22 -0
  59. package/dist/docusaurus/renderers/paramtype.d.ts.map +1 -1
  60. package/dist/docusaurus/renderers/paramtype.js +22 -0
  61. package/dist/docusaurus/renderers/paramtype.js.map +1 -1
  62. package/dist/docusaurus/renderers/referencetype.d.ts +23 -0
  63. package/dist/docusaurus/renderers/referencetype.d.ts.map +1 -1
  64. package/dist/docusaurus/renderers/referencetype.js +23 -2
  65. package/dist/docusaurus/renderers/referencetype.js.map +1 -1
  66. package/dist/docusaurus/renderers/reftexttype.d.ts +22 -0
  67. package/dist/docusaurus/renderers/reftexttype.d.ts.map +1 -1
  68. package/dist/docusaurus/renderers/reftexttype.js +22 -0
  69. package/dist/docusaurus/renderers/reftexttype.js.map +1 -1
  70. package/dist/docusaurus/renderers/reftype.d.ts +22 -0
  71. package/dist/docusaurus/renderers/reftype.d.ts.map +1 -1
  72. package/dist/docusaurus/renderers/reftype.js +22 -0
  73. package/dist/docusaurus/renderers/reftype.js.map +1 -1
  74. package/dist/docusaurus/renderers/renderers.d.ts +151 -0
  75. package/dist/docusaurus/renderers/renderers.d.ts.map +1 -1
  76. package/dist/docusaurus/renderers/renderers.js +151 -0
  77. package/dist/docusaurus/renderers/renderers.js.map +1 -1
  78. package/dist/docusaurus/renderers/substringtype.d.ts +22 -0
  79. package/dist/docusaurus/renderers/substringtype.d.ts.map +1 -1
  80. package/dist/docusaurus/renderers/substringtype.js +22 -0
  81. package/dist/docusaurus/renderers/substringtype.js.map +1 -1
  82. package/dist/docusaurus/renderers/tableofcontentstype.d.ts +22 -0
  83. package/dist/docusaurus/renderers/tableofcontentstype.d.ts.map +1 -1
  84. package/dist/docusaurus/renderers/tableofcontentstype.js +22 -0
  85. package/dist/docusaurus/renderers/tableofcontentstype.js.map +1 -1
  86. package/dist/docusaurus/types.d.ts +114 -8
  87. package/dist/docusaurus/types.d.ts.map +1 -1
  88. package/dist/docusaurus/types.js.map +1 -1
  89. package/dist/docusaurus/utils.d.ts +214 -0
  90. package/dist/docusaurus/utils.d.ts.map +1 -1
  91. package/dist/docusaurus/utils.js +214 -0
  92. package/dist/docusaurus/utils.js.map +1 -1
  93. package/dist/docusaurus/view-model/classes-vm.d.ts +139 -2
  94. package/dist/docusaurus/view-model/classes-vm.d.ts.map +1 -1
  95. package/dist/docusaurus/view-model/classes-vm.js +147 -6
  96. package/dist/docusaurus/view-model/classes-vm.js.map +1 -1
  97. package/dist/docusaurus/view-model/collection-base.d.ts +122 -2
  98. package/dist/docusaurus/view-model/collection-base.d.ts.map +1 -1
  99. package/dist/docusaurus/view-model/collection-base.js +78 -0
  100. package/dist/docusaurus/view-model/collection-base.js.map +1 -1
  101. package/dist/docusaurus/view-model/compound-base-vm.d.ts +134 -19
  102. package/dist/docusaurus/view-model/compound-base-vm.d.ts.map +1 -1
  103. package/dist/docusaurus/view-model/compound-base-vm.js +122 -26
  104. package/dist/docusaurus/view-model/compound-base-vm.js.map +1 -1
  105. package/dist/docusaurus/view-model/description-anchors.d.ts +58 -0
  106. package/dist/docusaurus/view-model/description-anchors.d.ts.map +1 -1
  107. package/dist/docusaurus/view-model/description-anchors.js +58 -0
  108. package/dist/docusaurus/view-model/description-anchors.js.map +1 -1
  109. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts +249 -2
  110. package/dist/docusaurus/view-model/files-and-folders-vm.d.ts.map +1 -1
  111. package/dist/docusaurus/view-model/files-and-folders-vm.js +250 -4
  112. package/dist/docusaurus/view-model/files-and-folders-vm.js.map +1 -1
  113. package/dist/docusaurus/view-model/groups-vm.d.ts +150 -2
  114. package/dist/docusaurus/view-model/groups-vm.d.ts.map +1 -1
  115. package/dist/docusaurus/view-model/groups-vm.js +153 -5
  116. package/dist/docusaurus/view-model/groups-vm.js.map +1 -1
  117. package/dist/docusaurus/view-model/members-vm.d.ts +552 -0
  118. package/dist/docusaurus/view-model/members-vm.d.ts.map +1 -1
  119. package/dist/docusaurus/view-model/members-vm.js +552 -4
  120. package/dist/docusaurus/view-model/members-vm.js.map +1 -1
  121. package/dist/docusaurus/view-model/namespaces-vm.d.ts +201 -2
  122. package/dist/docusaurus/view-model/namespaces-vm.d.ts.map +1 -1
  123. package/dist/docusaurus/view-model/namespaces-vm.js +202 -4
  124. package/dist/docusaurus/view-model/namespaces-vm.js.map +1 -1
  125. package/dist/docusaurus/view-model/options.d.ts +43 -0
  126. package/dist/docusaurus/view-model/options.d.ts.map +1 -1
  127. package/dist/docusaurus/view-model/options.js +43 -0
  128. package/dist/docusaurus/view-model/options.js.map +1 -1
  129. package/dist/docusaurus/view-model/pages-vm.d.ts +117 -2
  130. package/dist/docusaurus/view-model/pages-vm.d.ts.map +1 -1
  131. package/dist/docusaurus/view-model/pages-vm.js +119 -4
  132. package/dist/docusaurus/view-model/pages-vm.js.map +1 -1
  133. package/dist/docusaurus/view-model/tree-entries-vm.d.ts +135 -15
  134. package/dist/docusaurus/view-model/tree-entries-vm.d.ts.map +1 -1
  135. package/dist/docusaurus/view-model/tree-entries-vm.js +136 -16
  136. package/dist/docusaurus/view-model/tree-entries-vm.js.map +1 -1
  137. package/dist/docusaurus/view-model/view-model.d.ts +119 -0
  138. package/dist/docusaurus/view-model/view-model.d.ts.map +1 -1
  139. package/dist/docusaurus/view-model/view-model.js +119 -0
  140. package/dist/docusaurus/view-model/view-model.js.map +1 -1
  141. package/dist/docusaurus/workspace.d.ts +106 -0
  142. package/dist/docusaurus/workspace.d.ts.map +1 -1
  143. package/dist/docusaurus/workspace.js +107 -1
  144. package/dist/docusaurus/workspace.js.map +1 -1
  145. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts +485 -0
  146. package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts.map +1 -1
  147. package/dist/doxygen/data-model/compounds/compounddef-dm.js +485 -0
  148. package/dist/doxygen/data-model/compounds/compounddef-dm.js.map +1 -1
  149. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts +120 -0
  150. package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts.map +1 -1
  151. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js +98 -0
  152. package/dist/doxygen/data-model/compounds/compoundreftype-dm.js.map +1 -1
  153. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts +2705 -0
  154. package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts.map +1 -1
  155. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js +2677 -47
  156. package/dist/doxygen/data-model/compounds/descriptiontype-dm.js.map +1 -1
  157. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts +165 -0
  158. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts.map +1 -1
  159. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js +165 -0
  160. package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js.map +1 -1
  161. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts +70 -0
  162. package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts.map +1 -1
  163. package/dist/doxygen/data-model/compounds/doxygentype-dm.js +70 -0
  164. package/dist/doxygen/data-model/compounds/doxygentype-dm.js.map +1 -1
  165. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts +78 -0
  166. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts.map +1 -1
  167. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js +78 -0
  168. package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js.map +1 -1
  169. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts +107 -0
  170. package/dist/doxygen/data-model/compounds/inctype-dm.d.ts.map +1 -1
  171. package/dist/doxygen/data-model/compounds/inctype-dm.js +107 -0
  172. package/dist/doxygen/data-model/compounds/inctype-dm.js.map +1 -1
  173. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts +123 -0
  174. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts.map +1 -1
  175. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js +123 -0
  176. package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js.map +1 -1
  177. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts +70 -0
  178. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts.map +1 -1
  179. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js +70 -1
  180. package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js.map +1 -1
  181. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts +156 -0
  182. package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts.map +1 -1
  183. package/dist/doxygen/data-model/compounds/locationtype-dm.js +156 -5
  184. package/dist/doxygen/data-model/compounds/locationtype-dm.js.map +1 -1
  185. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts +433 -0
  186. package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts.map +1 -1
  187. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js +417 -6
  188. package/dist/doxygen/data-model/compounds/memberdeftype-dm.js.map +1 -1
  189. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts +135 -0
  190. package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts.map +1 -1
  191. package/dist/doxygen/data-model/compounds/memberreftype-dm.js +136 -4
  192. package/dist/doxygen/data-model/compounds/memberreftype-dm.js.map +1 -1
  193. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts +95 -0
  194. package/dist/doxygen/data-model/compounds/membertype-dm.d.ts.map +1 -1
  195. package/dist/doxygen/data-model/compounds/membertype-dm.js +76 -4
  196. package/dist/doxygen/data-model/compounds/membertype-dm.js.map +1 -1
  197. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts +158 -0
  198. package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts.map +1 -1
  199. package/dist/doxygen/data-model/compounds/paramtype-dm.js +158 -1
  200. package/dist/doxygen/data-model/compounds/paramtype-dm.js.map +1 -1
  201. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts +130 -0
  202. package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts.map +1 -1
  203. package/dist/doxygen/data-model/compounds/referencetype-dm.js +130 -2
  204. package/dist/doxygen/data-model/compounds/referencetype-dm.js.map +1 -1
  205. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts +120 -0
  206. package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts.map +1 -1
  207. package/dist/doxygen/data-model/compounds/reftexttype-dm.js +106 -3
  208. package/dist/doxygen/data-model/compounds/reftexttype-dm.js.map +1 -1
  209. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts +247 -0
  210. package/dist/doxygen/data-model/compounds/reftype-dm.d.ts.map +1 -1
  211. package/dist/doxygen/data-model/compounds/reftype-dm.js +247 -3
  212. package/dist/doxygen/data-model/compounds/reftype-dm.js.map +1 -1
  213. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts +99 -0
  214. package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts.map +1 -1
  215. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js +99 -2
  216. package/dist/doxygen/data-model/compounds/reimplementtype-dm.js.map +1 -1
  217. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts +159 -0
  218. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts.map +1 -1
  219. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js +159 -3
  220. package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js.map +1 -1
  221. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts +255 -0
  222. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts.map +1 -1
  223. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js +255 -6
  224. package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js.map +1 -1
  225. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts +60 -0
  226. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts.map +1 -1
  227. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js +60 -1
  228. package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js.map +1 -1
  229. package/dist/doxygen/data-model/data-model.d.ts +86 -2
  230. package/dist/doxygen/data-model/data-model.d.ts.map +1 -1
  231. package/dist/doxygen/data-model/data-model.js +86 -4
  232. package/dist/doxygen/data-model/data-model.js.map +1 -1
  233. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts +109 -0
  234. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts.map +1 -1
  235. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js +84 -2
  236. package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js.map +1 -1
  237. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts +81 -0
  238. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts.map +1 -1
  239. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js +81 -3
  240. package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js.map +1 -1
  241. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts +24 -7
  242. package/dist/doxygen/data-model/doxygen-xml-parser.d.ts.map +1 -1
  243. package/dist/doxygen/data-model/doxygen-xml-parser.js +24 -22
  244. package/dist/doxygen/data-model/doxygen-xml-parser.js.map +1 -1
  245. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts +92 -0
  246. package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts.map +1 -1
  247. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js +79 -2
  248. package/dist/doxygen/data-model/index/indexcompoundtype-dm.js.map +1 -1
  249. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts +76 -0
  250. package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts.map +1 -1
  251. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js +76 -3
  252. package/dist/doxygen/data-model/index/indexdoxygentype-dm.js.map +1 -1
  253. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts +79 -0
  254. package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts.map +1 -1
  255. package/dist/doxygen/data-model/index/indexmembertype-dm.js +66 -2
  256. package/dist/doxygen/data-model/index/indexmembertype-dm.js.map +1 -1
  257. package/dist/doxygen/data-model/types.d.ts +96 -1
  258. package/dist/doxygen/data-model/types.d.ts.map +1 -1
  259. package/dist/doxygen/data-model/types.js +37 -0
  260. package/dist/doxygen/data-model/types.js.map +1 -1
  261. package/dist/doxygen2docusaurus.d.ts +4774 -0
  262. package/dist/tsdoc-metadata.json +11 -0
  263. package/package.json +11 -7
  264. /package/{template → templates}/css/custom.css +0 -0
  265. /package/{template → templates}/img/README.md +0 -0
  266. /package/{template → templates}/img/document-svgrepo-com.svg +0 -0
  267. /package/{template → templates}/img/folder-svgrepo-com.svg +0 -0
@@ -1,24 +1,180 @@
1
1
  import { DoxygenXmlParser } from '../doxygen-xml-parser.js';
2
2
  import { AbstractDataModelBase } from '../types.js';
3
3
  /**
4
+ * Abstract base class for location information data models.
5
+ *
6
+ * @remarks
7
+ * Represents comprehensive source code location information as parsed from
8
+ * Doxygen XML elements, including file paths, line numbers, and column
9
+ * positions for both declarations and implementations. This class provides
10
+ * the foundation for tracking source location references within the
11
+ * documentation system, enabling precise navigation between documentation
12
+ * and source code.
13
+ *
14
+ * The implementation handles the XML Schema definition for locationType
15
+ * elements, which contain detailed positioning information for code elements
16
+ * including separate tracking of declaration and implementation locations
17
+ * when they differ (such as header/source file pairs).
18
+ *
4
19
  * @public
5
20
  */
6
21
  export declare abstract class AbstractLocationType extends AbstractDataModelBase {
22
+ /**
23
+ * The source file path containing the primary declaration or definition.
24
+ *
25
+ * @remarks
26
+ * File path as recorded by Doxygen, typically relative to the source tree
27
+ * root or absolute depending on configuration settings. This represents
28
+ * the primary file location where the documented element is defined.
29
+ *
30
+ * @public
31
+ */
7
32
  file: string;
33
+ /**
34
+ * The line number in the primary source file.
35
+ *
36
+ * @remarks
37
+ * Line number where the declaration or definition appears within the
38
+ * primary source file. Note that whilst the XSD specification indicates
39
+ * this as mandatory, in practice it may be undefined for certain elements
40
+ * where precise line information is not available or applicable.
41
+ *
42
+ * @public
43
+ */
8
44
  line?: number | undefined;
45
+ /**
46
+ * The column number in the primary source file.
47
+ *
48
+ * @remarks
49
+ * Column position where the declaration or definition begins, providing
50
+ * precise horizontal location information when available. This enables
51
+ * accurate source code navigation and positioning within development
52
+ * environments.
53
+ *
54
+ * @public
55
+ */
9
56
  column?: number | undefined;
57
+ /**
58
+ * The file path containing the declaration when separate from implementation.
59
+ *
60
+ * @remarks
61
+ * File path for the declaration when it differs from the implementation
62
+ * file, typically occurring in header/source file pairs where declarations
63
+ * are placed in header files whilst implementations reside in source files.
64
+ * This separation is common in C/C++ development patterns.
65
+ *
66
+ * @public
67
+ */
10
68
  declfile?: string | undefined;
69
+ /**
70
+ * The line number of the declaration within the declaration file.
71
+ *
72
+ * @remarks
73
+ * Line number where the declaration appears, separate from the
74
+ * implementation location when they differ. This provides precise
75
+ * positioning within the declaration file for accurate source navigation.
76
+ *
77
+ * @public
78
+ */
11
79
  declline?: number | undefined;
80
+ /**
81
+ * The column number of the declaration within the declaration file.
82
+ *
83
+ * @remarks
84
+ * Column position where the declaration begins, providing precise
85
+ * horizontal location information for the declaration. This enables
86
+ * accurate positioning within development environments when navigating
87
+ * to declaration locations.
88
+ *
89
+ * @public
90
+ */
12
91
  declcolumn?: number | undefined;
92
+ /**
93
+ * The file path containing the implementation body.
94
+ *
95
+ * @remarks
96
+ * File path where the function or method body is implemented, separate
97
+ * from the declaration when they differ. This is particularly relevant
98
+ * for languages that support separate declaration and implementation
99
+ * files, enabling precise navigation to implementation code.
100
+ *
101
+ * @public
102
+ */
13
103
  bodyfile?: string | undefined;
104
+ /**
105
+ * The starting line number of the implementation body.
106
+ *
107
+ * @remarks
108
+ * Line number where the implementation body begins, providing the starting
109
+ * boundary for locating function or method implementations. This is useful
110
+ * for identifying the complete scope of implementation code.
111
+ *
112
+ * @public
113
+ */
14
114
  bodystart?: number | undefined;
115
+ /**
116
+ * The ending line number of the implementation body.
117
+ *
118
+ * @remarks
119
+ * Line number where the implementation body ends, providing the complete
120
+ * range of the implementation. Together with bodystart, this defines the
121
+ * full extent of the implementation code within the source file.
122
+ *
123
+ * @public
124
+ */
15
125
  bodyend?: number | undefined;
126
+ /**
127
+ * Constructs a new location data model from XML element data.
128
+ *
129
+ * @param xml - The XML parser instance for processing element data
130
+ * @param element - The XML element containing location information
131
+ * @param elementName - The name of the XML element being processed
132
+ *
133
+ * @remarks
134
+ * Parses the XML element representing location information and extracts
135
+ * file paths, line numbers, and column positions for declarations and
136
+ * implementations. The constructor processes all available location
137
+ * attributes whilst handling the distinction between declaration and
138
+ * implementation locations when they differ.
139
+ *
140
+ * The implementation ensures that mandatory file information is present
141
+ * and validates the element structure according to the XML Schema
142
+ * definition for locationType elements.
143
+ *
144
+ * @public
145
+ */
16
146
  constructor(xml: DoxygenXmlParser, element: object, elementName: string);
17
147
  }
18
148
  /**
149
+ * Concrete implementation for location elements within documentation.
150
+ *
151
+ * @remarks
152
+ * Provides specific handling for location XML elements that contain
153
+ * comprehensive source code positioning information. This implementation
154
+ * extends the abstract base class functionality to process location
155
+ * elements with the specific element name 'location'.
156
+ *
157
+ * The class ensures proper instantiation of location data models whilst
158
+ * maintaining all the detailed positioning information required for
159
+ * accurate source code navigation and reference generation.
160
+ *
19
161
  * @public
20
162
  */
21
163
  export declare class LocationDataModel extends AbstractLocationType {
164
+ /**
165
+ * Constructs a new location data model instance.
166
+ *
167
+ * @param xml - The XML parser instance for processing elements
168
+ * @param element - The source XML element containing location data
169
+ *
170
+ * @remarks
171
+ * Initialises the data model with the specific element name 'location'
172
+ * and delegates processing to the abstract base class implementation.
173
+ * This ensures consistent handling of location information whilst
174
+ * maintaining proper element identification.
175
+ *
176
+ * @public
177
+ */
22
178
  constructor(xml: DoxygenXmlParser, element: object);
23
179
  }
24
180
  //# sourceMappingURL=locationtype-dm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"locationtype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/locationtype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAgBnD;;GAEG;AACH,8BAAsB,oBAAqB,SAAQ,qBAAqB;IAEtE,IAAI,SAAK;IAKT,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAGzB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;gBAEhB,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA4DxE;AAMD;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,oBAAoB;gBAC7C,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
1
+ {"version":3,"file":"locationtype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/locationtype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAgBnD;;;;;;;;;;;;;;;;;GAiBG;AACH,8BAAsB,oBAAqB,SAAQ,qBAAqB;IACtE;;;;;;;;;OASG;IACH,IAAI,SAAK;IAET;;;;;;;;;;OAUG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAEzB;;;;;;;;;;OAUG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE3B;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE7B;;;;;;;;;OASG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE7B;;;;;;;;;;OAUG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE/B;;;;;;;;;;OAUG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE7B;;;;;;;;;OASG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE9B;;;;;;;;;OASG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAE5B;;;;;;;;;;;;;;;;;;;OAmBG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA4DxE;AAMD;;;;;;;;;;;;;;GAcG;AACH,qBAAa,iBAAkB,SAAQ,oBAAoB;IACzD;;;;;;;;;;;;;OAaG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
@@ -25,23 +25,148 @@ import { AbstractDataModelBase } from '../types.js';
25
25
  // <xsd:attribute name="bodyend" type="xsd:integer" />
26
26
  // </xsd:complexType>
27
27
  /**
28
+ * Abstract base class for location information data models.
29
+ *
30
+ * @remarks
31
+ * Represents comprehensive source code location information as parsed from
32
+ * Doxygen XML elements, including file paths, line numbers, and column
33
+ * positions for both declarations and implementations. This class provides
34
+ * the foundation for tracking source location references within the
35
+ * documentation system, enabling precise navigation between documentation
36
+ * and source code.
37
+ *
38
+ * The implementation handles the XML Schema definition for locationType
39
+ * elements, which contain detailed positioning information for code elements
40
+ * including separate tracking of declaration and implementation locations
41
+ * when they differ (such as header/source file pairs).
42
+ *
28
43
  * @public
29
44
  */
30
45
  export class AbstractLocationType extends AbstractDataModelBase {
31
- // Mandatory attributes.
46
+ /**
47
+ * The source file path containing the primary declaration or definition.
48
+ *
49
+ * @remarks
50
+ * File path as recorded by Doxygen, typically relative to the source tree
51
+ * root or absolute depending on configuration settings. This represents
52
+ * the primary file location where the documented element is defined.
53
+ *
54
+ * @public
55
+ */
32
56
  file = '';
33
- // Optional elements.
34
- // WARNING: The xsd specifies that `line` is mandatory,
35
- // but in practice it is not.
57
+ /**
58
+ * The line number in the primary source file.
59
+ *
60
+ * @remarks
61
+ * Line number where the declaration or definition appears within the
62
+ * primary source file. Note that whilst the XSD specification indicates
63
+ * this as mandatory, in practice it may be undefined for certain elements
64
+ * where precise line information is not available or applicable.
65
+ *
66
+ * @public
67
+ */
36
68
  line;
37
- // Optional attributes.
69
+ /**
70
+ * The column number in the primary source file.
71
+ *
72
+ * @remarks
73
+ * Column position where the declaration or definition begins, providing
74
+ * precise horizontal location information when available. This enables
75
+ * accurate source code navigation and positioning within development
76
+ * environments.
77
+ *
78
+ * @public
79
+ */
38
80
  column;
81
+ /**
82
+ * The file path containing the declaration when separate from implementation.
83
+ *
84
+ * @remarks
85
+ * File path for the declaration when it differs from the implementation
86
+ * file, typically occurring in header/source file pairs where declarations
87
+ * are placed in header files whilst implementations reside in source files.
88
+ * This separation is common in C/C++ development patterns.
89
+ *
90
+ * @public
91
+ */
39
92
  declfile;
93
+ /**
94
+ * The line number of the declaration within the declaration file.
95
+ *
96
+ * @remarks
97
+ * Line number where the declaration appears, separate from the
98
+ * implementation location when they differ. This provides precise
99
+ * positioning within the declaration file for accurate source navigation.
100
+ *
101
+ * @public
102
+ */
40
103
  declline;
104
+ /**
105
+ * The column number of the declaration within the declaration file.
106
+ *
107
+ * @remarks
108
+ * Column position where the declaration begins, providing precise
109
+ * horizontal location information for the declaration. This enables
110
+ * accurate positioning within development environments when navigating
111
+ * to declaration locations.
112
+ *
113
+ * @public
114
+ */
41
115
  declcolumn;
116
+ /**
117
+ * The file path containing the implementation body.
118
+ *
119
+ * @remarks
120
+ * File path where the function or method body is implemented, separate
121
+ * from the declaration when they differ. This is particularly relevant
122
+ * for languages that support separate declaration and implementation
123
+ * files, enabling precise navigation to implementation code.
124
+ *
125
+ * @public
126
+ */
42
127
  bodyfile;
128
+ /**
129
+ * The starting line number of the implementation body.
130
+ *
131
+ * @remarks
132
+ * Line number where the implementation body begins, providing the starting
133
+ * boundary for locating function or method implementations. This is useful
134
+ * for identifying the complete scope of implementation code.
135
+ *
136
+ * @public
137
+ */
43
138
  bodystart;
139
+ /**
140
+ * The ending line number of the implementation body.
141
+ *
142
+ * @remarks
143
+ * Line number where the implementation body ends, providing the complete
144
+ * range of the implementation. Together with bodystart, this defines the
145
+ * full extent of the implementation code within the source file.
146
+ *
147
+ * @public
148
+ */
44
149
  bodyend;
150
+ /**
151
+ * Constructs a new location data model from XML element data.
152
+ *
153
+ * @param xml - The XML parser instance for processing element data
154
+ * @param element - The XML element containing location information
155
+ * @param elementName - The name of the XML element being processed
156
+ *
157
+ * @remarks
158
+ * Parses the XML element representing location information and extracts
159
+ * file paths, line numbers, and column positions for declarations and
160
+ * implementations. The constructor processes all available location
161
+ * attributes whilst handling the distinction between declaration and
162
+ * implementation locations when they differ.
163
+ *
164
+ * The implementation ensures that mandatory file information is present
165
+ * and validates the element structure according to the XML Schema
166
+ * definition for locationType elements.
167
+ *
168
+ * @public
169
+ */
45
170
  constructor(xml, element, elementName) {
46
171
  super(elementName);
47
172
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
@@ -97,9 +222,35 @@ export class AbstractLocationType extends AbstractDataModelBase {
97
222
  // ----------------------------------------------------------------------------
98
223
  // <xsd:element name="location" type="locationType" minOccurs="0" />
99
224
  /**
225
+ * Concrete implementation for location elements within documentation.
226
+ *
227
+ * @remarks
228
+ * Provides specific handling for location XML elements that contain
229
+ * comprehensive source code positioning information. This implementation
230
+ * extends the abstract base class functionality to process location
231
+ * elements with the specific element name 'location'.
232
+ *
233
+ * The class ensures proper instantiation of location data models whilst
234
+ * maintaining all the detailed positioning information required for
235
+ * accurate source code navigation and reference generation.
236
+ *
100
237
  * @public
101
238
  */
102
239
  export class LocationDataModel extends AbstractLocationType {
240
+ /**
241
+ * Constructs a new location data model instance.
242
+ *
243
+ * @param xml - The XML parser instance for processing elements
244
+ * @param element - The source XML element containing location data
245
+ *
246
+ * @remarks
247
+ * Initialises the data model with the specific element name 'location'
248
+ * and delegates processing to the abstract base class implementation.
249
+ * This ensures consistent handling of location information whilst
250
+ * maintaining proper element identification.
251
+ *
252
+ * @public
253
+ */
103
254
  constructor(xml, element) {
104
255
  // console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
105
256
  super(xml, element, 'location');
@@ -1 +1 @@
1
- {"version":3,"file":"locationtype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/locationtype-dm.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"locationtype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/locationtype-dm.ts"],"names":[],"mappings":"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"}