Index: sources/canbus/FrameInterface.h =================================================================== diff -u -r1b24a85761c65a685fac98f396e244af97b94443 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/canbus/FrameInterface.h (.../FrameInterface.h) (revision 1b24a85761c65a685fac98f396e244af97b94443) +++ sources/canbus/FrameInterface.h (.../FrameInterface.h) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -19,7 +19,7 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "MessageGlobals.h" // Define @@ -37,7 +37,7 @@ * \brief The FrameInterface class * \details This class is an interface between QByteArray and QCanBusFrame * and gets the data as QByteArray and creates a frame - * and sends it to the CanInterface to deal with the CANBUS. + * and sends it to the CanInterface to deal with the CANBus. * And does it in reverse when receives a frame from CanInterface. */ class FrameInterface : public QObject @@ -54,7 +54,7 @@ /*! * \brief The ChannelGroup enum - * \details The enum which represent the categories of the CANBUS channel + * \details The enum which represent the categories of the CANBus channel */ enum class ChannelGroup { eChannel_Unknown, ///< An Unknown channels category