Index: sources/canbus/messagehandler.h =================================================================== diff -u -rfee7fabf49befb065c89248c19e15efc9ca194e4 -rc5389647e2259e67f8e6d923f3481d7d3f4eab68 --- sources/canbus/messagehandler.h (.../messagehandler.h) (revision fee7fabf49befb065c89248c19e15efc9ca194e4) +++ sources/canbus/messagehandler.h (.../messagehandler.h) (revision c5389647e2259e67f8e6d923f3481d7d3f4eab68) @@ -35,10 +35,10 @@ namespace Can { /*! - * \brief The MessageHandler class \n - * \details This class is an adapter or translator from QByteArray and QCanBusFrame \n - * So this class gets the data for the frame as QByteArray and creates a frame \n - * and send it to the CanInterface to deal with the CANBUS. \n + * \brief The MessageHandler class + * \details This class is an adapter or translator from QByteArray and QCanBusFrame + * So this class gets the data for the frame as QByteArray and creates a frame + * and send it to the CanInterface to deal with the CANBUS. */ class MessageHandler : public QObject {