Doc Downloads
Up-to-date documentation for Corrade, Magnum and Magnum Python Bindings is actively maintained on
- https://doc.magnum.graphics/corrade/,
- https://doc.magnum.graphics/magnum/ and
- https://doc.magnum.graphics/python/.
While it’s possible to scrape these for offline viewing, it’s advised to build your own version locally instead. Guide how to do that is available in the documentation. Thank you for being nice to server bandwidth.
Doxygen tag files
If you have a project using Magnum and want to cross-link to Magnum documentation from your Doxygen docs, you can make use of the following tag files:
- corrade.tag (1.0 MB)
- magnum.tag (5.8 MB)
Download the files into your project and reference them from your Doxyfile
like shown below. If Doxygen complains about duplicate symbols, use just one of
the files.
TAGFILES += corrade.tag=https://doc.magnum.graphics/corrade/ \ magnum.tag=https://doc.magnum.graphics/magnum/
Intersphinx inventory file
If you use the Python API and want to crosslink to that as well, the Intersphinx inventory file is in its usual location:
Either point Sphinx directly to https://doc.magnum.graphics/python/ or download the file and hook it up manually