summaryrefslogtreecommitdiff
path: root/controller.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2013-02-09 22:25:15 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2013-02-09 22:25:15 +0100
commit4895418c6800ecb128ed36af2a1bc46916c9be85 (patch)
treefaaf31519838f1122cbcf10f2d7a8501f0ac081e /controller.c
parent54fdeeefffe31d32dddaf0f3d6a99dc7b3bc2448 (diff)
downloadlibsigrokdecode-4895418c6800ecb128ed36af2a1bc46916c9be85.tar.gz
libsigrokdecode-4895418c6800ecb128ed36af2a1bc46916c9be85.zip
Doxygen: Initial groups and topic short descriptions.
Diffstat (limited to 'controller.c')
-rw-r--r--controller.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/controller.c b/controller.c
index 44fd6c7..e35b8be 100644
--- a/controller.c
+++ b/controller.c
@@ -265,6 +265,16 @@ SRD_PRIV int srd_decoder_searchpath_add(const char *path)
return SRD_OK;
}
+/** @} */
+
+/**
+ * @defgroup grp_instances Decoder instances
+ *
+ * Decoder instance handling.
+ *
+ * @{
+ */
+
/**
* 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.
*