summaryrefslogtreecommitdiff
path: root/decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'decoder.c')
-rw-r--r--decoder.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/decoder.c b/decoder.c
index 34e3d95..3d20b26 100644
--- a/decoder.c
+++ b/decoder.c
@@ -29,6 +29,14 @@
* Listing, loading, unloading, and handling protocol decoders.
*/
+/**
+ * @defgroup grp_decoder Protocol decoders
+ *
+ * Handling protocol decoders.
+ *
+ * @{
+ */
+
/** @cond PRIVATE */
/* The list of protocol decoders. */
@@ -432,3 +440,5 @@ SRD_API int srd_decoder_unload_all(void)
return SRD_OK;
}
+
+/** @} */