[Avida-SVN] r3046 - development/documentation

brysonda at myxo.css.msu.edu brysonda at myxo.css.msu.edu
Mon Dec 15 07:51:50 PST 2008


Author: brysonda
Date: 2008-12-15 10:51:50 -0500 (Mon, 15 Dec 2008)
New Revision: 3046

Modified:
   development/documentation/code_standards.html
Log:
Ack.  Fix documentation typo and change to a better example for a public class method.

Modified: development/documentation/code_standards.html
===================================================================
--- development/documentation/code_standards.html	2008-12-15 15:49:26 UTC (rev 3045)
+++ development/documentation/code_standards.html	2008-12-15 15:51:50 UTC (rev 3046)
@@ -240,7 +240,7 @@
 <pre>
 Sort() 
 ThisIsMyFunction() 
-cHardwareCPU::Inst_Divide()
+cHardwareCPU::SingleProcess()
 </pre>
 </li>
 <li>
@@ -248,7 +248,7 @@
   lowercase letter. Additional words should be signified by capital letters.
   Underscores should only be used to indicate a category of functions.  Examples:
 <pre>
-cHardwareBase::doSlipMuation()
+cHardwareBase::doSlipMutation()
 cParser::parseCodeBlock()
 </pre>
 </li>




More information about the Avida-cvs mailing list