Doxygen: Fix a few warnings.

This commit is contained in:
Uwe Hermann 2013-04-06 19:18:37 +02:00
parent 7b78b2f78f
commit ca0938c50b
4 changed files with 5 additions and 5 deletions

View File

@ -183,7 +183,7 @@ SR_API int sr_dev_trigger_set(const struct sr_dev_inst *sdi, int probenum,
* If the device's 'driver' field is NULL (virtual device), this
* function will always return FALSE (virtual devices don't have
* a hardware capabilities list).
* @param option The option that should be checked for support on the
* @param key The option that should be checked for support on the
* specified device.
*
* @return TRUE if the device has the specified option, FALSE otherwise.

View File

@ -80,8 +80,8 @@
* The requested unit size must be big enough to hold as
* much data as is specified by the number of enabled
* probes in 'probelist'.
* @param probelist Pointer to a list of probe numbers, numbered starting
* from 0. The list is terminated with -1.
* @param probe_array Pointer to a list of probe numbers, numbered starting
* from 0. The list is terminated with -1.
* @param data_in Pointer to the input data buffer. Must not be NULL.
* @param length_in The input data length (>= 1), in number of bytes.
* @param data_out Variable which will point to the newly allocated buffer

View File

@ -454,7 +454,7 @@ SR_API int sr_config_list(const struct sr_dev_driver *driver, int key,
/**
* Get information about a configuration key.
*
* @param opt The configuration key.
* @param key The configuration key.
*
* @return A pointer to a struct sr_config_info, or NULL if the key
* was not found.

View File

@ -36,7 +36,7 @@ extern "C" {
* The public libsigrok header file to be used by frontends.
*
* This is the only file that libsigrok users (frontends) are supposed to
* use and #include. There are other header files which get installed with
* use and \#include. There are other header files which get installed with
* libsigrok, but those are not meant to be used directly by frontends.
*
* The correct way to get/use the libsigrok API functions is: