@@ -59,10 +59,12 @@ typedef bool (^of_stream_async_read_line_block_t)(OFStream *stream, OFString *line, OFException *exception); #endif /*! + * @class OFStream OFStream.h ObjFW/OFStream.h + * * @brief A base class for different types of streams. * * @warning Even though the OFCopying protocol is implemented, it does *not* * return an independent copy of the stream, but instead retains it. * This is so that the stream can be used as a key for a dictionary,