X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=error.c;h=c9b8589e218991059c3dcc4cd4eeeb6fb4f340e7;hb=c77ed446f2c08e2906883023c85feafa19a0ec10;hp=1e33d9ab467bc76663362f2b3081133ef4217e3c;hpb=7b870c38e3040fec1165a623ae3986e4fb342218;p=libsigrok.git diff --git a/error.c b/error.c index 1e33d9ab..c9b8589e 100644 --- a/error.c +++ b/error.c @@ -20,11 +20,20 @@ #include "libsigrok.h" +/** + * @file + * + * Error handling in libsigrok. + */ + /** * @defgroup grp_error Error handling * * Error handling in libsigrok. * + * libsigrok functions usually return @ref SR_OK upon success, or a negative + * error code on failure. + * * @{ */