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()).