Source Documentation====================`Doxygen <http://www.doxygen.nl>`__ is used to automatically producecross-referenced documentation from the Mesa source code.The Doxygen configuration files and generated files are not included inthe normal Mesa distribution (they're very large). To generate Doxygendocumentation, download Mesa from git, change to the ``doxygen``directory and run ``make``.For an example of Doxygen usage in Mesa, see a recent source file suchas`bufferobj.c <https://gitlab.freedesktop.org/mesa/mesa/-/blob/master/src/mesa/main/bufferobj.c>`__.If you're reading this page from your local copy of Mesa, and have runthe doxygen scripts, you can read the documentation`here <../doxygen/main/index.html>`__Gallium is also documented using Sphinx. The generated output can befound `on Gallium.ReadTheDocs.io <https://gallium.readthedocs.io>`__.