blob: 0a0080dc64af4a83e2db4083af8c3b10764ae420 [file] [log] [blame]
Andreas Bollecd5c7c2012-06-12 09:05:03 +02001<!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 Paul0b27ace2003-03-08 17:38:57 +00009
Andreas Bollb5da52a2012-09-18 18:57:02 +020010<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 Bollecd5c7c2012-06-12 09:05:03 +020017<h1>Source Code Documentation</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000018
19<p>
Andreas Bolla73c59b2012-09-18 19:31:28 +020020<a href="http://www.doxygen.org">Doxygen</a>
Brian Paul0b27ace2003-03-08 17:38:57 +000021is used to automatically
Brian Paul87c5ec82006-09-21 22:54:53 +000022produce cross-referenced documentation from the Mesa source code.
23</p>
24
25<p>
26The Doxygen configuration files and generated files are not included
27in the normal Mesa distribution (they're very large).
Andreas Bolldbbe1082013-01-30 22:35:35 +010028To generate Doxygen documentation, download Mesa from git, change to
Brian Paul87c5ec82006-09-21 22:54:53 +000029the <code>doxygen</code> directory and run <code>make</code>.
Brian Paul0b27ace2003-03-08 17:38:57 +000030</P>
31
Brian Paul87c5ec82006-09-21 22:54:53 +000032<p>
33For an example of Doxygen usage in Mesa, see a recent source file
Andreas Bolla73c59b2012-09-18 19:31:28 +020034such as <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/bufferobj.c">bufferobj.c</a>.
Brian Paul87c5ec82006-09-21 22:54:53 +000035</p>
36
37
Andreas Boll210a27d2012-06-12 09:05:36 +020038<p>
Brian Paul0b27ace2003-03-08 17:38:57 +000039If you're reading this page from your local copy of Mesa, and have
40run the doxygen scripts, you can read the documentation
Andreas Bolla73c59b2012-09-18 19:31:28 +020041<a href="../doxygen/main/index.html">here</a>
Andreas Boll210a27d2012-06-12 09:05:36 +020042</p>
Brian Paul0b27ace2003-03-08 17:38:57 +000043
Andreas Bollb5da52a2012-09-18 18:57:02 +020044</div>
Andreas Bollecd5c7c2012-06-12 09:05:03 +020045</body>
46</html>