summaryrefslogtreecommitdiffstats
path: root/doxygen/glapi.doxy
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2016-04-09 16:43:20 -0400
committerEmil Velikov <emil.l.velikov@gmail.com>2016-04-13 13:44:04 +0100
commit684e7a4a143a5ff021893aa4df7569328452fabe (patch)
tree7220d8fb36f01edbfcedfe7ab234b20d6b9fc6b8 /doxygen/glapi.doxy
parentf066fb529bf05bfd839f6c1dcb476c860afa1bbd (diff)
downloadexternal_mesa3d-684e7a4a143a5ff021893aa4df7569328452fabe.tar.gz
external_mesa3d-684e7a4a143a5ff021893aa4df7569328452fabe.tar.bz2
external_mesa3d-684e7a4a143a5ff021893aa4df7569328452fabe.zip
doxygen: Correct TAGFILE relative paths
Per Doxygen documentation, to combine external documentation (stored in a *.tag file) with a project the TAGFILES option should be set in the configuration file. A tag file typically only contains a relative location of the documentation from the point where doxygen was run. So when you include a tag file in other project you have to specify where the external documentation is located in relation this project. You can do this in the configuration file by assigning the (relative) location to the tag files specified after the TAGFILES configuration option. If you use a relative path it should be relative with respect to the directory where the HTML output of your project is generated; so a relative path from the HTML output directory of a project to the HTML output of the other project that is linked to. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'doxygen/glapi.doxy')
-rw-r--r--doxygen/glapi.doxy2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/glapi.doxy b/doxygen/glapi.doxy
index 0e169e4351..d4d967a270 100644
--- a/doxygen/glapi.doxy
+++ b/doxygen/glapi.doxy
@@ -45,5 +45,5 @@ TAGFILES = main.tag=../core \
swrast.tag=../swrast \
swrast_setup.tag=../swrast_setup \
tnl.tag=../tnl \
- vbo.tag=vbo
+ vbo.tag=../vbo
GENERATE_TAGFILE = glapi.tag