This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[tree-ssa] doxygen documentation available


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]