Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sourcedocs.html 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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>
  9. <div class="header">
  10. <h1>The Mesa 3D Graphics Library</h1>
  11. </div>
  12. <iframe src="contents.html"></iframe>
  13. <div class="content">
  14. <h1>Source Code Documentation</h1>
  15. <p>
  16. <a href="http://www.doxygen.org">Doxygen</a>
  17. is used to automatically
  18. produce cross-referenced documentation from the Mesa source code.
  19. </p>
  20. <p>
  21. The Doxygen configuration files and generated files are not included
  22. in the normal Mesa distribution (they're very large).
  23. To generate Doxygen documentation, download Mesa from git, change to
  24. the <code>doxygen</code> directory and run <code>make</code>.
  25. </P>
  26. <p>
  27. For an example of Doxygen usage in Mesa, see a recent source file
  28. such as <a href="http://cgit.freedesktop.org/mesa/mesa/tree/src/mesa/main/bufferobj.c">bufferobj.c</a>.
  29. </p>
  30. <p>
  31. If you're reading this page from your local copy of Mesa, and have
  32. run the doxygen scripts, you can read the documentation
  33. <a href="../doxygen/main/index.html">here</a>
  34. </p>
  35. </div>
  36. </body>
  37. </html>