Skip to content

Releases: sourcey/moxygen

v2.1.12

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:49
d3da4f2

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

Full Changelog: v2.1.10...v2.1.12

v2.1.10

Choose a tag to compare

@github-actions github-actions released this 05 Jun 03:03
fcb9e94

Full Changelog: v2.1.9...v2.1.10

moxygen 2.1.7

Choose a tag to compare

@auscaster auscaster released this 07 May 04:57

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.