[Mesa-dev] [PATCH 1/2] doxygen: Plumb through gallium/ to automated documentation
Rhys Kidd
rhyskidd at gmail.com
Wed May 25 21:10:45 UTC 2016
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 at gmail.com>
---
doxygen/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doxygen/Makefile b/doxygen/Makefile
index 6685b99..e5fac32 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);)
--
2.7.4
More information about the mesa-dev
mailing list