summaryrefslogtreecommitdiff
path: root/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'log.c')
-rw-r--r--log.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/log.c b/log.c
index e68014c..95e3535 100644
--- a/log.c
+++ b/log.c
@@ -29,6 +29,14 @@
* Controlling the libsigrokdecode message logging functionality.
*/
+/**
+ * @defgroup grp_logging Logging
+ *
+ * Controlling the libsigrokdecode message logging functionality.
+ *
+ * @{
+ */
+
/* Currently selected libsigrokdecode loglevel. Default: SRD_LOG_WARN. */
static int srd_loglevel = SRD_LOG_WARN; /* Show errors+warnings per default. */
@@ -283,3 +291,5 @@ SRD_PRIV int srd_err(const char *format, ...)
return ret;
}
+
+/** @} */