From: Enar Väikene <enar@vaikene.net>
Date: Tue, 29 Nov 2011 14:04:10 +0000 (+0200)
Subject: Documentation update.
X-Git-Url: https://vaikene.ee/gitweb/pswgen01.html?a=commitdiff_plain;h=b280102618ec2ced838a092ba7673964ab272569;p=evaf

Documentation update.
---

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;