Changeset 375 for doc/html/codingrules.html
- Timestamp:
- 06/15/09 13:51:37 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
doc/html/codingrules.html
r370 r375 95 95 </ul> 96 96 <p> 97 Rules considering formatting of the source code itself are stored in the file , which is a configuration file for code formating utility named ASTYLE. To apply them, download the proper version from its web page <a href="http://astyle.sourceforge.net/">http://astyle.sourceforge.net/</a><h2><a class="anchor" name="cr_functions">97 Rules considering formatting of the source code itself are stored in the file /system/astylerc, which is a configuration file for code formating utility named ASTYLE. To apply them, download the proper version from its web page <a href="http://astyle.sourceforge.net/">http://astyle.sourceforge.net/</a><h2><a class="anchor" name="cr_functions"> 98 98 Default Naming Rules for Functions</a></h2> 99 99 Function names are named using lower-case letters and words are separated using under-score. Abbreviations, when used in function names, are also written with lower-case letters. This rule applies both to stand-alone functions as well as to member functions of classes. Example:<p> … … 133 133 <p> 134 134 Explicit destructor functions are not required, unless they are needed. It shall not be possible to use any of the other member functions unless the class has been properly initiated with the input parameters. </div> 135 <hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 8 18:23:492009 for mixpp by 135 <hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 15 13:47:07 2009 for mixpp by 136 136 <a href="http://www.doxygen.org/index.html"> 137 137 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>