beriberikix/doxygen.md
Convert Doxygen XML to Markdown using moxygen and the doxygen.md templates
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| target | Rendering target: 'docusaurus' or 'llm' | yes | docusaurus |
| xml_path | Path to the Doxygen XML output directory | no | doxygen/xml |
| output | Output path pattern passed to moxygen --output. Defaults to './website/docs/api/%s.md' for the docusaurus target and './public/llms.txt' for the llm target. | no | "" |
| classes | Pass --classes to moxygen (docusaurus target only) | no | true |
| groups | Pass --groups to moxygen (docusaurus target only) | no | true |
| moxygen_version | moxygen version to install (e.g. '1.0.0'). Defaults to latest. | no | latest |
Outputs
| name | description |
|---|---|
| output_path | The resolved output path that was passed to moxygen |