]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoder.c
ds1307: Fix date/day-of-week printing.
[libsigrokdecode.git] / decoder.c
index 34e3d957d5fb034c0033927ae34956ed42e78299..3d20b26b115770daca4eb1a14172c19662a4f377 100644 (file)
--- a/decoder.c
+++ b/decoder.c
  * 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;
 }
+
+/** @} */