X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoder.c;h=3d20b26b115770daca4eb1a14172c19662a4f377;hb=8b97d010eff4f87732c9a82e3f8c9e624295f4ff;hp=52c913aeea0ad6bec6e9f876c4ee93714a112818;hpb=57790bc8c558ccf2e57b3d973c043088232628c7;p=libsigrokdecode.git diff --git a/decoder.c b/decoder.c index 52c913a..3d20b26 100644 --- a/decoder.c +++ b/decoder.c @@ -23,6 +23,20 @@ #include "sigrokdecode-internal.h" #include +/** + * @file + * + * Listing, loading, unloading, and handling protocol decoders. + */ + +/** + * @defgroup grp_decoder Protocol decoders + * + * Handling protocol decoders. + * + * @{ + */ + /** @cond PRIVATE */ /* The list of protocol decoders. */ @@ -426,3 +440,5 @@ SRD_API int srd_decoder_unload_all(void) return SRD_OK; } + +/** @} */