From b5f81f86ea3807a6eef571a29f1f088dc7c7d5c9 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 19 Nov 2016 11:42:45 +0100 Subject: [PATCH] documentation --- src/lib/ebus/datatype.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ebus/datatype.h b/src/lib/ebus/datatype.h index 3917da1c..9331d275 100644 --- a/src/lib/ebus/datatype.h +++ b/src/lib/ebus/datatype.h @@ -394,7 +394,7 @@ public: /** * Constructs a new instance for multiple of 8 bits. * @param id the type identifier. - * @param bitCount the number of bits (maximum length if #ADJ flag is set, must be multiple of 8 with flag #BCD). + * @param bitCount the number of bits (maximum length if #ADJ flag is set). * @param flags the combination of flags (like #BCD). * @param replacement the replacement value (no replacement if equal to minValue). * @param minValue the minimum raw value.