From cd522fc30d020f9a27a16cb6db2f8f442ca8fc1a Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 8 Nov 2015 20:34:51 +0100 Subject: [PATCH] documentation --- src/ebusd/bushandler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ebusd/bushandler.h b/src/ebusd/bushandler.h index d876cc72..27e3c54b 100644 --- a/src/ebusd/bushandler.h +++ b/src/ebusd/bushandler.h @@ -175,6 +175,7 @@ public: /** * Constructor. + * @param messageMap the @a MessageMap instance. * @param message the primary query @a Message. * @param messages the optional secondary query @a Message instances (to be queried only when the primary was successful). * @param busHandler the @a BusHandler instance to notify of final scan result.