mesa/doxygen
Rhys Kidd 7703a3e3d0 doxygen: Update .gitignore
The last of these output directories was removed in 2007.

  commit c2e0570831
  Author: Jerome Glisse <glisse@freedesktop.org>
  Date:   Fri Feb 16 23:18:56 2007 +0100

      Update doxygen doc to reflet vbo changes.

      Update doxygen doc, array_cache no longuer exist,
      new shiny vbo modules is there. Tested on unix,
      but i think i didn't broke that bat :).

  commit 3ef972f538
  Author: Brian Paul <brian.paul@tungstengraphics.com>
  Date:   Sun May 16 22:07:02 2004 +0000

      Replaced 'core' with 'main'.
      Other minor updates.

  commit 69db632a9d
  Author: Jose Fonseca <j_r_fonseca@yahoo.co.uk>
  Date:   Thu May 1 23:32:54 2003 +0000

      Move the Doxygen configuration files into the usual places and integrate with the build system.

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
2016-04-13 13:44:15 +01:00
..
.gitignore doxygen: Update .gitignore 2016-04-13 13:44:15 +01:00
common.doxy doxygen: update doxygen project number to 6.5 2007-02-16 23:22:04 +01:00
core_subset.doxy doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01: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: Fix doxygen/gbm.doxy TAGFILES 2016-04-13 13:44:08 +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 doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01: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
Makefile doxygen: Remove src/mesa/shader/ references 2016-04-13 13:43:54 +01:00
math.doxy Update doxygen doc to reflet vbo changes. 2007-02-16 23:19:05 +01:00
math_subset.doxy Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
radeon_subset.doxy doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
README Update the doxygen configuration file. 2004-09-09 22:23:24 +00:00
swrast.doxy doxygen: Correct TAGFILE relative paths 2016-04-13 13:44:04 +01:00
swrast_setup.doxy Update doxygen doc to reflet vbo changes. 2007-02-16 23:19:05 +01:00
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

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.