mesa/doxygen
Rhys Kidd 684e7a4a14 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>
2016-04-13 13:44:04 +01:00
..
.gitignore doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00
Makefile doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00
README
common.doxy
core_subset.doxy mesa: remove empty glthread.h file 2014-03-03 13:08:59 -07:00
doxy.bat doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00
gallium.doc gallium/failover: Remove the deprecated module. 2011-11-30 17:26:40 +00:00
gallium.doxy Don't parse mesa's rtasm asm module. 2008-02-23 00:47:27 +09:00
gbm.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
glapi.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
glsl.doxy glsl/build: Build glcpp via the glsl Makefile 2013-01-22 14:33:20 -08:00
header.html doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00
header_subset.html Fix CRLF line endings. 2008-06-07 12:40:36 +09:00
i965.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
main.doxy doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00
math.doxy
math_subset.doxy
radeon_subset.doxy
swrast.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
swrast_setup.doxy
tnl.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
tnl_dd.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
vbo.doxy doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00

README

This directory is for doxygen (a source code documentation system).

See http://www.doxygen.org/ for more info.

Either run 'make' (Unix) or 'doxy.bat' (Windows) to run doxygen
and generate souce code documentation.

Then, load either doxygen/main/index.html or doxygen/core_subset/index.html into
your web browser.