MkDoxy is a MkDocs plugin that integrates Doxygen to generate documentation with code snippets from C/C++ projects. It parses Doxygen XML output and renders it as part of a MkDocs site. Current version 1.2.8, released June 2025. Release cadence: irregular, with several minor versions per year.
pip install mkdoxyVerified import paths — ran on the pinned version, not inferred.
Add mkdoxy as a plugin in your mkdocs.yml. Ensure Doxygen is installed and you have a Doxyfile configured.
Upgrade MkDocs to >=1.4.0.
Verify Doxygen installation by running 'doxygen --version'.
Ensure Doxygen configuration generates detailed descriptions, or handle missing tags in XML.
Upgrade Python to 3.9 or higher.