Documentation/website overhaul. The website content and doc/ directory

are now merged and are one and the same.
This commit is contained in:
Brian Paul
2003-03-08 17:38:57 +00:00
parent dc32636cfd
commit 0b27aceae2
38 changed files with 3957 additions and 96 deletions

24
docs/sourcedocs.html Normal file
View File

@@ -0,0 +1,24 @@
<HTML>
<TITLE>Source Code Documentation</TITLE>
<BODY text="#000000" bgcolor="#55bbff" link="#111188">
<H1>Source Code Documentation</H1>
<p>
<A HREF="http://www.doxygen.org" target="_parent">Doxygen</A>
is used to automatically
produce cross-referenced documentation from the Mesa sources.
This is not included in the normal Mesa distribution.
Download Mesa from CVS if interested.
</P>
<P>
If you're reading this page from your local copy of Mesa, and have
run the doxygen scripts, you can read the documentation
<A HREF="../doxy/core/index.html">here</A>
</P>
</BODY>
</HTML>