summaryrefslogtreecommitdiffstats
path: root/doxygen/tnl_dd.doxy
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Correct TAGFILE linkage of mainRhys Kidd2016-04-131-1/+1
| | | | | | | | | | | | | | | | | core.doxy was renamed to main.doxy, along with output folder in the below 2004 commit. Correct the other modules' TAGFILE linkage to find the main folder. commit 3ef972f538e1ff207f5919a8068bf14af18fb270 Author: Brian Paul <brian.paul@tungstengraphics.com> Date: Sun May 16 22:07:02 2004 +0000 Replaced 'core' with 'main'. Other minor updates. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
* doxygen: Correct TAGFILE relative pathsRhys Kidd2016-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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: Remove src/mesa/shader/ referencesRhys Kidd2016-04-131-1/+0
| | | | | | | | | | | | | | | | | Mesa has not had a src/mesa/shader/ folder since Mesa 7.9 removed it in October 2010, as part of a revised GLSL compiler written by Intel. Remove doxygen/shader.doxy and consequential changes made throughout. In addition to removing an unnecessary Doxygen doxyfile, this change also avoids a bug in the consolidated Doxygen output caused by doxygen/shader.doxy inadvertently overwriting doxygen/swrast.tag via its GENERATE_TAGFILE setting. This bug depended upon the specific order each *.tag was built. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
* Update doxygen doc to reflet vbo changes.Jerome Glisse2007-02-161-1/+1
| | | | | | 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 :).
* added glapi and shader modules, misc updatesBrian Paul2004-09-101-0/+1
|
* Update the doxygen configuration file.Jose Fonseca2004-09-091-1/+1
| | | | Minor updates/fixes to the source documentation.
* Seperate the Doxygen configuration files (for full Mesa only) in a common ↵Jose Fonseca2003-09-171-136/+2
| | | | | | 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'.
* Merge the Doxygen configuration files from the embedded branch.Jose Fonseca2003-09-171-2/+2
|
* update version numbers (Klaus Niederkrueger)Brian Paul2003-02-041-1/+1
|
* files to support doxygen (source code documentation)Brian Paul2002-01-211-0/+182