Skip to content

Commit

Permalink
iio.h: fix typo in doc parameter section for one function
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rgetz committed May 13, 2020
1 parent 86804ec commit 66b05fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iio.h
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 267,7 @@ __api struct iio_scan_block * iio_create_scan_block(


/** @brief Destroy the given scan block
* @param ctx A pointer to an iio_scan_block structure
* @param blk A pointer to an iio_scan_block structure
*
* <b>NOTE:</b> After that function, the iio_scan_block pointer shall be invalid.
*
Expand Down

0 comments on commit 66b05fa

Please sign in to comment.