From 410471e248878f5c73f480678cc75510b8e445a8 Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Mon, 10 Dec 2012 21:55:13 +0100 Subject: [PATCH] correct doxygen comment --- mbus/mbus-protocol-aux.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mbus/mbus-protocol-aux.h b/mbus/mbus-protocol-aux.h index 40d9fd4..73e8a50 100755 --- a/mbus/mbus-protocol-aux.h +++ b/mbus/mbus-protocol-aux.h @@ -436,10 +436,10 @@ int mbus_scan_2nd_address_range(mbus_handle * handle, int pos, char *addr_mask); /** * Convert a buffer with hex values into a buffer with binary values. * - * @param src_buff source buffer with hex values - * @param src_len byte count of source buffer - * @param dest_buff destination buffer with binary values - * @param dest_len byte count of destination buffer + * @param dst destination buffer with binary values + * @param dst_len byte count of destination buffer + * @param src source buffer with hex values + * @param src_len byte count of source buffer * * @return byte count of successful converted values */