aboutsummaryrefslogtreecommitdiff
path: root/src/decode.h
diff options
context:
space:
mode:
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);