mesa/doxygen
Rhys Kidd 0e9fc1228a doxygen: Remove deprecated settings in common.doxy
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>
2016-04-13 13:44:26 +01:00
..
.gitignore doxygen: Update .gitignore 2016-04-13 13:44:15 +01:00
Makefile
README
common.doxy doxygen: Remove deprecated settings in common.doxy 2016-04-13 13:44:26 +01:00
core_subset.doxy doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
doxy.bat
gallium.doc
gallium.doxy
gbm.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
glapi.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
glsl.doxy
header.html
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
math.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
math_subset.doxy
radeon_subset.doxy doxygen: Remove references to miniglx 2016-04-13 13:44:12 +01:00
swrast.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
swrast_setup.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
tnl.doxy doxygen: Fix typo in doxygen/tnl.doxy 2016-04-13 13:44:23 +01:00
tnl_dd.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +01:00
vbo.doxy doxygen: Correct TAGFILE linkage of main 2016-04-13 13:44:19 +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.