Show
Ignore:
Timestamp:
06/15/09 18:27:16 (15 years ago)
Author:
mido
Message:

1) globalni prejmenovani Setting &root na Setting &set
2) smazani par zastaralych adresaru
3) oprava warningu v doc\local
4) prejmenovani SettingsResolver? na SettingResolver? a drobne vylepseni funkcnosti
5) odstranena duplikace kodu v user_info.cpp

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/local/codingrules.dox

    r375 r377  
    4040<ul> 
    4141 
    42 <li> if possible, each `#inline ... ' dircetive should be located within the `.h' 
    43 file, one obvious exception is the case of `#inline [filename].h' written in  
     42<li> if possible, each `\#include ... ' dircetive should be located within the `.h' 
     43file, one obvious exception is the case of `\#include "[filename].h"' written in  
    4444`[filename].cpp' </li> 
    4545 
    4646<li> firstly, system headers should be included (i.e. those with brackets  
    47 `#include <header_name>'), other headers (like `#include my_header_name.h')  
     47`\#include \<system_header_name\>'), other headers (like `\#include "my_header_name.h"')  
    4848should follow (this rule leads to the faster search of an error on some  
    4949compilators) </li>