{"library":"sphinxcontrib-doxylink","title":"sphinxcontrib-doxylink","type":"library","description":"Sphinx extension for linking to Doxygen documentation. Version 1.13.0 supports Python >=3.7,<4.0. Release cadence is irregular, with fixes and maintenance updates. It parses Doxygen tag files to enable cross-references to Doxygen documentation elements (classes, functions, files, etc.) from Sphinx RST or MyST content.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install sphinxcontrib-doxylink"],"cli":null},"imports":["extensions = ['sphinxcontrib.doxylink']","doxylink = {...} in conf.py"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/sphinx-contrib/doxylink","docs":"https://sphinxcontrib-doxylink.readthedocs.io","changelog":null,"pypi":"https://pypi.org/project/sphinxcontrib-doxylink/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"# conf.py\nimport os\n\ndoxylink = {\n    'project': 'MyProject',\n    'url': 'https://example.com/doxygen/html',\n    'tag': 'path/to/tagfile.xml',\n    'enabled': True,\n}\n\nextensions = ['sphinxcontrib.doxylink']","lang":"python","description":"Minimal configuration: define the doxylink dict with a project name, base URL for the generated Doxygen HTML, and the path to the Doxygen tag file. Then add the extension to Sphinx's extensions list.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}