diff options
author | Elie TOURNIER <tournier.elie@gmail.com> | 2016-04-09 15:48:13 +0200 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2016-04-13 13:44:33 +0100 |
commit | f04565c876b7d04a50da60ce658b2cc00dd5a140 (patch) | |
tree | fb07641e87cda6582b2643f0c0306b67735d709a /doxygen/.gitignore | |
parent | 3157df58d03790f63ad78f2e4fc11944bf51bf2a (diff) | |
download | mesa-f04565c876b7d04a50da60ce658b2cc00dd5a140.tar.gz |
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 <tournier.elie@gmail.com>
Reviewed-by: Rhys Kidd <rhyskidd@gmail.com>
[Emil Velikov] v3: Rebase.
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'doxygen/.gitignore')
-rw-r--r-- | doxygen/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/.gitignore b/doxygen/.gitignore index ea67dd54509..47734136b0a 100644 --- a/doxygen/.gitignore +++ b/doxygen/.gitignore @@ -10,6 +10,7 @@ i965 main math math_subset +nir radeon_subset swrast swrast_setup |