Index: sources/canbus/MessageBuilder.cpp =================================================================== diff -u -r8d8dcd5a30aa0b465895788563b39a591b76d34b -r7866dbf6119b74e1a4f30a31746ec0fada6d5785 --- sources/canbus/MessageBuilder.cpp (.../MessageBuilder.cpp) (revision 8d8dcd5a30aa0b465895788563b39a591b76d34b) +++ sources/canbus/MessageBuilder.cpp (.../MessageBuilder.cpp) (revision 7866dbf6119b74e1a4f30a31746ec0fada6d5785) @@ -41,7 +41,7 @@ * \param vAction - The ActionID of the requested message. * \param vData - The payload of the message. * \param vFrameList - The list of frames which has been created by vAction and vData to be sent. - * \return false on error + * \return true on successful to build a frame */ bool MessageBuilder::buildFrames(Gui::GuiActionType vAction, const QByteArray &vData, FrameList &vFrameList, Sequence vSequence) { @@ -285,7 +285,7 @@ /*! * \brief MessageBuilder::enableConsoleOut - * \details + * \details Enables or Disables the console output and logs the status * \param vEnabled */ void MessageBuilder::enableConsoleOut(bool vEnabled) {