diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2018-10-15 00:16:51 +0200 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2018-10-16 21:49:42 +0200 |
commit | 3a063627c5658a65790ff52a9c0ed9a1f660a0fb (patch) | |
tree | e136858bf806620d405ae4094fd262ee1641ae55 /srd.c | |
parent | 0dba8d303d5788539a5582a48444e8ecb5575b4f (diff) | |
download | libsigrokdecode-3a063627c5658a65790ff52a9c0ed9a1f660a0fb.tar.gz libsigrokdecode-3a063627c5658a65790ff52a9c0ed9a1f660a0fb.zip |
Update a few Doxygen @since tags.
Drop @since tags for non-public functions.
Diffstat (limited to 'srd.c')
-rw-r--r-- | srd.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -347,8 +347,6 @@ SRD_API int srd_exit(void) * @return SRD_OK upon success, a (negative) error code otherwise. * * @private - * - * @since 0.1.0 */ SRD_PRIV int srd_decoder_searchpath_add(const char *path) { |