Mesa (master): doxygen: Plumb through gallium/ to automated documentation

Emil Velikov evelikov at kemper.freedesktop.org
Mon May 30 17:43:46 UTC 2016


Module: Mesa
Branch: master
Commit: db975fa86c6075e05a5c5e0ed5c82ecbb61a5f66
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=db975fa86c6075e05a5c5e0ed5c82ecbb61a5f66

Author: Rhys Kidd <rhyskidd at gmail.com>
Date:   Wed May 25 17:10:45 2016 -0400

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 at gmail.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.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);)




More information about the mesa-commit mailing list