From 11e2a4950883b4351a5f063d77d6e5f8f6b410ec Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 21 Nov 2015 14:33:16 +0100 Subject: [PATCH] nicer documentation --- src/lib/ebus/message.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/ebus/message.h b/src/lib/ebus/message.h index b9942288..07e92d0b 100644 --- a/src/lib/ebus/message.h +++ b/src/lib/ebus/message.h @@ -28,8 +28,8 @@ #include /** @file message.h - * Classes, functions, and constants related to decoding/encoding of complete - * messages on the eBUS to/from readable values. + * Classes and functions for decoding and encoding of complete messages on the + * eBUS to and from readable values. * * A @a Message has a unique numeric key (see Message#getKey()) as well as a * unique name and circuit (@see Message#getCircuit() and Message#getName()).