X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=log.c;h=6ebede70418f6f56dd6d53576d24957089482299;hb=ba642e8678906a27015755f8ca04ca7f73195036;hp=8cfcf53efda2c94133e0f19dbc30a62ab9589f08;hpb=b4bd70889f3009f5d836a9bf701725a6aceac039;p=libsigrok.git diff --git a/log.c b/log.c index 8cfcf53e..6ebede70 100644 --- a/log.c +++ b/log.c @@ -26,7 +26,15 @@ /** * @file * - * Logging support. + * Controlling the libsigrok message logging functionality. + */ + +/** + * @defgroup grp_logging Logging + * + * Controlling the libsigrok message logging functionality. + * + * @{ */ /* Currently selected libsigrok loglevel. Default: SR_LOG_WARN. */ @@ -275,3 +283,5 @@ SR_PRIV int sr_err(const char *format, ...) return ret; } + +/** @} */