From b280102618ec2ced838a092ba7673964ab272569 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Enar=20V=C3=A4ikene?= Date: Tue, 29 Nov 2011 16:04:10 +0200 Subject: [PATCH] Documentation update. --- src/libs/Common/inifile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.45.0