diff options
Diffstat (limited to 'src/reader.c')
-rw-r--r-- | src/reader.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reader.c b/src/reader.c index d96a2d2f..c911f158 100644 --- a/src/reader.c +++ b/src/reader.c @@ -82,8 +82,8 @@ struct SerdReaderImpl { uint8_t* file_buf; int32_t read_head; ///< Offset into read_buf uint8_t read_byte; ///< 1-byte 'buffer' used when not paging - bool from_file; ///< True iff reading from @ref fd - bool paging; ///< True iff reading a page at a time + bool from_file; ///< True iff reading from `fd` + bool paging; ///< True iff reading a page at a time bool eof; bool seen_genid; #ifdef SERD_STACK_CHECK |