From db975fa86c6075e05a5c5e0ed5c82ecbb61a5f66 Mon Sep 17 00:00:00 2001 From: Rhys Kidd Date: Wed, 25 May 2016 17:10:45 -0400 Subject: 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 --- doxygen/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doxygen') 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);) -- cgit v1.2.3