Releases: sourcey/moxygen
Releases · sourcey/moxygen
Release list
v2.1.12
What's Changed
- Fix grouped docs page links by @auscaster in #99
- Implement a new -I, --inline-groups command line option by @gkodinov in #98
- build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /docs by @dependabot[bot] in #94
- build(deps-dev): bump vitest from 3.2.4 to 3.2.6 by @dependabot[bot] in #96
- Fix nested groups and global class output by @auscaster in #106
New Contributors
- @gkodinov made their first contribution in #98
- @dependabot[bot] made their first contribution in #94
Full Changelog: v2.1.10...v2.1.12
v2.1.10
moxygen 2.1.7
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, andterm. - Render
unioncompounds 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.