]> sigrok.org Git - libsigrok.git/blobdiff - datastore.c
Doxygen: Initial groups and topic short descriptions.
[libsigrok.git] / datastore.c
index c4b82e67593e1e974e4b7d607c81b2029f042c77..a5cdd284b3297074beda7311655d6ee707210d5d 100644 (file)
 #include "libsigrok.h"
 #include "libsigrok-internal.h"
 
+/**
+ * @defgroup grp_datastore Datastore
+ *
+ * Creating, using, or destroying libsigrok datastores.
+ *
+ * @{
+ */
+
 static gpointer new_chunk(struct sr_datastore **ds);
 
 /**
@@ -241,3 +249,5 @@ static gpointer new_chunk(struct sr_datastore **ds)
 
        return chunk; /* TODO: SR_OK later? */
 }
+
+/** @} */