OSDN Git Service

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)
commit684e7a4a143a5ff021893aa4df7569328452fabe
tree7220d8fb36f01edbfcedfe7ab234b20d6b9fc6b8
parentf066fb529bf05bfd839f6c1dcb476c860afa1bbd
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>
doxygen/gbm.doxy
doxygen/glapi.doxy
doxygen/i965.doxy
doxygen/swrast.doxy
doxygen/tnl.doxy
doxygen/tnl_dd.doxy