diff options
author | Rhys Kidd <[email protected]> | 2016-04-09 16:43:24 -0400 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-04-13 13:44:19 +0100 |
commit | 4ba409a364ee5652ecae265ce82c65b64e774a80 (patch) | |
tree | 1e354b2a8eed63dd81c6019523b69710cfed3fde /doxygen/vbo.doxy | |
parent | 7703a3e3d0079afc10b3048e8bd9d1986a7f3003 (diff) |
doxygen: Correct TAGFILE linkage of main
core.doxy was renamed to main.doxy, along with output folder in
the below 2004 commit.
Correct the other modules' TAGFILE linkage to find the main folder.
commit 3ef972f538e1ff207f5919a8068bf14af18fb270
Author: Brian Paul <[email protected]>
Date: Sun May 16 22:07:02 2004 +0000
Replaced 'core' with 'main'.
Other minor updates.
Signed-off-by: Rhys Kidd <[email protected]>
Acked-by: Emil Velikov <[email protected]>
Diffstat (limited to 'doxygen/vbo.doxy')
-rw-r--r-- | doxygen/vbo.doxy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/vbo.doxy b/doxygen/vbo.doxy index 20100688c9e..db00b3526fa 100644 --- a/doxygen/vbo.doxy +++ b/doxygen/vbo.doxy @@ -40,7 +40,7 @@ SKIP_FUNCTION_MACROS = YES #--------------------------------------------------------------------------- # Configuration::addtions related to external references #--------------------------------------------------------------------------- -TAGFILES = main.tag=../core \ +TAGFILES = main.tag=../main \ math.tag=../math \ swrast.tag=../swrast \ swrast_setup.tag=../swrast_setup \ |