]> sigrok.org Git - libsigrok.git/blobdiff - log.c
Doxygen: Initial groups and topic short descriptions.
[libsigrok.git] / log.c
diff --git a/log.c b/log.c
index 8cfcf53efda2c94133e0f19dbc30a62ab9589f08..a3b807aa95c8fff91217679ceb859888ecda5079 100644 (file)
--- a/log.c
+++ b/log.c
  * Logging support.
  */
 
+/**
+ * @defgroup grp_logging Logging
+ *
+ * Controlling the libsigrok message logging functionality.
+ *
+ * @{
+ */
+
 /* Currently selected libsigrok loglevel. Default: SR_LOG_WARN. */
 static int sr_loglevel = SR_LOG_WARN; /* Show errors+warnings per default. */
 
@@ -275,3 +283,5 @@ SR_PRIV int sr_err(const char *format, ...)
 
        return ret;
 }
+
+/** @} */