summaryrefslogtreecommitdiff
path: root/doxygen
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2016-04-09 16:43:25 -0400
committerEmil Velikov <emil.l.velikov@gmail.com>2016-04-13 13:44:23 +0100
commit3d18ab72bf9272b2e22037035f4a0ba36dbe5b4e (patch)
tree5052f7238b6f526ab6091c873e4808436ea84ebc /doxygen
parent4ba409a364ee5652ecae265ce82c65b64e774a80 (diff)
doxygen: Fix typo in doxygen/tnl.doxy
TAGFILE relative folder should match .tag file Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/tnl.doxy2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/tnl.doxy b/doxygen/tnl.doxy
index b985b8d36fa..e6d6572009f 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 \