From: Rhys Kidd Date: Wed, 25 May 2016 21:10:45 +0000 (-0400) Subject: doxygen: Plumb through gallium/ to automated documentation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db975fa86c6075e05a5c5e0ed5c82ecbb61a5f66;p=mesa.git 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 Reviewed-by: Emil Velikov --- diff --git a/doxygen/Makefile b/doxygen/Makefile index 6685b998f00..e5fac32cbde 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -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);)