summaryrefslogtreecommitdiff
path: root/src/console/dlt-passive-node-ctrl.c
diff options
context:
space:
mode:
authorSaya Sugiura <ssugiura@jp.adit-jv.com>2019-07-08 16:25:05 +0900
committerSaya Sugiura <39760799+ssugiura@users.noreply.github.com>2019-07-19 14:46:29 +0900
commit0d3cd872a6ab5a14cfb66bb7faa5a6d83ad3c5ea (patch)
treec766a223d631df369d8939c4ec1d38fa1a1b3e67 /src/console/dlt-passive-node-ctrl.c
parent868d212f5de18d084f5bcb88154ee7bad77ca71b (diff)
downloadDLT-daemon-0d3cd872a6ab5a14cfb66bb7faa5a6d83ad3c5ea.tar.gz
doxygen: Get rid of warnings
Signed-off-by: Saya Sugiura <ssugiura@jp.adit-jv.com>
Diffstat (limited to 'src/console/dlt-passive-node-ctrl.c')
-rw-r--r--src/console/dlt-passive-node-ctrl.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/console/dlt-passive-node-ctrl.c b/src/console/dlt-passive-node-ctrl.c
index c41129e..0937af7 100644
--- a/src/console/dlt-passive-node-ctrl.c
+++ b/src/console/dlt-passive-node-ctrl.c
@@ -157,11 +157,13 @@ static void dlt_print_passive_node_status(
* @brief Analyze received DLT Daemon response
*
* This function checks the received message. In particular, it checks the
- * answer string 'service(<ID>, {ok, error, perm_denied})'. In any case the
+ * answer string 'service(\<ID\>, {ok, error, perm_denied})'. In any case the
* g_callback_return variable will be set as well which is evaluated in the
* main function after the communication thread returned.
*
- * @param message Received DLT Message
+ * @param answer Recieved response
+ * @param payload Received DLT Message
+ * @param len Length of received DLT message
* @return 0 if daemon returns 'ok' message, -1 otherwise
*/
static int dlt_passive_node_analyze_response(char *answer,