{"library":"mkdoxy","title":"MkDoxy","description":"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.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mkdoxy"],"cli":{"name":"mkdocs","version":"mkdocs, version 1.6.1 from /usr/local/lib/python3.11/site-packages/mkdocs (Python 3.11)"}},"imports":["from mkdoxy.plugin import MkDoxyPlugin"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Add mkdoxy to your mkdocs.yml plugins:\n# plugins:\n#   - search\n#   - mkdoxy\n\n# Minimal configuration in mkdocs.yml:\n# plugins:\n#   - mkdoxy:\n#       doxygen-path: \"Doxyfile\"  # Path to your Doxyfile\n\n# Then run:\n# mkdocs serve\n","lang":"yaml","description":"Add mkdoxy as a plugin in your mkdocs.yml. Ensure Doxygen is installed and you have a Doxyfile configured.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}