aboutsummaryrefslogtreecommitdiff
path: root/src/decode.h
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-03-09 17:35:19 +0100
committerrodarima <rodarima@gmail.com>2024-03-09 18:43:51 +0100
commit4c56214b8c2e130d3709bdca2513aef20b7b0fab (patch)
treeb8cd0c6dafb5850ba116221f6f39a62e84983aa5 /src/decode.h
parentbde09c45adf0daf252fafbaf87683d3ed7eaab07 (diff)
Use Doxygen comments for C files
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.h b/src/decode.h
index 06c987f6..dab0fba3 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -21,7 +21,7 @@ typedef struct Decode {
typedef struct DecodeTransfer {
Dstr *leftover;
void *state;
- bool_t finished; /* has the terminating chunk been seen? */
+ bool_t finished; /**< has the terminating chunk been seen? */
} DecodeTransfer;
DecodeTransfer *a_Decode_transfer_init(const char *format);