doxygen: Correct TAGFILE relative paths
authorRhys Kidd <rhyskidd@gmail.com>
Sat, 9 Apr 2016 20:43:20 +0000 (16:43 -0400)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 13 Apr 2016 12:44:04 +0000 (13:44 +0100)
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>
doxygen/gbm.doxy
doxygen/glapi.doxy
doxygen/i965.doxy
doxygen/swrast.doxy
doxygen/tnl.doxy
doxygen/tnl_dd.doxy

index 37e4aa05f959d0104e4101fe5c2654f51f3be0e3..d0f7f950706f54e43a3ca37e298c29472c938206 100644 (file)
@@ -44,5 +44,5 @@ TAGFILES               = main.tag=../core \
                          tnl_dd.tag=../tnl_dd \
                          swrast_setup.tag=../gbm_setup \
                          tnl.tag=../tnl \
-                         vbo.tag=vbo
+                         vbo.tag=../vbo
 GENERATE_TAGFILE       = gbm.tag
index 0e169e435198c6c0e4a8997d756e13f93f6b489b..d4d967a270f1db3a01de7c7dab59b7bb75a9b2b1 100644 (file)
@@ -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
index a3aa2b607fe2bf4afb06dce2522a573427e8a814..014245e581bd478c5de98a11b39c2170c7d96f25 100644 (file)
@@ -46,5 +46,5 @@ TAGFILES               = glsl.tag=../glsl \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl \
                          tnl_dd.tag=../tnl_dd \
-                         vbo.tag=vbo
+                         vbo.tag=../vbo
 GENERATE_TAGFILE       = i965.tag
index fa07afd594f55b135926aa16be2e262eb8d48126..520764f16a8e165fdc2b5fe4331e4c860e9b04be 100644 (file)
@@ -44,5 +44,5 @@ TAGFILES               = main.tag=../core \
                          tnl_dd.tag=../tnl_dd \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl \
-                         vbo.tag=vbo
+                         vbo.tag=../vbo
 GENERATE_TAGFILE       = swrast.tag
index 85ef56ce4b65cdace1c58875d6e85caa845ddffb..09f5c1cbbe4035d9b49fdda71afffd9c17817c9d 100644 (file)
@@ -44,6 +44,6 @@ TAGFILES               = tnl_dd.tag=../tnl \
                          main.tag=../core \
                          math.tag=../math \
                          swrast.tag=../swrast \
-                         swrast_setup.tag=swrast_setup \
-                         vbo.tag=vbo
+                         swrast_setup.tag=../swrast_setup \
+                         vbo.tag=../vbo
 GENERATE_TAGFILE       = tnl.tag
index 5404f379f8257c00a429b5c0ee242da1d2fda49e..d8fed0ab91f9f6bfa05fd2ab3ce771e9bbf45af3 100644 (file)
@@ -44,5 +44,5 @@ TAGFILES               = main.tag=../core \
                          swrast.tag=../swrast \
                          swrast_setup.tag=../swrast_setup \
                          tnl.tag=../tnl \
-                         vbo.tag=vbo
+                         vbo.tag=../vbo
 GENERATE_TAGFILE       = tnl_dd.tag