diff options
author | Elie TOURNIER <[email protected]> | 2016-04-09 15:48:13 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-13 13:44:33 +0100 |
commit | f04565c876b7d04a50da60ce658b2cc00dd5a140 (patch) | |
tree | fb07641e87cda6582b2643f0c0306b67735d709a /doxygen/Makefile | |
parent | 3157df58d03790f63ad78f2e4fc11944bf51bf2a (diff) |
doxygen: Generate Doxygen for NIR
Now, one can do the following to generate and read the nir Doxygen:
cd $MESA_TOP/doxygen
make
firefox nir/index.html
Update v2:
Correct TAGFILES in nir.doxy
Signed-off-by: Elie TOURNIER <[email protected]>
Reviewed-by: Rhys Kidd <[email protected]>
[Emil Velikov] v3: Rebase.
Signed-off-by: Emil Velikov <[email protected]>
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 b1bc15d5a05..6685b998f00 100644 --- a/doxygen/Makefile +++ b/doxygen/Makefile @@ -17,7 +17,8 @@ FULL = \ tnl.doxy \ tnl_dd.doxy \ gbm.doxy \ - i965.doxy + i965.doxy \ + nir.doxy full: $(FULL:.doxy=.tag) $(foreach FILE,$(FULL),doxygen $(FILE);) |