X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Flibs%2FCommon%2Finifile.h;h=21a1bc4346ac293b8d96b03992242210efce013a;hb=b280102618ec2ced838a092ba7673964ab272569;hp=5392984dfec8645a9b07bea97a214d699ccbbab9;hpb=25d800db07942aadab4140a4ed05196e7f4dcd12;p=evaf diff --git a/src/libs/Common/inifile.h b/src/libs/Common/inifile.h index 5392984..21a1bc4 100644 --- a/src/libs/Common/inifile.h +++ b/src/libs/Common/inifile.h @@ -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;