From d74c8044f843928caffa4f3167e0ae969488ddaa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 16 Nov 2015 00:30:31 +0100 Subject: m doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/slibc-human.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/slibc-human.h b/include/slibc-human.h index 30b62a1..ab89036 100644 --- a/include/slibc-human.h +++ b/include/slibc-human.h @@ -97,6 +97,8 @@ enum humansize_mode * * For example `detail == 0` may yeild '3TB 2MB 1KB', * and `detail == 3` may yeild '3TB 2MB' for the same size. + * + * Cannot be combined with `HUMANSIZE_ROUND`. */ HUMANSIZE_EXACT = 16, @@ -104,6 +106,8 @@ enum humansize_mode * Similar to `HUMANSIZE_EXACT` with `detail == 1`, * but the value will include `detail` digits. * `detail` < 0 is allowed, + * + * Cannot be combined with `HUMANSIZE_EXACT`. */ HUMANSIZE_ROUND = 32, }; -- cgit v1.2.3-70-g09d2