Changeset 396 for library/doc/html/codingrules.html
- Timestamp:
- 06/24/09 13:38:47 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/doc/html/codingrules.html
r385 r396 5 5 <link href="doxygen.css" rel="stylesheet" type="text/css"> 6 6 </head><body> 7 <!-- Generated by Doxygen 1.5. 8-->7 <!-- Generated by Doxygen 1.5.9 --> 8 8 <script type="text/javascript"> 9 9 <!-- … … 85 85 <ul> 86 86 <li> 87 if possible, each ` inline ... ' dircetive should be located within the `.h' file, one obvious exception is the case of `inline [filename].h' written in `[filename].cpp' <p>87 if possible, each `#include ... ' dircetive should be located within the `.h' file, one obvious exception is the case of `#include "[filename].h"' written in `[filename].cpp' <p> 88 88 </li> 89 89 <li> 90 firstly, system headers should be included (i.e. those with brackets ` include <header_name>'), other headers (like `include my_header_name.h') should follow (this rule leads to the faster search of an error on some compilators) <p>90 firstly, system headers should be included (i.e. those with brackets `#include <system_header_name>'), other headers (like `#include "my_header_name.h"') should follow (this rule leads to the faster search of an error on some compilators) <p> 91 91 </li> 92 92 <li> … … 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 Wed Jun 17 14:13:282009 for mixpp by 135 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 24 13:35:46 2009 for mixpp by 136 136 <a href="http://www.doxygen.org/index.html"> 137 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5. 8</small></address>137 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address> 138 138 </body> 139 139 </html>