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 <rhysk...@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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev