mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 18:24:13 +08:00
db975fa86c
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_subset.html | ||
header.html | ||
i965.doxy | ||
main.doxy | ||
Makefile | ||
math_subset.doxy | ||
math.doxy | ||
nir.doxy | ||
radeon_subset.doxy | ||
README | ||
swrast_setup.doxy | ||
swrast.doxy | ||
tnl_dd.doxy | ||
tnl.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.