You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2005/10/11 07:29:52 UTC

svn commit: r312813 - /webservices/axis2/trunk/c/xdocs/developer_guide.html

Author: samisa
Date: Mon Oct 10 22:29:46 2005
New Revision: 312813

URL: http://svn.apache.org/viewcvs?rev=312813&view=rev
Log:
Moved coding convention to a seperate doc

Modified:
    webservices/axis2/trunk/c/xdocs/developer_guide.html

Modified: webservices/axis2/trunk/c/xdocs/developer_guide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/xdocs/developer_guide.html?rev=312813&r1=312812&r2=312813&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/developer_guide.html (original)
+++ webservices/axis2/trunk/c/xdocs/developer_guide.html Mon Oct 10 22:29:46 2005
@@ -12,54 +12,8 @@
 <body>
 <h2 style="text-align: center">Developer Guide</h2>
 
-<h3>Coding Convention</h3>
+<a href="axis2_coding_convention.html"><h3>Coding Convention</h3></a>
 
-<p>Header file names should be prefixed with 'axis2_'</p>
 
-<p><code>e.g.axis2_om_element.h</code></p>
-
-<p></p>
-
-<p>Header macro definition should be the same as the header file name but in
-all uppercase.Use _H in place of .h</p>
-
-<p>e.g.for axis2c_om_element.h AXIS2C_OM_ELEMENT_H</p>
-
-<p></p>
-
-<p>enum members should be prefixed with 'AXIS2C_' e.g.</p>
-
-<p>AXIS2C_OM_DOCUMENT</p>
-
-<p></p>
-
-<p>struct names should be prefixed with 'axis2'</p>
-
-<p><code>e.g. axis2_node</code></p>
-
-<p></p>
-
-<p>Code formatting</p>
-
-<p>We can use the indent program with following options:</p>
-
-<p><code>indent -nbad - bap - nbc - bbo - bl - bli0 - bls - ncdb - nce - cp1
-- cs - di2 -ndj - nfc1 - nfca - hnl - i4 - ip5 - lp - pcs - nprs - psl - saf
-- sai -saw - nsc - nsob - ts4 - nut - nbfda</code></p>
-
-<p></p>
-
-<p>In addition the above, for those that are not defined above, we could use
-the following guides in decreasing preference:</p>
-
-<p><a
-href="http://httpd.apache.org/dev/styleguide.html">http://httpd.apache.org/dev/styleguide.html</a></p>
-
-<p><a
-href="http://www.gnu.org/prep/standards/standards.html">http://www.gnu.org/prep/standards/standards.html</a></p>
-
-<p></p>
-
-<p></p>
 </body>
 </html>