This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] doxygen documentation available
- From: Diego Novillo <dnovillo at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 22 Nov 2002 15:36:49 -0500
- Subject: [tree-ssa] doxygen documentation available
- Organization: Red Hat Canada
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