aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-03-16 00:54:46 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-03-16 17:21:57 +0100
commitc329189149a157f452561016969525163ae6460f (patch)
treeb4dbcceca0e8ad1edd28a8b9bfe1eed4e3095fcd
parent9c78644a9454fa53c903cb3855d0199a257cc2b3 (diff)
Fix comments
Change-Id: Ia838d06885bc95196c5afc3668c0b028cb0f2763 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--src/can/can-bus.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/can/can-bus.cpp b/src/can/can-bus.cpp
index 31cb4b08..07a2f770 100644
--- a/src/can/can-bus.cpp
+++ b/src/can/can-bus.cpp
@@ -108,8 +108,7 @@ int can_bus_t::process_can_signals(can_message_t& can_message)
* @brief Will make the decoding operation on a diagnostic CAN message.It will add to
* the vehicle_message queue the decoded message and tell the event push thread to process it.
*
- * @param[in] entry - an active_diagnostic_request_t object that made the request
- * about that diagnostic CAN message.
+ * @param[in] manager - the diagnostic manager object that handle diagnostic communication
* @param[in] can_message - a single CAN message from the CAN socket read, to be decode.
*
* @return How many signals has been decoded.