GitPedia
sourcey

sourcey/moxygen

Doxygen XML to Markdown converter

2 Releases
Latest: 2w ago
v2.1.10Latest
github-actions[bot]github-actions[bot]·2w ago·June 5, 2026
GitHub

**Full Changelog**: https://github.com/sourcey/moxygen/compare/v2.1.9...v2.1.10

moxygen 2.1.7v2.1.7
auscasterauscaster·1mo ago·May 7, 2026
GitHub

🐛 Fixes

  • Write YAML front matter for default single-file output with `-f`.
  • Render common page-oriented Doxygen XML tags: `verbatim`, `anchor`, `sect4`-`sect6`, `variablelist`, `varlistentry`, and `term`.
  • Render `union` compounds through the type-page template.
  • Include private static attributes in the default member filters.

📝 Docs

  • Added the Writing Doxygen guide with Doxyfile settings, comment patterns, supported rendering behavior, and known gaps.