Skip to content

Commit 66b05fa

Browse files
committed
iio.h: fix typo in doc parameter section for one function
Fix doc error pointed out by Doxygen warning/error checking now in CI. (which actually means the previous commits worked :) From CI log: 2678/docker_build_dir/iio.h:269: warning: argument 'ctx' of command @param is not found in the argument list of iio_scan_block_destroy(struct iio_scan_block *blk) 2679/docker_build_dir/iio.h:275: warning: The following parameters of iio_scan_block_destroy(struct iio_scan_block *blk) are not documented: Signed-off-by: Robin Getz <[email protected]>
1 parent 86804ec commit 66b05fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ __api struct iio_scan_block * iio_create_scan_block(
267267

268268

269269
/** @brief Destroy the given scan block
270-
* @param ctx A pointer to an iio_scan_block structure
270+
* @param blk A pointer to an iio_scan_block structure
271271
*
272272
* <b>NOTE:</b> After that function, the iio_scan_block pointer shall be invalid.
273273
*

0 commit comments

Comments
 (0)