Mesa (master): doxygen: Fix typo in doxygen/tnl.doxy

Emil Velikov evelikov at kemper.freedesktop.org
Wed Apr 13 12:44:00 UTC 2016


Module: Mesa
Branch: master
Commit: 3d18ab72bf9272b2e22037035f4a0ba36dbe5b4e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d18ab72bf9272b2e22037035f4a0ba36dbe5b4e

Author: Rhys Kidd <rhyskidd at gmail.com>
Date:   Sat Apr  9 16:43:25 2016 -0400

doxygen: Fix typo in doxygen/tnl.doxy

TAGFILE relative folder should match .tag file

Signed-off-by: Rhys Kidd <rhyskidd at gmail.com>
Acked-by: Emil Velikov <emil.velikov at collabora.com>

---

 doxygen/tnl.doxy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doxygen/tnl.doxy b/doxygen/tnl.doxy
index b985b8d..e6d6572 100644
--- a/doxygen/tnl.doxy
+++ b/doxygen/tnl.doxy
@@ -40,7 +40,7 @@ SKIP_FUNCTION_MACROS   = YES
 #---------------------------------------------------------------------------
 # Configuration::addtions related to external references   
 #---------------------------------------------------------------------------
-TAGFILES               = tnl_dd.tag=../tnl \
+TAGFILES               = tnl_dd.tag=../tnl_dd \
                          main.tag=../main \
                          math.tag=../math \
                          swrast.tag=../swrast \




More information about the mesa-commit mailing list