[tree-ssa] doxygen documentation available

Diego Novillo dnovillo@redhat.com
Fri Nov 22 14:22:00 GMT 2002


I have started using doxygen to document the tree SSA API (many
thanks to Phil Edwards for helping me with the configuration
file).

http://people.redhat.com/dnovillo/tree-ssa-doc/html/index.html

The documentation right now is pretty scarce.  I will be marking
many of the comments in the source code so that they get included
in the doxygen docs.

The following patch updates the tree SSA page to point to the
documentation (validated with validator.w3.org).


Diego.



Index: index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/tree-ssa/index.html,v
retrieving revision 1.5
diff -d -u -p -r1.5 index.html
--- index.html	23 Sep 2002 22:58:24 -0000	1.5
+++ index.html	22 Nov 2002 20:34:35 -0000
@@ -12,6 +12,12 @@ for trees based on the Static Single Ass
 href="#cytron.ea-91">1</a>].  The implementation currently lives in the
 <code>tree-ssa-20020619-branch</code> branch.</p>
 
+<p>API <a
+href="http://people.redhat.com/dnovillo/tree-ssa-doc/html/index.html">
+documentation</a> for the Tree SSA infrastructure is generated from the
+source code using Doxygen.  The documentation is updated regularly.</p>
+
+
 <h3>Contributing</h3>
 
 <p>Checkout the <code>tree-ssa-20020619-branch</code> branch



More information about the Gcc mailing list