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 Index: sources/configuration/display.h =================================================================== diff -u -r5194f3afffb28dac90a7ca4153b6a0ca2f239387 -rc7b359e8bd94eeb2d57cc71897511382520d1f0e --- sources/configuration/display.h (.../display.h) (revision 5194f3afffb28dac90a7ca4153b6a0ca2f239387) +++ sources/configuration/display.h (.../display.h) (revision c7b359e8bd94eeb2d57cc71897511382520d1f0e) @@ -17,9 +17,8 @@ namespace Configuration { /*! - * \brief The display class - * The Display class controls the display brightness - * and any other later required display configuration. + * \brief display brightness and configuration + * \details The display class The Display class controls the display brightness and any other later required display configuration. */ class display : public QObject { Index: sources/configuration/sound.h =================================================================== diff -u -r5194f3afffb28dac90a7ca4153b6a0ca2f239387 -rc7b359e8bd94eeb2d57cc71897511382520d1f0e --- sources/configuration/sound.h (.../sound.h) (revision 5194f3afffb28dac90a7ca4153b6a0ca2f239387) +++ sources/configuration/sound.h (.../sound.h) (revision c7b359e8bd94eeb2d57cc71897511382520d1f0e) @@ -16,11 +16,11 @@ #include namespace Configuration { + /*! - * \brief The sound class - * The Sound class controls the sound volume - * and any other later required sound configuration. - */ + * \brief sound volume and configuration + * \details The sound class The Sound class controls the sound volume and any other later required sound configuration. +*/ class sound : public QObject { Q_OBJECT