Skip to main content

doxygen2docusaurus v2.2.0 released

· One min read

Version 2.2.0 is a new release; it adds support for Doxygen 1.17 concepts.

The Doxygen Docusaurus Converter project is a TypeScript ECMAScript Node.js module.

Prerequisites

The Doxygen Documentation Converter is a portable Node.js project, to install and use it, the only requirement is a recent Node.js (>= 20.0.0).

Install

For installation instructions, please refer to the Install Guide page.

Source code

Bug fixes

  • [#11]: on certain pages it was rendered an empty Concepts section index; fixed.

Enhancements

  • [#10]: show Doxygen version used to generate the xml files
  • [#12]: update for Doxygen 1.17 support of concepts
  • [#13]: add an index page for the Doxygen Pages.

Known problems

  • none

CI tests

  • none