Changeset 471 for library/system

Show
Ignore:
Timestamp:
08/05/09 00:01:58 (15 years ago)
Author:
mido
Message:

1) ad UserInfo?: UI::get a UI::build predelany tak, ze vraci fals / NULL v pripade neexistence pozadovaneho Settingu, pridana enumericky typ UI::SettingPresence?, predelany stavajici UI implementace, dodelana UI dokumentace
2) dokoncena konfigurace ASTYLERU, brzy bude aplikovan
3) doxygen nastaven tak, ze vytvari soubor doxy_warnings.txt

Location:
library/system
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • library/system/astylerc

    r408 r471  
    2929pad=paren 
    3030unpad=paren 
    31 one-line=keep-blocks 
     31 
     32#Don't want to break one-line blocks? Uncomment the following line...  
     33#one-line=keep-blocks 
     34#Code like: 
     35#   if (isFoo) 
     36#      { isFoo = false; cout << isFoo << endl; } 
     37# then remains unchanged.