diff options
Diffstat (limited to 'docs/sourcedocs.html')
-rw-r--r-- | docs/sourcedocs.html | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/docs/sourcedocs.html b/docs/sourcedocs.html index 660dcb2ef0..18fae0447a 100644 --- a/docs/sourcedocs.html +++ b/docs/sourcedocs.html @@ -1,18 +1,15 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"> -<head> - <meta http-equiv="content-type" content="text/html; charset=utf-8"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"><head> + <meta content="text/html; charset=utf-8" http-equiv="content-type"/> <title>Source Code Documentation</title> - <link rel="stylesheet" type="text/css" href="mesa.css"> + <link href="mesa.css" rel="stylesheet" type="text/css"/> </head> <body> -<div class="header"> - <h1>The Mesa 3D Graphics Library</h1> -</div> -<iframe src="contents.html"></iframe> -<div class="content"> + + + <h1>Source Code Documentation</h1> @@ -27,7 +24,7 @@ The Doxygen configuration files and generated files are not included in the normal Mesa distribution (they're very large). To generate Doxygen documentation, download Mesa from git, change to the <code>doxygen</code> directory and run <code>make</code>. -</P> +</p> <p> For an example of Doxygen usage in Mesa, see a recent source file @@ -46,6 +43,7 @@ Gallium is also documented using Sphinx. The generated output can be found <a href="https://gallium.readthedocs.io">on Gallium.ReadTheDocs.io</a>. </p> -</div> -</body> -</html> + + + +</body></html>
\ No newline at end of file |