]> sigrok.org Git - libsigrokdecode.git/blobdiff - controller.c
Doxygen: Initial groups and topic short descriptions.
[libsigrokdecode.git] / controller.c
index 44fd6c76e079359e5a9af4a810bc249a4130385c..e35b8be2a987facf8c7d4bcc45c3cd5bfd4568a3 100644 (file)
@@ -265,6 +265,16 @@ SRD_PRIV int srd_decoder_searchpath_add(const char *path)
        return SRD_OK;
 }
 
        return SRD_OK;
 }
 
+/** @} */
+
+/**
+ * @defgroup grp_instances Decoder instances
+ *
+ * Decoder instance handling.
+ *
+ * @{
+ */
+
 /**
  * Set one or more options in a decoder instance.
  *
 /**
  * Set one or more options in a decoder instance.
  *
@@ -792,6 +802,16 @@ SRD_PRIV void srd_inst_free_all(GSList *stack)
        }
 }
 
        }
 }
 
+/** @} */
+
+/**
+ * @defgroup grp_session Session handling
+ *
+ * Starting and handling decoding sessions.
+ *
+ * @{
+ */
+
 /**
  * Start a decoding session.
  *
 /**
  * Start a decoding session.
  *