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/header.html | |
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/header.html')
-rw-r--r-- | doxygen/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen/header.html b/doxygen/header.html index 034231cbdfd..9f12b58bc80 100644 --- a/doxygen/header.html +++ b/doxygen/header.html @@ -8,6 +8,7 @@ <a class="qindex" href="../main/index.html">core</a> | <a class="qindex" href="../glapi/index.html">glapi</a> | <a class="qindex" href="../glsl/index.html">glsl</a> | +<a class="qindex" href="../nir/index.html">nir</a> | <a class="qindex" href="../vbo/index.html">vbo</a> | <a class="qindex" href="../math/index.html">math</a> | <a class="qindex" href="../swrast/index.html">swrast</a> | |