Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

sourcedocs.html 1004B

12345678910111213141516171819202122232425262728293031323334353637
  1. <HTML>
  2. <TITLE>Source Code Documentation</TITLE>
  3. <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <H1>Source Code Documentation</H1>
  6. <p>
  7. <A HREF="http://www.doxygen.org" target="_parent">Doxygen</A>
  8. is used to automatically
  9. produce cross-referenced documentation from the Mesa source code.
  10. </p>
  11. <p>
  12. The Doxygen configuration files and generated files are not included
  13. in the normal Mesa distribution (they're very large).
  14. To generate Doxygen documentation, download Mesa from CVS, change to
  15. the <code>doxygen</code> directory and run <code>make</code>.
  16. </P>
  17. <p>
  18. For an example of Doxygen usage in Mesa, see a recent source file
  19. such as <a href="http://webcvs.freedesktop.org/mesa/Mesa/src/mesa/main/bufferobj.c?view=markup" target="_parent">bufferobj.c</a>.
  20. </p>
  21. <P>
  22. If you're reading this page from your local copy of Mesa, and have
  23. run the doxygen scripts, you can read the documentation
  24. <A HREF="../doxygen/main/index.html" target="_parent">here</A>
  25. </P>
  26. </BODY>
  27. </HTML>