summaryrefslogtreecommitdiffstats
path: root/doxygen/common.doxy
Commit message (Collapse)AuthorAgeFilesLines
* doxygen: Remove deprecated settings in common.doxyRhys Kidd2016-04-131-51/+0
| | | | | | | | | | | | | | | | | | | | | | These Doxygen features are deprecated, as reported by Doxygen 1.8.9.1 Warning: Tag `USE_WINDOWS_ENCODING' at line 66 of file `common.doxy' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `DETAILS_AT_TOP' at line 157 of file `common.doxy' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `HTML_ALIGN_MEMBERS' at line 616 of file `common.doxy' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `XML_SCHEMA' at line 848 of file `common.doxy' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `XML_DTD' at line 854 of file `common.doxy' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `MAX_DOT_GRAPH_WIDTH' at line 1115 of file `common.doxy' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `MAX_DOT_GRAPH_HEIGHT' at line 1123 of file `common.doxy' has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Acked-by: Emil Velikov <emil.velikov@collabora.com>
* doxygen: update doxygen project number to 6.5Jerome Glisse2007-02-161-1/+1
| | | | doxygen number was laggin behind a bit.
* added glapi and shader modules, misc updatesBrian Paul2004-09-101-1/+1
|
* Update the doxygen configuration file.Jose Fonseca2004-09-091-162/+214
| | | | Minor updates/fixes to the source documentation.
* Replaced 'core' with 'main'.Brian Paul2004-05-161-1/+1
| | | | Other minor updates.
* Seperate the Doxygen configuration files (for full Mesa only) in a common ↵Jose Fonseca2003-09-171-0/+1101
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'.