Index: sources/canbus/caninterface.h =================================================================== diff -u -rfee7fabf49befb065c89248c19e15efc9ca194e4 -rc5389647e2259e67f8e6d923f3481d7d3f4eab68 --- sources/canbus/caninterface.h (.../caninterface.h) (revision fee7fabf49befb065c89248c19e15efc9ca194e4) +++ sources/canbus/caninterface.h (.../caninterface.h) (revision c5389647e2259e67f8e6d923f3481d7d3f4eab68) @@ -31,12 +31,12 @@ /*! * \brief CANBUS interface - * \details This class contains the interface to CANBUS \n - * And utilizes Qt QCanBus to interact with the CANBUS \n - * This class works only with the QCanBusFrame frames. \n - * On the OS side there is a driver installed to convert SPI to CAN \n - * Since the GUI Board by itself doesn't contain the CAN Bus. \n - * Application would know nothing about the SPI-TO-CAN \n + * \details This class contains the interface to CANBUS + * And utilizes Qt QCanBus to interact with the CANBUS + * This class works only with the QCanBusFrame frames. + * On the OS side there is a driver installed to convert SPI to CAN + * Since the GUI Board by itself doesn't contain the CAN Bus. + * Application would know nothing about the SPI-TO-CAN */ class CanInterface : public QObject {