]> sigrok.org Git - libsigrok.git/blobdiff - log.c
VCD data parsing
[libsigrok.git] / log.c
diff --git a/log.c b/log.c
index 8cfcf53efda2c94133e0f19dbc30a62ab9589f08..6ebede70418f6f56dd6d53576d24957089482299 100644 (file)
--- a/log.c
+++ b/log.c
 /**
  * @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;
 }
+
+/** @} */