Getting Started
Quickstart
Get started with Moxygen in under a minute
Install
npm install moxygen -gRequires Node.js 20+.
Generate docs
- Add
GENERATE_XML=YESto yourDoxyfile - Run
doxygento generate the XML - Run
moxygenpointing to the XML output directory
moxygen --anchors /path/to/doxygen/xmlFor multi-file grouped output:
moxygen --anchors --groups --output api-%s.md /path/to/doxygen/xmlNext, see Writing Doxygen for the comment patterns and Doxyfile settings that produce the cleanest output.
