Index: sources/canbus/canbus.h =================================================================== diff -u -r5194f3afffb28dac90a7ca4153b6a0ca2f239387 -rc7b359e8bd94eeb2d57cc71897511382520d1f0e --- sources/canbus/canbus.h (.../canbus.h) (revision 5194f3afffb28dac90a7ca4153b6a0ca2f239387) +++ sources/canbus/canbus.h (.../canbus.h) (revision c7b359e8bd94eeb2d57cc71897511382520d1f0e) @@ -16,13 +16,12 @@ #include /*! - * \brief The CanBus class - * This class contains the interface to CanBus\n + * \brief CanBus interface + * \details This class contains the interface to CanBus\n * And utilizes Qt QCanBus to interact with the CanBus\n * On the OS size there is a driver installed to convert SPI to CAN\n * Since the GUI Board by itself doesn't contain the CAN Bus. - * \image html CanInterface.png - */ + */ class CanBus : public QObject { Q_OBJECT