@@ -20,11 +20,11 @@ OF_ASSUME_NONNULL_BEGIN #define OF_INFLATE64_STREAM_BUFFER_SIZE 4096 -/*! +/** * @class OFInflate64Stream OFInflate64Stream.h ObjFW/OFInflate64Stream.h * * @note This class only conforms to OFReadyForReadingObserving if the * underlying stream does so, too. * @@ -70,11 +70,11 @@ } huffman; } _context; bool _inLastBlock, _atEndOfStream; } -/*! +/** * @brief Creates a new OFInflate64Stream with the specified underlying stream. * * @param stream The underlying stream to which compressed data is written or * from which compressed data is read * @return A new, autoreleased OFInflate64Stream @@ -81,11 +81,11 @@ */ + (instancetype)streamWithStream: (OFStream *)stream; - (instancetype)init OF_UNAVAILABLE; -/*! +/** * @brief Initializes an already allocated OFInflate64Stream with the specified * underlying stream. * * @param stream The underlying stream to which compressed data is written or * from which compressed data is read