mesa/doxygen
Rhys Kidd db975fa86c doxygen: Plumb through gallium/ to automated documentation
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>
2016-05-30 17:53:45 +01:00
..
.gitignore doxygen: Generate Doxygen for NIR 2016-04-13 13:44:33 +01:00
Makefile doxygen: Plumb through gallium/ to automated documentation 2016-05-30 17:53:45 +01:00
README
common.doxy
core_subset.doxy
doxy.bat doxygen: Add missing modules to Windows runner 2016-05-23 12:07:47 +01:00
gallium.doc
gallium.doxy
gbm.doxy
glapi.doxy
glsl.doxy doxygen: update glsl link 2016-04-13 13:44:30 +01:00
header.html doxygen: Generate Doxygen for NIR 2016-04-13 13:44:33 +01:00
header_subset.html
i965.doxy
main.doxy
math.doxy
math_subset.doxy
nir.doxy doxygen: Generate Doxygen for NIR 2016-04-13 13:44:33 +01:00
radeon_subset.doxy
swrast.doxy
swrast_setup.doxy
tnl.doxy
tnl_dd.doxy
vbo.doxy

README

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.