@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.
- package/README.md +3 -4
- package/dist/cli/main.d.ts +6 -0
- package/dist/cli/main.d.ts.map +1 -1
- package/dist/cli/main.js +29 -2
- package/dist/cli/main.js.map +1 -1
- package/dist/docusaurus/cli-options.d.ts +268 -39
- package/dist/docusaurus/cli-options.d.ts.map +1 -1
- package/dist/docusaurus/cli-options.js +267 -53
- package/dist/docusaurus/cli-options.js.map +1 -1
- package/dist/docusaurus/generator.d.ts +179 -4
- package/dist/docusaurus/generator.d.ts.map +1 -1
- package/dist/docusaurus/generator.js +215 -45
- package/dist/docusaurus/generator.js.map +1 -1
- package/dist/docusaurus/renderers/descriptiontype.d.ts +417 -0
- package/dist/docusaurus/renderers/descriptiontype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/descriptiontype.js +417 -0
- package/dist/docusaurus/renderers/descriptiontype.js.map +1 -1
- package/dist/docusaurus/renderers/docinternalstype.d.ts +132 -0
- package/dist/docusaurus/renderers/docinternalstype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/docinternalstype.js +132 -0
- package/dist/docusaurus/renderers/docinternalstype.js.map +1 -1
- package/dist/docusaurus/renderers/doclisttype.d.ts +22 -0
- package/dist/docusaurus/renderers/doclisttype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/doclisttype.js +22 -2
- package/dist/docusaurus/renderers/doclisttype.js.map +1 -1
- package/dist/docusaurus/renderers/doctabletype.d.ts +88 -0
- package/dist/docusaurus/renderers/doctabletype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/doctabletype.js +88 -0
- package/dist/docusaurus/renderers/doctabletype.js.map +1 -1
- package/dist/docusaurus/renderers/doctitletype.d.ts +22 -0
- package/dist/docusaurus/renderers/doctitletype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/doctitletype.js +22 -0
- package/dist/docusaurus/renderers/doctitletype.js.map +1 -1
- package/dist/docusaurus/renderers/docvariablelisttype.d.ts +44 -0
- package/dist/docusaurus/renderers/docvariablelisttype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/docvariablelisttype.js +44 -0
- package/dist/docusaurus/renderers/docvariablelisttype.js.map +1 -1
- package/dist/docusaurus/renderers/docxrefsecttype.d.ts +22 -0
- package/dist/docusaurus/renderers/docxrefsecttype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/docxrefsecttype.js +22 -0
- package/dist/docusaurus/renderers/docxrefsecttype.js.map +1 -1
- package/dist/docusaurus/renderers/element-renderer-base.d.ts +74 -0
- package/dist/docusaurus/renderers/element-renderer-base.d.ts.map +1 -1
- package/dist/docusaurus/renderers/element-renderer-base.js +52 -0
- package/dist/docusaurus/renderers/element-renderer-base.js.map +1 -1
- package/dist/docusaurus/renderers/inctype.d.ts +23 -0
- package/dist/docusaurus/renderers/inctype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/inctype.js +23 -0
- package/dist/docusaurus/renderers/inctype.js.map +1 -1
- package/dist/docusaurus/renderers/linkedtexttype.d.ts +22 -0
- package/dist/docusaurus/renderers/linkedtexttype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/linkedtexttype.js +22 -0
- package/dist/docusaurus/renderers/linkedtexttype.js.map +1 -1
- package/dist/docusaurus/renderers/listingtype.d.ts +52 -0
- package/dist/docusaurus/renderers/listingtype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/listingtype.js +66 -2
- package/dist/docusaurus/renderers/listingtype.js.map +1 -1
- package/dist/docusaurus/renderers/paramtype.d.ts +22 -0
- package/dist/docusaurus/renderers/paramtype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/paramtype.js +22 -0
- package/dist/docusaurus/renderers/paramtype.js.map +1 -1
- package/dist/docusaurus/renderers/referencetype.d.ts +23 -0
- package/dist/docusaurus/renderers/referencetype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/referencetype.js +23 -2
- package/dist/docusaurus/renderers/referencetype.js.map +1 -1
- package/dist/docusaurus/renderers/reftexttype.d.ts +22 -0
- package/dist/docusaurus/renderers/reftexttype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/reftexttype.js +22 -0
- package/dist/docusaurus/renderers/reftexttype.js.map +1 -1
- package/dist/docusaurus/renderers/reftype.d.ts +22 -0
- package/dist/docusaurus/renderers/reftype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/reftype.js +22 -0
- package/dist/docusaurus/renderers/reftype.js.map +1 -1
- package/dist/docusaurus/renderers/renderers.d.ts +151 -0
- package/dist/docusaurus/renderers/renderers.d.ts.map +1 -1
- package/dist/docusaurus/renderers/renderers.js +151 -0
- package/dist/docusaurus/renderers/renderers.js.map +1 -1
- package/dist/docusaurus/renderers/substringtype.d.ts +22 -0
- package/dist/docusaurus/renderers/substringtype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/substringtype.js +22 -0
- package/dist/docusaurus/renderers/substringtype.js.map +1 -1
- package/dist/docusaurus/renderers/tableofcontentstype.d.ts +22 -0
- package/dist/docusaurus/renderers/tableofcontentstype.d.ts.map +1 -1
- package/dist/docusaurus/renderers/tableofcontentstype.js +22 -0
- package/dist/docusaurus/renderers/tableofcontentstype.js.map +1 -1
- package/dist/docusaurus/types.d.ts +114 -8
- package/dist/docusaurus/types.d.ts.map +1 -1
- package/dist/docusaurus/types.js.map +1 -1
- package/dist/docusaurus/utils.d.ts +214 -0
- package/dist/docusaurus/utils.d.ts.map +1 -1
- package/dist/docusaurus/utils.js +214 -0
- package/dist/docusaurus/utils.js.map +1 -1
- package/dist/docusaurus/view-model/classes-vm.d.ts +139 -2
- package/dist/docusaurus/view-model/classes-vm.d.ts.map +1 -1
- package/dist/docusaurus/view-model/classes-vm.js +147 -6
- package/dist/docusaurus/view-model/classes-vm.js.map +1 -1
- package/dist/docusaurus/view-model/collection-base.d.ts +122 -2
- package/dist/docusaurus/view-model/collection-base.d.ts.map +1 -1
- package/dist/docusaurus/view-model/collection-base.js +78 -0
- package/dist/docusaurus/view-model/collection-base.js.map +1 -1
- package/dist/docusaurus/view-model/compound-base-vm.d.ts +134 -19
- package/dist/docusaurus/view-model/compound-base-vm.d.ts.map +1 -1
- package/dist/docusaurus/view-model/compound-base-vm.js +122 -26
- package/dist/docusaurus/view-model/compound-base-vm.js.map +1 -1
- package/dist/docusaurus/view-model/description-anchors.d.ts +58 -0
- package/dist/docusaurus/view-model/description-anchors.d.ts.map +1 -1
- package/dist/docusaurus/view-model/description-anchors.js +58 -0
- package/dist/docusaurus/view-model/description-anchors.js.map +1 -1
- package/dist/docusaurus/view-model/files-and-folders-vm.d.ts +249 -2
- package/dist/docusaurus/view-model/files-and-folders-vm.d.ts.map +1 -1
- package/dist/docusaurus/view-model/files-and-folders-vm.js +250 -4
- package/dist/docusaurus/view-model/files-and-folders-vm.js.map +1 -1
- package/dist/docusaurus/view-model/groups-vm.d.ts +150 -2
- package/dist/docusaurus/view-model/groups-vm.d.ts.map +1 -1
- package/dist/docusaurus/view-model/groups-vm.js +153 -5
- package/dist/docusaurus/view-model/groups-vm.js.map +1 -1
- package/dist/docusaurus/view-model/members-vm.d.ts +552 -0
- package/dist/docusaurus/view-model/members-vm.d.ts.map +1 -1
- package/dist/docusaurus/view-model/members-vm.js +552 -4
- package/dist/docusaurus/view-model/members-vm.js.map +1 -1
- package/dist/docusaurus/view-model/namespaces-vm.d.ts +201 -2
- package/dist/docusaurus/view-model/namespaces-vm.d.ts.map +1 -1
- package/dist/docusaurus/view-model/namespaces-vm.js +202 -4
- package/dist/docusaurus/view-model/namespaces-vm.js.map +1 -1
- package/dist/docusaurus/view-model/options.d.ts +43 -0
- package/dist/docusaurus/view-model/options.d.ts.map +1 -1
- package/dist/docusaurus/view-model/options.js +43 -0
- package/dist/docusaurus/view-model/options.js.map +1 -1
- package/dist/docusaurus/view-model/pages-vm.d.ts +117 -2
- package/dist/docusaurus/view-model/pages-vm.d.ts.map +1 -1
- package/dist/docusaurus/view-model/pages-vm.js +119 -4
- package/dist/docusaurus/view-model/pages-vm.js.map +1 -1
- package/dist/docusaurus/view-model/tree-entries-vm.d.ts +135 -15
- package/dist/docusaurus/view-model/tree-entries-vm.d.ts.map +1 -1
- package/dist/docusaurus/view-model/tree-entries-vm.js +136 -16
- package/dist/docusaurus/view-model/tree-entries-vm.js.map +1 -1
- package/dist/docusaurus/view-model/view-model.d.ts +119 -0
- package/dist/docusaurus/view-model/view-model.d.ts.map +1 -1
- package/dist/docusaurus/view-model/view-model.js +119 -0
- package/dist/docusaurus/view-model/view-model.js.map +1 -1
- package/dist/docusaurus/workspace.d.ts +106 -0
- package/dist/docusaurus/workspace.d.ts.map +1 -1
- package/dist/docusaurus/workspace.js +107 -1
- package/dist/docusaurus/workspace.js.map +1 -1
- package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts +485 -0
- package/dist/doxygen/data-model/compounds/compounddef-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/compounddef-dm.js +485 -0
- package/dist/doxygen/data-model/compounds/compounddef-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts +120 -0
- package/dist/doxygen/data-model/compounds/compoundreftype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/compoundreftype-dm.js +98 -0
- package/dist/doxygen/data-model/compounds/compoundreftype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts +2705 -0
- package/dist/doxygen/data-model/compounds/descriptiontype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/descriptiontype-dm.js +2677 -47
- package/dist/doxygen/data-model/compounds/descriptiontype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts +165 -0
- package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js +165 -0
- package/dist/doxygen/data-model/compounds/docvarlistentrytype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts +70 -0
- package/dist/doxygen/data-model/compounds/doxygentype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/doxygentype-dm.js +70 -0
- package/dist/doxygen/data-model/compounds/doxygentype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts +78 -0
- package/dist/doxygen/data-model/compounds/enumvaluetype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js +78 -0
- package/dist/doxygen/data-model/compounds/enumvaluetype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/inctype-dm.d.ts +107 -0
- package/dist/doxygen/data-model/compounds/inctype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/inctype-dm.js +107 -0
- package/dist/doxygen/data-model/compounds/inctype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts +123 -0
- package/dist/doxygen/data-model/compounds/linkedtexttype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js +123 -0
- package/dist/doxygen/data-model/compounds/linkedtexttype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts +70 -0
- package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js +70 -1
- package/dist/doxygen/data-model/compounds/listofallmemberstype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts +156 -0
- package/dist/doxygen/data-model/compounds/locationtype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/locationtype-dm.js +156 -5
- package/dist/doxygen/data-model/compounds/locationtype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts +433 -0
- package/dist/doxygen/data-model/compounds/memberdeftype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/memberdeftype-dm.js +417 -6
- package/dist/doxygen/data-model/compounds/memberdeftype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts +135 -0
- package/dist/doxygen/data-model/compounds/memberreftype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/memberreftype-dm.js +136 -4
- package/dist/doxygen/data-model/compounds/memberreftype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/membertype-dm.d.ts +95 -0
- package/dist/doxygen/data-model/compounds/membertype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/membertype-dm.js +76 -4
- package/dist/doxygen/data-model/compounds/membertype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts +158 -0
- package/dist/doxygen/data-model/compounds/paramtype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/paramtype-dm.js +158 -1
- package/dist/doxygen/data-model/compounds/paramtype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts +130 -0
- package/dist/doxygen/data-model/compounds/referencetype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/referencetype-dm.js +130 -2
- package/dist/doxygen/data-model/compounds/referencetype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts +120 -0
- package/dist/doxygen/data-model/compounds/reftexttype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/reftexttype-dm.js +106 -3
- package/dist/doxygen/data-model/compounds/reftexttype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/reftype-dm.d.ts +247 -0
- package/dist/doxygen/data-model/compounds/reftype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/reftype-dm.js +247 -3
- package/dist/doxygen/data-model/compounds/reftype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts +99 -0
- package/dist/doxygen/data-model/compounds/reimplementtype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/reimplementtype-dm.js +99 -2
- package/dist/doxygen/data-model/compounds/reimplementtype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts +159 -0
- package/dist/doxygen/data-model/compounds/sectiondeftype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js +159 -3
- package/dist/doxygen/data-model/compounds/sectiondeftype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts +255 -0
- package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js +255 -6
- package/dist/doxygen/data-model/compounds/tableofcontentstype-dm.js.map +1 -1
- package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts +60 -0
- package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js +60 -1
- package/dist/doxygen/data-model/compounds/templateparamlisttype-dm.js.map +1 -1
- package/dist/doxygen/data-model/data-model.d.ts +86 -2
- package/dist/doxygen/data-model/data-model.d.ts.map +1 -1
- package/dist/doxygen/data-model/data-model.js +86 -4
- package/dist/doxygen/data-model/data-model.js.map +1 -1
- package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts +109 -0
- package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js +84 -2
- package/dist/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.js.map +1 -1
- package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts +81 -0
- package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js +81 -3
- package/dist/doxygen/data-model/doxyfile/doxyfiletype-dm.js.map +1 -1
- package/dist/doxygen/data-model/doxygen-xml-parser.d.ts +24 -7
- package/dist/doxygen/data-model/doxygen-xml-parser.d.ts.map +1 -1
- package/dist/doxygen/data-model/doxygen-xml-parser.js +24 -22
- package/dist/doxygen/data-model/doxygen-xml-parser.js.map +1 -1
- package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts +92 -0
- package/dist/doxygen/data-model/index/indexcompoundtype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/index/indexcompoundtype-dm.js +79 -2
- package/dist/doxygen/data-model/index/indexcompoundtype-dm.js.map +1 -1
- package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts +76 -0
- package/dist/doxygen/data-model/index/indexdoxygentype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/index/indexdoxygentype-dm.js +76 -3
- package/dist/doxygen/data-model/index/indexdoxygentype-dm.js.map +1 -1
- package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts +79 -0
- package/dist/doxygen/data-model/index/indexmembertype-dm.d.ts.map +1 -1
- package/dist/doxygen/data-model/index/indexmembertype-dm.js +66 -2
- package/dist/doxygen/data-model/index/indexmembertype-dm.js.map +1 -1
- package/dist/doxygen/data-model/types.d.ts +96 -1
- package/dist/doxygen/data-model/types.d.ts.map +1 -1
- package/dist/doxygen/data-model/types.js +37 -0
- package/dist/doxygen/data-model/types.js.map +1 -1
- package/dist/doxygen2docusaurus.d.ts +4774 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/package.json +11 -7
- /package/{template → templates}/css/custom.css +0 -0
- /package/{template → templates}/img/README.md +0 -0
- /package/{template → templates}/img/document-svgrepo-com.svg +0 -0
- /package/{template → templates}/img/folder-svgrepo-com.svg +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tableofcontentstype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/tableofcontentstype-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;AACnD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAA;AAE/D,+EAA+E;AAE/E,+CAA+C;AAC/C,mBAAmB;AACnB,mBAAmB;AACnB,0GAA0G;AAC1G,8GAA8G;AAC9G,oBAAoB;AACpB,oBAAoB;AACpB,qBAAqB;AAErB
|
|
1
|
+
{"version":3,"file":"tableofcontentstype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/tableofcontentstype-dm.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,16 +2,76 @@ import { DoxygenXmlParser } from '../doxygen-xml-parser.js';
|
|
|
2
2
|
import { ParamDataModel } from './paramtype-dm.js';
|
|
3
3
|
import { AbstractDataModelBase } from '../types.js';
|
|
4
4
|
/**
|
|
5
|
+
* Abstract base class for template parameter list type data models.
|
|
6
|
+
*
|
|
7
|
+
* @remarks
|
|
8
|
+
* Represents template parameter list elements within Doxygen XML structures,
|
|
9
|
+
* corresponding to the templateparamlistType complex type in the XML schema.
|
|
10
|
+
* This class handles the parsing of parameter collections for templated
|
|
11
|
+
* constructs such as template classes and functions. All concrete template
|
|
12
|
+
* parameter list data model classes should extend this abstract base to
|
|
13
|
+
* ensure consistent parsing and data representation.
|
|
14
|
+
*
|
|
5
15
|
* @public
|
|
6
16
|
*/
|
|
7
17
|
export declare abstract class AbstractTemplateParamListType extends AbstractDataModelBase {
|
|
18
|
+
/**
|
|
19
|
+
* Collection of parameter data models within this template parameter list.
|
|
20
|
+
*
|
|
21
|
+
* @remarks
|
|
22
|
+
* Optional array containing parameter elements found within the template
|
|
23
|
+
* parameter list structure. Each parameter represents a template parameter
|
|
24
|
+
* definition including its type, name, and other attributes. The array
|
|
25
|
+
* supports zero to many parameters as per the XML schema, accommodating
|
|
26
|
+
* both non-templated constructs and complex template declarations.
|
|
27
|
+
*/
|
|
8
28
|
params?: ParamDataModel[] | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* Constructs a new AbstractTemplateParamListType instance from XML data.
|
|
31
|
+
*
|
|
32
|
+
* @param xml - The Doxygen XML parser instance for processing XML elements
|
|
33
|
+
* @param element - The XML element containing the template parameter list
|
|
34
|
+
* data
|
|
35
|
+
* @param elementName - The name of the XML element being processed
|
|
36
|
+
*
|
|
37
|
+
* @remarks
|
|
38
|
+
* Parses the provided XML element to extract template parameter list
|
|
39
|
+
* information including parameter collections. The constructor processes
|
|
40
|
+
* parameter elements into ParamDataModel instances when present. This
|
|
41
|
+
* element type has no attributes as per the XML schema definition,
|
|
42
|
+
* containing only parameter child elements.
|
|
43
|
+
*/
|
|
9
44
|
constructor(xml: DoxygenXmlParser, element: object, elementName: string);
|
|
10
45
|
}
|
|
11
46
|
/**
|
|
47
|
+
* Concrete data model class for template parameter list elements.
|
|
48
|
+
*
|
|
49
|
+
* @remarks
|
|
50
|
+
* Represents individual template parameter list elements found within
|
|
51
|
+
* Doxygen compound XML structures. This class extends the abstract base
|
|
52
|
+
* to provide specific handling for 'templateparamlist' elements, which
|
|
53
|
+
* define the template parameters for templated constructs such as template
|
|
54
|
+
* classes, template functions, and template variables. Each template
|
|
55
|
+
* parameter list contains parameter definitions that specify the generic
|
|
56
|
+
* types and values used in template instantiation.
|
|
57
|
+
*
|
|
12
58
|
* @public
|
|
13
59
|
*/
|
|
14
60
|
export declare class TemplateParamListDataModel extends AbstractTemplateParamListType {
|
|
61
|
+
/**
|
|
62
|
+
* Constructs a new TemplateParamListDataModel instance from XML data.
|
|
63
|
+
*
|
|
64
|
+
* @param xml - The Doxygen XML parser instance for processing XML elements
|
|
65
|
+
* @param element - The XML element containing the template parameter list
|
|
66
|
+
* data
|
|
67
|
+
*
|
|
68
|
+
* @remarks
|
|
69
|
+
* Initialises the template parameter list data model by parsing the
|
|
70
|
+
* provided XML element as a 'templateparamlist' element type. The
|
|
71
|
+
* constructor delegates to the parent class for common parameter list
|
|
72
|
+
* processing whilst specifying the element name for proper XML structure
|
|
73
|
+
* handling.
|
|
74
|
+
*/
|
|
15
75
|
constructor(xml: DoxygenXmlParser, element: object);
|
|
16
76
|
}
|
|
17
77
|
//# sourceMappingURL=templateparamlisttype-dm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"templateparamlisttype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/templateparamlisttype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAUnD
|
|
1
|
+
{"version":3,"file":"templateparamlisttype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/templateparamlisttype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAUnD;;;;;;;;;;;;GAYG;AAEH,8BAAsB,6BAA8B,SAAQ,qBAAqB;IAC/E;;;;;;;;;OASG;IACH,MAAM,CAAC,EAAE,cAAc,EAAE,GAAG,SAAS,CAAA;IAErC;;;;;;;;;;;;;;OAcG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CAsCxE;AAMD;;;;;;;;;;;;;GAaG;AACH,qBAAa,0BAA2B,SAAQ,6BAA6B;IAC3E;;;;;;;;;;;;;OAaG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
|
|
@@ -20,12 +20,46 @@ import { AbstractDataModelBase } from '../types.js';
|
|
|
20
20
|
// </xsd:sequence>
|
|
21
21
|
// </xsd:complexType>
|
|
22
22
|
/**
|
|
23
|
+
* Abstract base class for template parameter list type data models.
|
|
24
|
+
*
|
|
25
|
+
* @remarks
|
|
26
|
+
* Represents template parameter list elements within Doxygen XML structures,
|
|
27
|
+
* corresponding to the templateparamlistType complex type in the XML schema.
|
|
28
|
+
* This class handles the parsing of parameter collections for templated
|
|
29
|
+
* constructs such as template classes and functions. All concrete template
|
|
30
|
+
* parameter list data model classes should extend this abstract base to
|
|
31
|
+
* ensure consistent parsing and data representation.
|
|
32
|
+
*
|
|
23
33
|
* @public
|
|
24
34
|
*/
|
|
25
35
|
// eslint-disable-next-line max-len
|
|
26
36
|
export class AbstractTemplateParamListType extends AbstractDataModelBase {
|
|
27
|
-
|
|
37
|
+
/**
|
|
38
|
+
* Collection of parameter data models within this template parameter list.
|
|
39
|
+
*
|
|
40
|
+
* @remarks
|
|
41
|
+
* Optional array containing parameter elements found within the template
|
|
42
|
+
* parameter list structure. Each parameter represents a template parameter
|
|
43
|
+
* definition including its type, name, and other attributes. The array
|
|
44
|
+
* supports zero to many parameters as per the XML schema, accommodating
|
|
45
|
+
* both non-templated constructs and complex template declarations.
|
|
46
|
+
*/
|
|
28
47
|
params;
|
|
48
|
+
/**
|
|
49
|
+
* Constructs a new AbstractTemplateParamListType instance from XML data.
|
|
50
|
+
*
|
|
51
|
+
* @param xml - The Doxygen XML parser instance for processing XML elements
|
|
52
|
+
* @param element - The XML element containing the template parameter list
|
|
53
|
+
* data
|
|
54
|
+
* @param elementName - The name of the XML element being processed
|
|
55
|
+
*
|
|
56
|
+
* @remarks
|
|
57
|
+
* Parses the provided XML element to extract template parameter list
|
|
58
|
+
* information including parameter collections. The constructor processes
|
|
59
|
+
* parameter elements into ParamDataModel instances when present. This
|
|
60
|
+
* element type has no attributes as per the XML schema definition,
|
|
61
|
+
* containing only parameter child elements.
|
|
62
|
+
*/
|
|
29
63
|
constructor(xml, element, elementName) {
|
|
30
64
|
super(elementName);
|
|
31
65
|
// console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
|
|
@@ -57,9 +91,34 @@ export class AbstractTemplateParamListType extends AbstractDataModelBase {
|
|
|
57
91
|
// ----------------------------------------------------------------------------
|
|
58
92
|
// <xsd:element name="templateparamlist" type="templateparamlistType" minOccurs="0" />
|
|
59
93
|
/**
|
|
94
|
+
* Concrete data model class for template parameter list elements.
|
|
95
|
+
*
|
|
96
|
+
* @remarks
|
|
97
|
+
* Represents individual template parameter list elements found within
|
|
98
|
+
* Doxygen compound XML structures. This class extends the abstract base
|
|
99
|
+
* to provide specific handling for 'templateparamlist' elements, which
|
|
100
|
+
* define the template parameters for templated constructs such as template
|
|
101
|
+
* classes, template functions, and template variables. Each template
|
|
102
|
+
* parameter list contains parameter definitions that specify the generic
|
|
103
|
+
* types and values used in template instantiation.
|
|
104
|
+
*
|
|
60
105
|
* @public
|
|
61
106
|
*/
|
|
62
107
|
export class TemplateParamListDataModel extends AbstractTemplateParamListType {
|
|
108
|
+
/**
|
|
109
|
+
* Constructs a new TemplateParamListDataModel instance from XML data.
|
|
110
|
+
*
|
|
111
|
+
* @param xml - The Doxygen XML parser instance for processing XML elements
|
|
112
|
+
* @param element - The XML element containing the template parameter list
|
|
113
|
+
* data
|
|
114
|
+
*
|
|
115
|
+
* @remarks
|
|
116
|
+
* Initialises the template parameter list data model by parsing the
|
|
117
|
+
* provided XML element as a 'templateparamlist' element type. The
|
|
118
|
+
* constructor delegates to the parent class for common parameter list
|
|
119
|
+
* processing whilst specifying the element name for proper XML structure
|
|
120
|
+
* handling.
|
|
121
|
+
*/
|
|
63
122
|
constructor(xml, element) {
|
|
64
123
|
// console.log(elementName, util.inspect(element, { compact: false, depth: 999 }))
|
|
65
124
|
super(xml, element, 'templateparamlist');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"templateparamlisttype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/templateparamlisttype-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,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAEnD,+EAA+E;AAE/E,iDAAiD;AACjD,mBAAmB;AACnB,wFAAwF;AACxF,oBAAoB;AACpB,qBAAqB;AAErB
|
|
1
|
+
{"version":3,"file":"templateparamlisttype-dm.js","sourceRoot":"","sources":["../../../../src/doxygen/data-model/compounds/templateparamlisttype-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,cAAc,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAEnD,+EAA+E;AAE/E,iDAAiD;AACjD,mBAAmB;AACnB,wFAAwF;AACxF,oBAAoB;AACpB,qBAAqB;AAErB;;;;;;;;;;;;GAYG;AACH,mCAAmC;AACnC,MAAM,OAAgB,6BAA8B,SAAQ,qBAAqB;IAC/E;;;;;;;;;OASG;IACH,MAAM,CAA+B;IAErC;;;;;;;;;;;;;;OAcG;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,kCAAkC;QAClC,KAAK,MAAM,YAAY,IAAI,aAAa,EAAE,CAAC;YACzC,IAAI,GAAG,CAAC,YAAY,CAAC,YAAY,CAAC,EAAE,CAAC;gBACnC,eAAe;YACjB,CAAC;iBAAM,IAAI,GAAG,CAAC,eAAe,CAAC,YAAY,EAAE,OAAO,CAAC,EAAE,CAAC;gBACtD,IAAI,CAAC,MAAM,KAAK,EAAE,CAAA;gBAClB,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,cAAc,CAAC,GAAG,EAAE,YAAY,CAAC,CAAC,CAAA;YACzD,CAAC;iBAAM,CAAC;gBACN,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAA;gBACzC,OAAO,CAAC,KAAK,CACX,GAAG,WAAW,WAAW,EACzB,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,CAAC,GAAG,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,CAAA;QAEnC,2EAA2E;QAE3E,kEAAkE;IACpE,CAAC;CACF;AAED,+EAA+E;AAE/E,sFAAsF;AAEtF;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,0BAA2B,SAAQ,6BAA6B;IAC3E;;;;;;;;;;;;;OAaG;IACH,YAAY,GAAqB,EAAE,OAAe;QAChD,kFAAkF;QAClF,KAAK,CAAC,GAAG,EAAE,OAAO,EAAE,mBAAmB,CAAC,CAAA;IAC1C,CAAC;CACF;AAED,+EAA+E"}
|
|
@@ -6,25 +6,109 @@ import { XmlElement } from './types.js';
|
|
|
6
6
|
import { IndexCompoundDataModel } from './index/indexcompoundtype-dm.js';
|
|
7
7
|
import { DoxygenXmlParser } from './doxygen-xml-parser.js';
|
|
8
8
|
/**
|
|
9
|
+
* Top-level data model class for orchestrating Doxygen XML parsing and data
|
|
10
|
+
* organisation.
|
|
11
|
+
*
|
|
12
|
+
* @remarks
|
|
13
|
+
* This class serves as the primary entry point for parsing Doxygen-generated
|
|
14
|
+
* XML files and constructing a comprehensive data model. It coordinates the
|
|
15
|
+
* parsing of index files, compound definitions, and configuration files,
|
|
16
|
+
* maintaining references to all parsed content for subsequent processing.
|
|
17
|
+
* The class provides methods for sequential parsing operations and ensures
|
|
18
|
+
* data integrity throughout the parsing workflow.
|
|
19
|
+
*
|
|
9
20
|
* @public
|
|
10
21
|
*/
|
|
11
22
|
export declare class DataModel {
|
|
12
23
|
/**
|
|
13
|
-
* The global configuration options.
|
|
24
|
+
* The global configuration options for the parsing operation.
|
|
25
|
+
*
|
|
26
|
+
* @remarks
|
|
27
|
+
* Contains command-line interface options that control the behaviour of
|
|
28
|
+
* the parser and influence how XML files are processed and data models
|
|
29
|
+
* are constructed.
|
|
14
30
|
*/
|
|
15
31
|
options: CliOptions;
|
|
32
|
+
/**
|
|
33
|
+
* The XML parser instance used for processing Doxygen XML files.
|
|
34
|
+
*
|
|
35
|
+
* @remarks
|
|
36
|
+
* Provides low-level XML parsing functionality and utility methods for
|
|
37
|
+
* extracting elements, attributes, and text content from the parsed XML
|
|
38
|
+
* structure.
|
|
39
|
+
*/
|
|
16
40
|
xml: DoxygenXmlParser;
|
|
17
41
|
/**
|
|
18
|
-
*
|
|
42
|
+
* Counter tracking the number of XML files successfully parsed.
|
|
43
|
+
*
|
|
44
|
+
* @remarks
|
|
45
|
+
* Incremented for each XML file processed during the parsing operation,
|
|
46
|
+
* providing metrics for progress monitoring and diagnostic reporting.
|
|
19
47
|
*
|
|
20
48
|
* @defaultValue 0
|
|
21
49
|
*/
|
|
22
50
|
parsedFilesCounter: number;
|
|
51
|
+
/**
|
|
52
|
+
* The parsed Doxygen index data model from the main index XML file.
|
|
53
|
+
*
|
|
54
|
+
* @remarks
|
|
55
|
+
* Contains the top-level index structure that references all compound
|
|
56
|
+
* definitions and provides the navigation structure for the documentation.
|
|
57
|
+
* Populated during the initial parsing phase from `index.xml`.
|
|
58
|
+
*/
|
|
23
59
|
doxygenindex?: DoxygenIndexDataModel;
|
|
60
|
+
/**
|
|
61
|
+
* Collection of compound definition data models parsed from individual XML
|
|
62
|
+
* files.
|
|
63
|
+
*
|
|
64
|
+
* @remarks
|
|
65
|
+
* Each compound definition represents a documented entity such as a class,
|
|
66
|
+
* namespace, or file, along with its members and associated documentation.
|
|
67
|
+
* Populated by parsing XML files referenced in the index.
|
|
68
|
+
*/
|
|
24
69
|
compoundDefs: CompoundDefDataModel[];
|
|
70
|
+
/**
|
|
71
|
+
* The parsed Doxyfile configuration data model.
|
|
72
|
+
*
|
|
73
|
+
* @remarks
|
|
74
|
+
* Contains the Doxygen configuration options and settings that influenced
|
|
75
|
+
* the generation of the XML documentation. Parsed from `Doxyfile.xml` if
|
|
76
|
+
* present in the input folder.
|
|
77
|
+
*/
|
|
25
78
|
doxyfile?: DoxygenFileDataModel;
|
|
79
|
+
/**
|
|
80
|
+
* The project version string extracted from the documentation metadata.
|
|
81
|
+
*
|
|
82
|
+
* @remarks
|
|
83
|
+
* Optional version identifier for the documented project, typically derived
|
|
84
|
+
* from the Doxygen configuration or project metadata during parsing.
|
|
85
|
+
*/
|
|
26
86
|
projectVersion?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Constructs a new DataModel instance with the specified configuration
|
|
89
|
+
* options.
|
|
90
|
+
*
|
|
91
|
+
* @param options - The command-line interface options for controlling parsing
|
|
92
|
+
* behaviour
|
|
93
|
+
*
|
|
94
|
+
* @remarks
|
|
95
|
+
* Initialises the data model with the provided configuration options and
|
|
96
|
+
* creates a new DoxygenXmlParser instance for XML processing. The compound
|
|
97
|
+
* definitions array is initialised as empty and will be populated during
|
|
98
|
+
* the parsing phase.
|
|
99
|
+
*/
|
|
27
100
|
constructor(options: CliOptions);
|
|
101
|
+
/**
|
|
102
|
+
* Orchestrates the complete parsing of Doxygen XML files and data model
|
|
103
|
+
* construction.
|
|
104
|
+
*
|
|
105
|
+
* @remarks
|
|
106
|
+
* This method performs the complete parsing workflow in sequential phases:
|
|
107
|
+
* parsing the main index file, processing all referenced compound XML files,
|
|
108
|
+
* and parsing the Doxyfile configuration. It maintains the original XML
|
|
109
|
+
* element order and content fidelity throughout the process. Progress
|
|
110
|
+
* information is logged to the console, with detailed output in verbose mode.
|
|
111
|
+
*/
|
|
28
112
|
parse(): Promise<void>;
|
|
29
113
|
/**
|
|
30
114
|
* Parses the main Doxygen index XML file and initialises the index data
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-model.d.ts","sourceRoot":"","sources":["../../../src/doxygen/data-model/data-model.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAA;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAA;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAA;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAA;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AAGxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;
|
|
1
|
+
{"version":3,"file":"data-model.d.ts","sourceRoot":"","sources":["../../../src/doxygen/data-model/data-model.ts"],"names":[],"mappings":"AAkBA,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAA;AAC5D,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAA;AACpE,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAA;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAA;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AACvC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAA;AAGxE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAI1D;;;;;;;;;;;;;GAaG;AACH,qBAAa,SAAS;IACpB;;;;;;;OAOG;IACH,OAAO,EAAE,UAAU,CAAA;IAEnB;;;;;;;OAOG;IACH,GAAG,EAAE,gBAAgB,CAAA;IAErB;;;;;;;;OAQG;IACH,kBAAkB,SAAI;IAEtB;;;;;;;OAOG;IACH,YAAY,CAAC,EAAE,qBAAqB,CAAA;IAEpC;;;;;;;;OAQG;IACH,YAAY,EAAE,oBAAoB,EAAE,CAAA;IAEpC;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,oBAAoB,CAAA;IAE/B;;;;;;OAMG;IACH,cAAc,CAAC,EAAE,MAAM,CAAA;IAEvB;;;;;;;;;;;;OAYG;gBACS,OAAO,EAAE,UAAU;IAQ/B;;;;;;;;;;OAUG;IACG,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAoD5B;;;;;;;;;OASG;IACG,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC;IA4BxC;;;;;;;;;;;;OAYG;IACH,mBAAmB,CACjB,aAAa,EAAE,sBAAsB,EACrC,qBAAqB,EAAE,UAAU,EAAE;IAwBrC;;;;;;;;;OASG;IACH,iBAAiB;IAwBjB;;;;;;;;OAQG;IACG,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IA6BpC;;;;;;;;;;;OAWG;IAEG,SAAS,CAAC,EAAE,QAAQ,EAAE,EAAE;QAAE,QAAQ,EAAE,MAAM,CAAA;KAAE,GAAG,OAAO,CAAC,GAAG,CAAC;CAYlE"}
|
|
@@ -18,32 +18,114 @@ import { DoxygenIndexDataModel } from './index/indexdoxygentype-dm.js';
|
|
|
18
18
|
import { DoxygenDataModel } from './compounds/doxygentype-dm.js';
|
|
19
19
|
import { DoxygenXmlParser } from './doxygen-xml-parser.js';
|
|
20
20
|
// ----------------------------------------------------------------------------
|
|
21
|
-
// Top structure to hold the parsed Doxygen xml data as JS objects.
|
|
22
|
-
// All objects are defined in the `data-model` folder.
|
|
23
21
|
/**
|
|
22
|
+
* Top-level data model class for orchestrating Doxygen XML parsing and data
|
|
23
|
+
* organisation.
|
|
24
|
+
*
|
|
25
|
+
* @remarks
|
|
26
|
+
* This class serves as the primary entry point for parsing Doxygen-generated
|
|
27
|
+
* XML files and constructing a comprehensive data model. It coordinates the
|
|
28
|
+
* parsing of index files, compound definitions, and configuration files,
|
|
29
|
+
* maintaining references to all parsed content for subsequent processing.
|
|
30
|
+
* The class provides methods for sequential parsing operations and ensures
|
|
31
|
+
* data integrity throughout the parsing workflow.
|
|
32
|
+
*
|
|
24
33
|
* @public
|
|
25
34
|
*/
|
|
26
35
|
export class DataModel {
|
|
27
36
|
/**
|
|
28
|
-
* The global configuration options.
|
|
37
|
+
* The global configuration options for the parsing operation.
|
|
38
|
+
*
|
|
39
|
+
* @remarks
|
|
40
|
+
* Contains command-line interface options that control the behaviour of
|
|
41
|
+
* the parser and influence how XML files are processed and data models
|
|
42
|
+
* are constructed.
|
|
29
43
|
*/
|
|
30
44
|
options;
|
|
45
|
+
/**
|
|
46
|
+
* The XML parser instance used for processing Doxygen XML files.
|
|
47
|
+
*
|
|
48
|
+
* @remarks
|
|
49
|
+
* Provides low-level XML parsing functionality and utility methods for
|
|
50
|
+
* extracting elements, attributes, and text content from the parsed XML
|
|
51
|
+
* structure.
|
|
52
|
+
*/
|
|
31
53
|
xml;
|
|
32
54
|
/**
|
|
33
|
-
*
|
|
55
|
+
* Counter tracking the number of XML files successfully parsed.
|
|
56
|
+
*
|
|
57
|
+
* @remarks
|
|
58
|
+
* Incremented for each XML file processed during the parsing operation,
|
|
59
|
+
* providing metrics for progress monitoring and diagnostic reporting.
|
|
34
60
|
*
|
|
35
61
|
* @defaultValue 0
|
|
36
62
|
*/
|
|
37
63
|
parsedFilesCounter = 0;
|
|
64
|
+
/**
|
|
65
|
+
* The parsed Doxygen index data model from the main index XML file.
|
|
66
|
+
*
|
|
67
|
+
* @remarks
|
|
68
|
+
* Contains the top-level index structure that references all compound
|
|
69
|
+
* definitions and provides the navigation structure for the documentation.
|
|
70
|
+
* Populated during the initial parsing phase from `index.xml`.
|
|
71
|
+
*/
|
|
38
72
|
doxygenindex; // from index.xml
|
|
73
|
+
/**
|
|
74
|
+
* Collection of compound definition data models parsed from individual XML
|
|
75
|
+
* files.
|
|
76
|
+
*
|
|
77
|
+
* @remarks
|
|
78
|
+
* Each compound definition represents a documented entity such as a class,
|
|
79
|
+
* namespace, or file, along with its members and associated documentation.
|
|
80
|
+
* Populated by parsing XML files referenced in the index.
|
|
81
|
+
*/
|
|
39
82
|
compoundDefs; // from `${'@_refid'}.xml`
|
|
83
|
+
/**
|
|
84
|
+
* The parsed Doxyfile configuration data model.
|
|
85
|
+
*
|
|
86
|
+
* @remarks
|
|
87
|
+
* Contains the Doxygen configuration options and settings that influenced
|
|
88
|
+
* the generation of the XML documentation. Parsed from `Doxyfile.xml` if
|
|
89
|
+
* present in the input folder.
|
|
90
|
+
*/
|
|
40
91
|
doxyfile; // from Doxyfile.xml
|
|
92
|
+
/**
|
|
93
|
+
* The project version string extracted from the documentation metadata.
|
|
94
|
+
*
|
|
95
|
+
* @remarks
|
|
96
|
+
* Optional version identifier for the documented project, typically derived
|
|
97
|
+
* from the Doxygen configuration or project metadata during parsing.
|
|
98
|
+
*/
|
|
41
99
|
projectVersion;
|
|
100
|
+
/**
|
|
101
|
+
* Constructs a new DataModel instance with the specified configuration
|
|
102
|
+
* options.
|
|
103
|
+
*
|
|
104
|
+
* @param options - The command-line interface options for controlling parsing
|
|
105
|
+
* behaviour
|
|
106
|
+
*
|
|
107
|
+
* @remarks
|
|
108
|
+
* Initialises the data model with the provided configuration options and
|
|
109
|
+
* creates a new DoxygenXmlParser instance for XML processing. The compound
|
|
110
|
+
* definitions array is initialised as empty and will be populated during
|
|
111
|
+
* the parsing phase.
|
|
112
|
+
*/
|
|
42
113
|
constructor(options) {
|
|
43
114
|
this.options = options;
|
|
44
115
|
this.xml = new DoxygenXmlParser(options);
|
|
45
116
|
this.compoundDefs = [];
|
|
46
117
|
}
|
|
118
|
+
/**
|
|
119
|
+
* Orchestrates the complete parsing of Doxygen XML files and data model
|
|
120
|
+
* construction.
|
|
121
|
+
*
|
|
122
|
+
* @remarks
|
|
123
|
+
* This method performs the complete parsing workflow in sequential phases:
|
|
124
|
+
* parsing the main index file, processing all referenced compound XML files,
|
|
125
|
+
* and parsing the Doxyfile configuration. It maintains the original XML
|
|
126
|
+
* element order and content fidelity throughout the process. Progress
|
|
127
|
+
* information is logged to the console, with detailed output in verbose mode.
|
|
128
|
+
*/
|
|
47
129
|
async parse() {
|
|
48
130
|
// The parser is configured to preserve the original, non-trimmed content
|
|
49
131
|
// and the original elements order. The downsize
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-model.js","sourceRoot":"","sources":["../../../src/doxygen/data-model/data-model.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,+EAA+E;AAE/E,OAAO,MAAM,MAAM,aAAa,CAAA;AAChC,OAAO,KAAK,EAAE,MAAM,kBAAkB,CAAA;AACtC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA;AACjC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAA;AAIjC,OAAO,EAAE,oBAAoB,EAAE,MAAM,+BAA+B,CAAA;AACpE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAA;AAGtE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAA;AAEhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAA;AAE1D,+EAA+E;
|
|
1
|
+
{"version":3,"file":"data-model.js","sourceRoot":"","sources":["../../../src/doxygen/data-model/data-model.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,21 +1,130 @@
|
|
|
1
1
|
import { DoxygenXmlParser } from '../doxygen-xml-parser.js';
|
|
2
2
|
import { AbstractDataModelBase } from '../types.js';
|
|
3
3
|
/**
|
|
4
|
+
* Abstract base class for Doxygen file option type data models.
|
|
5
|
+
*
|
|
6
|
+
* @remarks
|
|
7
|
+
* Represents configuration option elements within Doxyfile XML structures,
|
|
8
|
+
* corresponding to the OptionType complex type in the XML schema. This
|
|
9
|
+
* class handles the parsing of option values and mandatory attributes
|
|
10
|
+
* (id, default, and type). All concrete option data model classes should
|
|
11
|
+
* extend this abstract base to ensure consistent parsing and data
|
|
12
|
+
* representation of Doxygen configuration settings.
|
|
13
|
+
*
|
|
4
14
|
* @public
|
|
5
15
|
*/
|
|
6
16
|
export declare abstract class AbstractDoxygenFileOptionType extends AbstractDataModelBase {
|
|
17
|
+
/**
|
|
18
|
+
* Collection of value strings associated with this configuration option.
|
|
19
|
+
*
|
|
20
|
+
* @remarks
|
|
21
|
+
* Optional array containing value elements found within the option
|
|
22
|
+
* structure. Each value represents a specific setting or parameter
|
|
23
|
+
* for the configuration option. The array supports zero to many values
|
|
24
|
+
* as per the XML schema, allowing for both single and multi-value
|
|
25
|
+
* configuration settings.
|
|
26
|
+
*/
|
|
7
27
|
values: string[] | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* The unique identifier for this configuration option.
|
|
30
|
+
*
|
|
31
|
+
* @remarks
|
|
32
|
+
* Mandatory attribute that specifies the name or identifier of the
|
|
33
|
+
* Doxygen configuration option. This corresponds to the actual
|
|
34
|
+
* configuration parameter name used in Doxygen configuration files
|
|
35
|
+
* and determines the specific setting being configured.
|
|
36
|
+
*/
|
|
8
37
|
id: string;
|
|
38
|
+
/**
|
|
39
|
+
* The default value indicator for this configuration option.
|
|
40
|
+
*
|
|
41
|
+
* @remarks
|
|
42
|
+
* Mandatory attribute that indicates whether this option is set to
|
|
43
|
+
* its default value. Corresponds to the defaultType enumeration in
|
|
44
|
+
* the XML schema, typically having values of 'yes' or 'no'.
|
|
45
|
+
*/
|
|
9
46
|
default: string;
|
|
47
|
+
/**
|
|
48
|
+
* The data type classification for this configuration option.
|
|
49
|
+
*
|
|
50
|
+
* @remarks
|
|
51
|
+
* Mandatory attribute that specifies the expected data type for the
|
|
52
|
+
* option's values. Corresponds to the typeType enumeration in the
|
|
53
|
+
* XML schema, indicating whether the option expects integer, boolean,
|
|
54
|
+
* string, or string list values.
|
|
55
|
+
*/
|
|
10
56
|
type: string;
|
|
57
|
+
/**
|
|
58
|
+
* Constructs a new AbstractDoxygenFileOptionType instance from XML data.
|
|
59
|
+
*
|
|
60
|
+
* @param xml - The Doxygen XML parser instance for processing XML elements
|
|
61
|
+
* @param element - The XML element containing the option data
|
|
62
|
+
* @param elementName - The name of the XML element being processed
|
|
63
|
+
*
|
|
64
|
+
* @remarks
|
|
65
|
+
* Parses the provided XML element to extract configuration option
|
|
66
|
+
* information including value collections and mandatory attributes
|
|
67
|
+
* (id, default, and type). The constructor validates that all required
|
|
68
|
+
* attributes are present and processes value elements into a string
|
|
69
|
+
* array when present. The parsing ensures compliance with the OptionType
|
|
70
|
+
* schema definition.
|
|
71
|
+
*/
|
|
11
72
|
constructor(xml: DoxygenXmlParser, element: object, elementName: string);
|
|
12
73
|
}
|
|
74
|
+
/**
|
|
75
|
+
* Union type representing the default value indicators for Doxyfile options.
|
|
76
|
+
*
|
|
77
|
+
* @remarks
|
|
78
|
+
* Corresponds to the defaultType simple type in the Doxygen XML schema,
|
|
79
|
+
* which defines the allowable values for indicating whether a configuration
|
|
80
|
+
* option is set to its default value. The 'yes' value indicates the option
|
|
81
|
+
* uses its default setting, whilst 'no' indicates a custom value has been
|
|
82
|
+
* specified.
|
|
83
|
+
*
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
13
86
|
export type DoxyfileDefaultType = 'yes' | 'no';
|
|
87
|
+
/**
|
|
88
|
+
* Union type representing the data types for Doxyfile configuration options.
|
|
89
|
+
*
|
|
90
|
+
* @remarks
|
|
91
|
+
* Corresponds to the typeType simple type in the Doxygen XML schema,
|
|
92
|
+
* which defines the allowable data type classifications for configuration
|
|
93
|
+
* options. Each value indicates the expected format and validation rules
|
|
94
|
+
* for the option's values: 'int' for integers, 'bool' for boolean flags,
|
|
95
|
+
* 'string' for single text values, and 'stringlist' for multiple text
|
|
96
|
+
* values.
|
|
97
|
+
*
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
14
100
|
export type DoxyfileTypeType = 'int' | 'bool' | 'string' | 'stringlist';
|
|
15
101
|
/**
|
|
102
|
+
* Concrete data model class for Doxyfile option elements.
|
|
103
|
+
*
|
|
104
|
+
* @remarks
|
|
105
|
+
* Represents individual configuration option elements found within
|
|
106
|
+
* Doxyfile XML structures. This class extends the abstract base to
|
|
107
|
+
* provide specific handling for 'option' elements, which define
|
|
108
|
+
* individual Doxygen configuration settings including their identifiers,
|
|
109
|
+
* types, default status, and associated values. Each option corresponds
|
|
110
|
+
* to a specific configuration parameter that controls Doxygen's
|
|
111
|
+
* documentation generation behaviour.
|
|
112
|
+
*
|
|
16
113
|
* @public
|
|
17
114
|
*/
|
|
18
115
|
export declare class DoxygenFileOptionDataModel extends AbstractDoxygenFileOptionType {
|
|
116
|
+
/**
|
|
117
|
+
* Constructs a new DoxygenFileOptionDataModel instance from XML data.
|
|
118
|
+
*
|
|
119
|
+
* @param xml - The Doxygen XML parser instance for processing XML elements
|
|
120
|
+
* @param element - The XML element containing the option data
|
|
121
|
+
*
|
|
122
|
+
* @remarks
|
|
123
|
+
* Initialises the option data model by parsing the provided XML element
|
|
124
|
+
* as an 'option' element type. The constructor delegates to the parent
|
|
125
|
+
* class for common option processing whilst specifying the element name
|
|
126
|
+
* for proper XML structure handling.
|
|
127
|
+
*/
|
|
19
128
|
constructor(xml: DoxygenXmlParser, element: object);
|
|
20
129
|
}
|
|
21
130
|
//# sourceMappingURL=doxyfileoptiontype-dm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"doxyfileoptiontype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAanD
|
|
1
|
+
{"version":3,"file":"doxyfileoptiontype-dm.d.ts","sourceRoot":"","sources":["../../../../src/doxygen/data-model/doxyfile/doxyfileoptiontype-dm.ts"],"names":[],"mappings":"AAgBA,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAE,qBAAqB,EAAE,MAAM,aAAa,CAAA;AAanD;;;;;;;;;;;;GAYG;AAEH,8BAAsB,6BAA8B,SAAQ,qBAAqB;IAC/E;;;;;;;;;OASG;IACH,MAAM,EAAE,MAAM,EAAE,GAAG,SAAS,CAAA;IAE5B;;;;;;;;OAQG;IACH,EAAE,SAAK;IAEP;;;;;;;OAOG;IACH,OAAO,SAAK;IAEZ;;;;;;;;OAQG;IACH,IAAI,SAAK;IAET;;;;;;;;;;;;;;OAcG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;CA8DxE;AA6BD;;;;;;;;;;;GAWG;AACH,MAAM,MAAM,mBAAmB,GAAG,KAAK,GAAG,IAAI,CAAA;AAW9C;;;;;;;;;;;;GAYG;AACH,MAAM,MAAM,gBAAgB,GAAG,KAAK,GAAG,MAAM,GAAG,QAAQ,GAAG,YAAY,CAAA;AAMvE;;;;;;;;;;;;;GAaG;AACH,qBAAa,0BAA2B,SAAQ,6BAA6B;IAC3E;;;;;;;;;;;OAWG;gBACS,GAAG,EAAE,gBAAgB,EAAE,OAAO,EAAE,MAAM;CAInD"}
|