Index: sources/model/MHDDebugText.h =================================================================== diff -u -rf55997d0ae3f14b8dbe1cfad700edc73d5cdd80b -r4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9 --- sources/model/MHDDebugText.h (.../MHDDebugText.h) (revision f55997d0ae3f14b8dbe1cfad700edc73d5cdd80b) +++ sources/model/MHDDebugText.h (.../MHDDebugText.h) (revision 4d969a04e6d80a6d2f6b756a4b87aecd6356e6a9) @@ -28,20 +28,23 @@ * \brief The MHDDebugText class * \details the Debug Text Message from HD * - * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | Payload | - * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:---------------------------------------:|:----------------------------------------------------------:| - * |0xFFF1| 0x020 | 6 | Event| N | HD | UI | HD debug text for UI to log ASCII text | 40 bytes, null term text + msg overhead will take 6 frames | + * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | + * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:---------------------------------------:| + * |0xFFF1| 0x020 | 6 | Event| N | HD | UI | HD debug text for UI to log ASCII text | * - * | Payload || - * | || + * | Payload | + * | | + * | 40 bytes, null term text + msg overhead will take 6 frames | * - * Logging info : + * \sa Data * - * | typeText | unitText | infoText | - * |:---------:|:--------:|:--------:| - * | Datum | HD | Debug | + *