nicer documentation

This commit is contained in:
john30
2015-11-21 14:33:16 +01:00
parent 331820f7ee
commit 11e2a49508
+2 -2
View File
@@ -28,8 +28,8 @@
#include <map> #include <map>
/** @file message.h /** @file message.h
* Classes, functions, and constants related to decoding/encoding of complete * Classes and functions for decoding and encoding of complete messages on the
* messages on the eBUS to/from readable values. * eBUS to and from readable values.
* *
* A @a Message has a unique numeric key (see Message#getKey()) as well as a * 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()). * unique name and circuit (@see Message#getCircuit() and Message#getName()).