mesa/doxygen
Jose Fonseca 9109625c03 Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part.
Rewrite the Makefile in order to avoid the double pass when the tag files already exist. A double pass can still be achieved by doing 'make clean all'.
2003-09-17 17:07:24 +00:00
..
.cvsignore Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
Makefile Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00:00
README Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
array_cache.doxy Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00:00
common.doxy Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00:00
core.doxy Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00:00
core_subset.doxy Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
doxy.bat files to support doxygen (source code documentation) 2002-01-21 19:29:55 +00:00
header.html Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
header_subset.html Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
math.doxy Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00:00
math_subset.doxy Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
miniglx.doxy Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
radeon_subset.doxy Merge the Doxygen configuration files from the embedded branch. 2003-09-17 16:00:10 +00:00
swrast.doxy Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00:00
swrast_setup.doxy Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00:00
tnl.doxy Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00:00
tnl_dd.doxy Seperate the Doxygen configuration files (for full Mesa only) in a common part and an individual module part. 2003-09-17 17:07:24 +00: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 doxy/core/index.html or doxy/core_subset/index.html into
your web browser.