diff options
author | Rhys Kidd <rhyskidd@gmail.com> | 2016-05-25 17:10:45 -0400 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-05-30 17:53:45 +0100 |
commit | db975fa86c6075e05a5c5e0ed5c82ecbb61a5f66 (patch) | |
tree | a7bc9b4f8be015295594be037d5e7d532ea454eb /doxygen/Makefile | |
parent | 26f4638684b8b40751063d8e33dc1c4da298fe0e (diff) | |
download | mesa-db975fa86c6075e05a5c5e0ed5c82ecbb61a5f66.tar.gz |
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@gmail.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'doxygen/Makefile')
-rw-r--r-- | doxygen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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);) |