]> sigrok.org Git - libsigrok.git/blobdiff - backend.c
Doxygen: Initial groups and topic short descriptions.
[libsigrok.git] / backend.c
index 2d0b38e2e44ecbb22bff2a5640e2e38b38f851fe..840b1723df9fea38ee755e2ee4ada1a2a258d48d 100644 (file)
--- a/backend.c
+++ b/backend.c
  * <a href="http://sigrok.org/wiki/Libsigrok">sigrok.org/wiki/Libsigrok</a>
  */
 
+/**
+ * @defgroup grp_init Initialization
+ *
+ * Initializing and shutting down libsigrok.
+ *
+ * @{
+ */
+
 /**
  * Initialize libsigrok.
  *
@@ -130,3 +138,5 @@ SR_API int sr_exit(struct sr_context *ctx)
 
        return SR_OK;
 }
+
+/** @} */