diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2012-05-09 01:06:01 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2012-05-09 01:06:01 +0200 |
commit | 29590b14fc508a0b951ea0b87e98f7741808bab0 (patch) | |
tree | 63c9b6fe855e787f467aa4ab290cffb146c40baa /util.c | |
parent | a465436e627578f69c403de75a89522dfd883217 (diff) | |
download | libsigrokdecode-29590b14fc508a0b951ea0b87e98f7741808bab0.tar.gz libsigrokdecode-29590b14fc508a0b951ea0b87e98f7741808bab0.zip |
srd: Fix a few Doxygen errors.
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,8 +68,8 @@ SRD_PRIV int py_attr_as_str(const PyObject *py_obj, const char *attr, * allocated char *. * * @param py_obj The dictionary to probe. - * @param attr Key of the item to retrieve. - * @param outstr ptr to char * storage to be filled in. + * @param key Key of the item to retrieve. + * @param outstr Pointer to char * storage to be filled in. * * @return SRD_OK upon success, a (negative) error code otherwise. * The 'outstr' argument points to a malloc()ed string upon success. |