Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 5 | <title>Source Code Documentation</title> |
| 6 | <link rel="stylesheet" type="text/css" href="mesa.css"> |
| 7 | </head> |
| 8 | <body> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 9 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 10 | <div class="header"> |
| 11 | <h1>The Mesa 3D Graphics Library</h1> |
| 12 | </div> |
| 13 | |
| 14 | <iframe src="contents.html"></iframe> |
| 15 | <div class="content"> |
| 16 | |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 17 | <h1>Source Code Documentation</h1> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 18 | |
| 19 | <p> |
Andreas Boll | a73c59b | 2012-09-18 19:31:28 +0200 | [diff] [blame] | 20 | <a href="http://www.doxygen.org">Doxygen</a> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 21 | is used to automatically |
Brian Paul | 87c5ec8 | 2006-09-21 22:54:53 +0000 | [diff] [blame] | 22 | produce cross-referenced documentation from the Mesa source code. |
| 23 | </p> |
| 24 | |
| 25 | <p> |
| 26 | The Doxygen configuration files and generated files are not included |
| 27 | in the normal Mesa distribution (they're very large). |
Andreas Boll | dbbe108 | 2013-01-30 22:35:35 +0100 | [diff] [blame] | 28 | To generate Doxygen documentation, download Mesa from git, change to |
Brian Paul | 87c5ec8 | 2006-09-21 22:54:53 +0000 | [diff] [blame] | 29 | the <code>doxygen</code> directory and run <code>make</code>. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 30 | </P> |
| 31 | |
Brian Paul | 87c5ec8 | 2006-09-21 22:54:53 +0000 | [diff] [blame] | 32 | <p> |
| 33 | For an example of Doxygen usage in Mesa, see a recent source file |
Andreas Boll | a73c59b | 2012-09-18 19:31:28 +0200 | [diff] [blame] | 34 | such as <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/bufferobj.c">bufferobj.c</a>. |
Brian Paul | 87c5ec8 | 2006-09-21 22:54:53 +0000 | [diff] [blame] | 35 | </p> |
| 36 | |
| 37 | |
Andreas Boll | 210a27d | 2012-06-12 09:05:36 +0200 | [diff] [blame] | 38 | <p> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 39 | If you're reading this page from your local copy of Mesa, and have |
| 40 | run the doxygen scripts, you can read the documentation |
Andreas Boll | a73c59b | 2012-09-18 19:31:28 +0200 | [diff] [blame] | 41 | <a href="../doxygen/main/index.html">here</a> |
Andreas Boll | 210a27d | 2012-06-12 09:05:36 +0200 | [diff] [blame] | 42 | </p> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 43 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 44 | </div> |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 45 | </body> |
| 46 | </html> |