From af0ce31ecba855b2cff9215611092cbcf9d1b873 Mon Sep 17 00:00:00 2001 From: john30 Date: Sun, 15 Nov 2015 14:42:28 +0100 Subject: [PATCH] fixed documentation --- src/ebusd/mainloop.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ebusd/mainloop.h b/src/ebusd/mainloop.h index a254f744..df0e61fb 100644 --- a/src/ebusd/mainloop.h +++ b/src/ebusd/mainloop.h @@ -88,6 +88,7 @@ private: * Decode and execute client message. * @param data the data string to decode (may be empty). * @param connected set to false when the client connection shall be closed. + * @param isHttp true for HTTP message. * @param listening set to true when the client is in listening mode. * @param running set to false when the server shall be stopped. * @return result string to send back to the client. @@ -97,7 +98,7 @@ private: /** * Parse the hex master message from the remaining arguments. * @param args the arguments passed to the command. - * @param argIndex the index of the first argument to parse. + * @param argPos the index of the first argument to parse. * @param master the master @a SymbolString to write the data to. * @return the result from parsing the arguments. */