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>
This commit is contained in:
Rhys Kidd 2016-05-25 17:10:45 -04:00 committed by Emil Velikov
parent 26f4638684
commit db975fa86c
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ full: $(FULL:.doxy=.tag)
SUBSET = \
main.doxy \
math.doxy
math.doxy \
gallium.doxy
subset: $(SUBSET:.doxy=.tag)
$(foreach FILE,$(SUBSET),doxygen $(FILE);)