Show
Ignore:
Timestamp:
04/30/08 15:20:07 (17 years ago)
Author:
smidl
Message:

drobnosti a dokumentace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/html/codingrules.html

    r79 r91  
    55<link href="tabs.css" rel="stylesheet" type="text/css"> 
    66</head><body> 
    7 <!-- Generated by Doxygen 1.5.3 --> 
    8 <div class="tabs"> 
    9   <ul> 
    10     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> 
    11     <li><a href="annotated.html"><span>Classes</span></a></li> 
    12     <li><a href="files.html"><span>Files</span></a></li> 
    13     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
    14   </ul> 
     7<!-- Generated by Doxygen 1.5.5 --> 
     8<div class="navigation" id="top"> 
     9  <div class="tabs"> 
     10    <ul> 
     11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li> 
     12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li> 
     13      <li><a href="annotated.html"><span>Classes</span></a></li> 
     14      <li><a href="files.html"><span>Files</span></a></li> 
     15    </ul> 
     16  </div> 
    1517</div> 
    16 <h1><a class="anchor" name="codingrules">Coding Rules (Mostly inherited from IT++)</a></h1>In the following sections we describe the naming conventions which are used for files, classes, structures, local variables, and global variables.<h2><a class="anchor" name="cr_variables"> 
     18<div class="contents"> 
     19<h1><a class="anchor" name="codingrules">Coding Rules (Mostly inherited from IT++) </a></h1>In the following sections we describe the naming conventions which are used for files, classes, structures, local variables, and global variables.<h2><a class="anchor" name="cr_variables"> 
    1720Default Naming Rules for Variables</a></h2> 
    1821Variables are named using lower-case letters and words are separated using under-score. Abbreviations, when used in variable names, are also written with lower-case letters. Examples:<p> 
     
    8285</ul> 
    8386<p> 
    84 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. <hr size="1"><address style="text-align: right;"><small>Generated on Fri Apr 18 11:15:16 2008 for mixpp by&nbsp; 
     87Explicit 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> 
     88<hr size="1"><address style="text-align: right;"><small>Generated on Tue Apr 29 20:46:32 2008 for mixpp by&nbsp; 
    8589<a href="http://www.doxygen.org/index.html"> 
    86 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.3 </small></address> 
     90<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> 
    8791</body> 
    8892</html>