Changeset 377 for doc

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

Location:
doc/local
Files:
2 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> 
  • doc/local/install.dox

    r353 r377  
    1818For download use an appropriate SVN client http://subversion.tigris.org/links.html#clients 
    1919 
    20 Download the source files to any directory of your choise, this directoory will be refered to as <bdm_dir>. 
     20Download the source files to any directory of your choise, this directoory will be refered to as \<bdm_dir\>. 
    2121 
    2222\subsection pre Prerequisities 
     
    5757For convenience of the beginners, DLLS of the ACML and lib+include files for ITPP and ACML are 
    5858provided at: http://staff.utia.cas.cz/smidl/Public/mixpp_win32lib.zip 
    59 If you want to use them copy the content of the zip file to <bdm_dir>\system\win32\ directory and 
     59If you want to use them copy the content of the zip file to \<bdm_dir\>/system/win32/ directory and 
    6060make sure to set your PATH environment variable: 
    6161\code