]> vaikene.ee Git - evaf/commitdiff
Documentation update.
authorEnar Väikene <enar@vaikene.net>
Tue, 29 Nov 2011 14:04:10 +0000 (16:04 +0200)
committerEnar Väikene <enar@vaikene.net>
Tue, 29 Nov 2011 14:04:10 +0000 (16:04 +0200)
src/libs/Common/inifile.h

index 5392984dfec8645a9b07bea97a214d699ccbbab9..21a1bc4346ac293b8d96b03992242210efce013a 100644 (file)
@@ -59,7 +59,7 @@ namespace Internal {
  * of different data types:
  *
  * @li Bool - '0', 'false', 'off', 'no' are equal to false and '1', 'true', 'on', 'yes' are equal to true;
- * @li Char - a single character or an ASCII code as '\0NNN' or '\0xNN';
+ * @li Char - a single character or an ASCII code as '\0NNN' (oct) or '\0xNN' (hex);
  * @li Date - date string in the ISO 8601 format YYYY-MM-DD;
  * @li DateTime - date and time string in the ISO 8601 format YYY-MM-DDTHH:MM:SSTZD;
  * @li Double - the decimal point is always '.' regardless of the locale;