@@ -18,10 +18,12 @@ #import "OFSerialization.h" @class OFString; /*! + * @class OFURL OFURL.h ObjFW/OFURL.h + * * @brief A class for parsing URLs and accessing parts of it. */ @interface OFURL: OFObject { OFString *_scheme, *_host;