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 doxygen: Remove deprecated settings in common.doxy 2016-04-13 13:44:26 +01:00
core_subset.doxy doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
doxy.bat doxygen: Add missing modules to Windows runner 2016-05-23 12:07:47 +01:00
gallium.doc
gallium.doxy
gbm.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
glapi.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
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 doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
i965.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
main.doxy doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00
math.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
math_subset.doxy
nir.doxy doxygen: Generate Doxygen for NIR 2016-04-13 13:44:33 +01:00
radeon_subset.doxy doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
swrast.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
swrast_setup.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
tnl.doxy doxygen: Fix typo in doxygen/tnl.doxy 2016-04-13 13:44:23 +01:00
tnl_dd.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
vbo.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00

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.