mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 09:30:13 +01:00
Add Gallium and the Gallium-based drivers to doxygen's automated code documentation infrastructure. Can be individually created with: cd $MESA_TOP_LEVEL/ make -C doxygen/ gallium.tag Benefits from the existing doxygen Makefile runners to clean up afterwards with 'make clean'. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| common.doxy | ||
| core_subset.doxy | ||
| doxy.bat | ||
| gallium.doc | ||
| gallium.doxy | ||
| gbm.doxy | ||
| glapi.doxy | ||
| glsl.doxy | ||
| header.html | ||
| header_subset.html | ||
| i965.doxy | ||
| main.doxy | ||
| Makefile | ||
| math.doxy | ||
| math_subset.doxy | ||
| nir.doxy | ||
| radeon_subset.doxy | ||
| README | ||
| swrast.doxy | ||
| swrast_setup.doxy | ||
| tnl.doxy | ||
| tnl_dd.doxy | ||
| vbo.doxy | ||
This directory is for doxygen (a source code documentation system). See http://www.doxygen.org/ for more info. Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen and generate souce code documentation. Then, load either doxygen/main/index.html or doxygen/core_subset/index.html into your web browser.