Show
Ignore:
Timestamp:
06/15/09 13:51:37 (16 years ago)
Author:
smidl
Message:

doc - \ to /

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/codingrules.html

    r370 r375  
    9595</ul> 
    9696<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"> 
     97Rules 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"> 
    9898Default Naming Rules for Functions</a></h2> 
    9999Function 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> 
     
    133133<p> 
    134134Explicit 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:49 2009 for mixpp by&nbsp; 
     135<hr size="1"><address style="text-align: right;"><small>Generated on Mon Jun 15 13:47:07 2009 for mixpp by&nbsp; 
    136136<a href="http://www.doxygen.org/index.html"> 
    137137<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>