Update of /cvsroot/mockobjects/mockobjects-java/doc/xdocs
In directory usw-pr-cvs1:/tmp/cvs-serv482
Modified Files:
doc-book.xml site-book.xml
Added Files:
coding_conventions.xml
Log Message:
first try for coding conventions. The idea is to get feedback from other Mock Objects developers and find an agreement on coding conventions. I propose this document as a start. Let's modify it to suit our needs. Bear in mind that it lives in CVS only and is not published on the public web site yet ...
Index: doc-book.xml
===================================================================
RCS file: /cvsroot/mockobjects/mockobjects-java/doc/xdocs/doc-book.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- doc-book.xml 2001/08/21 10:35:10 1.6
+++ doc-book.xml 2001/08/21 10:44:06 1.7
@@ -32,6 +32,7 @@
<menu label="Developers">
<menu-item type="external" label="CVS"
href="http://sourceforge.net/cvs/?group_id=18189"/>
+ <menu-item label="Coding conventions" source="coding_conventions.xml"/>
</menu>
</book>
Index: site-book.xml
===================================================================
RCS file: /cvsroot/mockobjects/mockobjects-java/doc/xdocs/site-book.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- site-book.xml 2001/08/21 10:35:10 1.6
+++ site-book.xml 2001/08/21 10:44:06 1.7
@@ -32,6 +32,7 @@
<menu label="Developers">
<menu-item type="external" label="CVS"
href="http://sourceforge.net/cvs/?group_id=18189"/>
+ <menu-item label="Coding conventions" source="coding_conventions.xml"/>
</menu>
</book>
|