Index: sources/canbus/MessageDispatcher.h =================================================================== diff -u -r73d6d02c19467735e92f7c451ca5d3b47a2a90e4 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/canbus/MessageDispatcher.h (.../MessageDispatcher.h) (revision 73d6d02c19467735e92f7c451ca5d3b47a2a90e4) +++ sources/canbus/MessageDispatcher.h (.../MessageDispatcher.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -18,7 +18,7 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "MessageBuilder.h" #include "MessageInterpreter.h" @@ -191,11 +191,11 @@ signals: /*! * \brief didActionReceive - * \details When a message received over the CANBUS this signal is emitted + * \details When a message received over the CANBus this signal is emitted * on successful collecting all required payloads from different frames if any * and successfully has been built into a message and can be interpreted - * \param vAction - The action has been extracted from CANBUS message header to be done - * \param vData - The data has been collected from CANBUS frame(s) + * \param vAction - The action has been extracted from CANBus message header to be done + * \param vData - The data has been collected from CANBus frame(s) */ void didActionReceive (GuiActionType vAction , const QVariantList &vData); @@ -227,7 +227,7 @@ * \brief didFrameTransmit * \details When a message is requested to be transmitted this signal is emitted * on successful interpretation and building the message into frames - * \param vCan_Id - Target channel of the CANBUS message + * \param vCan_Id - Target channel of the CANBus message * \param vPayload - The payload of the message to be sent */ void didFrameTransmit (Can_Id vCan_Id, const QByteArray &vPayload);