@@ -24,10 +24,12 @@ #include #import "OFStream.h" /*! + * @class OFSeekableStream OFSeekableStream.h ObjFW/OFSeekableStream.h + * * @brief A stream that supports seeking. * * @note If you want to subclass this, override * @ref lowlevelSeekToOffset:whence:. OFSeekableStream uses this method * and makes it work together with the caching of OFStream. If you