Index: sources/canbus/caninterface.cpp =================================================================== diff -u -rfee7fabf49befb065c89248c19e15efc9ca194e4 -rc5389647e2259e67f8e6d923f3481d7d3f4eab68 --- sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision fee7fabf49befb065c89248c19e15efc9ca194e4) +++ sources/canbus/caninterface.cpp (.../caninterface.cpp) (revision c5389647e2259e67f8e6d923f3481d7d3f4eab68) @@ -71,7 +71,7 @@ /*! * \brief CanInterface connections definition - * \details Initializes the required signal/slot connection between this class and other objects\n + * \details Initializes the required signal/slot connection between this class and other objects * to be able to communicate. */ void CanInterface::initConnections() @@ -128,10 +128,10 @@ } /*! - * \brief CanInterface console Output messaging \n - * \details Sends out formatted CANBUS message to the console \n - * for debugging purposes. \n - * \param vFrame - The CANBUS frame to be sent out \n + * \brief CanInterface console Output messaging + * \details Sends out formatted CANBUS message to the console + * for debugging purposes. + * \param vFrame - The CANBUS frame to be sent out */ void CanInterface::consoleOut(const QCanBusFrame &vFrame) { @@ -209,12 +209,12 @@ } /*! - * \brief CanInterface::onFrameWrittern \n - * \details This is the slot connected to the signal \n - * which is emitted every time a payload of frames \n - * has been written to the CANBUS bus. \n - * \param vFramesCount - The framesCount argument is set to the number of frames \n - * that were written in this payload. \n + * \brief CanInterface::onFrameWrittern + * \details This is the slot connected to the signal + * which is emitted every time a payload of frames + * has been written to the CANBUS bus. + * \param vFramesCount - The framesCount argument is set to the number of frames + * that were written in this payload. */ void CanInterface::onFrameWrittern(qint64 /*vFramesCount*/) {