]> sigrok.org Git - libsigrokdecode.git/blobdiff - log.c
Doxygen: Initial groups and topic short descriptions.
[libsigrokdecode.git] / log.c
diff --git a/log.c b/log.c
index e68014cd52d52a49c4db8afa0b00b170679e50e8..95e3535723c0319f699b50558629ddc48fba0023 100644 (file)
--- a/log.c
+++ b/log.c
  * 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;
 }
+
+/** @} */