[MMTP-devel] SF.net SVN: mtp: [25] trunk/README
Status: Pre-Alpha
Brought to you by:
idominguez
|
From: <ido...@us...> - 2007-12-06 13:31:34
|
Revision: 25
http://mtp.svn.sourceforge.net/mtp/?rev=25&view=rev
Author: idominguez
Date: 2007-12-06 05:31:15 -0800 (Thu, 06 Dec 2007)
Log Message:
-----------
Notes about coding standards
Modified Paths:
--------------
trunk/README
Modified: trunk/README
===================================================================
--- trunk/README 2007-12-06 13:05:48 UTC (rev 24)
+++ trunk/README 2007-12-06 13:31:15 UTC (rev 25)
@@ -65,7 +65,13 @@
6. MMTP Hacking and Contributions
================================
-MMTP's code is quite clear and well documented using JavaDoc.
+MMTP's code is documented using JavaDoc.
If you want to contribute and/or play with the tool, we encourage you
to subscribe to the development mailing list at mtp.sf.net
+
+Note that we try to follow some coding standards, although part of the old code
+doesn't follow those at all. If you are going to submit a patch, please try to
+use those standards in your new code. You can check your code with
+"bin/checkstyle", and the list of enabled options for it is detailed in
+"build/sun_checks.xml"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|