diff options
Diffstat (limited to 'decoder.c')
-rw-r--r-- | decoder.c | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -23,6 +23,12 @@ #include "sigrokdecode-internal.h" #include <glib.h> +/** + * @file + * + * Listing, loading, unloading, and handling protocol decoders. + */ + /** @cond PRIVATE */ /* The list of protocol decoders. */ |