X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=controller.c;h=e35b8be2a987facf8c7d4bcc45c3cd5bfd4568a3;hp=44fd6c76e079359e5a9af4a810bc249a4130385c;hb=4895418c6800ecb128ed36af2a1bc46916c9be85;hpb=54fdeeefffe31d32dddaf0f3d6a99dc7b3bc2448 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. *