Index: sources/canbus/CanInterface.h =================================================================== diff -u -rc503f43840024e18650c1ac558448dd0f3b70427 -r37e62f8f5c0345cd65b5e4161f07e86b442c22ac --- sources/canbus/CanInterface.h (.../CanInterface.h) (revision c503f43840024e18650c1ac558448dd0f3b70427) +++ sources/canbus/CanInterface.h (.../CanInterface.h) (revision 37e62f8f5c0345cd65b5e4161f07e86b442c22ac) @@ -34,7 +34,7 @@ namespace Can { /*! - * \brief CANBUS interface + * \brief CANBus interface * \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. @@ -139,6 +139,5 @@ void onFrameReceive (); void onFrameError (QCanBusDevice::CanBusError vError); void onFrameWritten (qint64 vFramesCount); - }; }