correct doxygen comment
This commit is contained in:
parent
a266c96a2f
commit
410471e248
@ -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.
|
* Convert a buffer with hex values into a buffer with binary values.
|
||||||
*
|
*
|
||||||
* @param src_buff source buffer with hex values
|
* @param dst destination buffer with binary values
|
||||||
* @param src_len byte count of source buffer
|
* @param dst_len byte count of destination buffer
|
||||||
* @param dest_buff destination buffer with binary values
|
* @param src source buffer with hex values
|
||||||
* @param dest_len byte count of destination buffer
|
* @param src_len byte count of source buffer
|
||||||
*
|
*
|
||||||
* @return byte count of successful converted values
|
* @return byte count of successful converted values
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user