@@ -21,13 +21,16 @@ #endif #import "OFBridging.h" /*! + * @category OFString (NSObject) \ + * OFString+NSObject.h ObjFW-Bridge/OFString+NSObject.h + * * @brief Support for bridging OFStrings to NSStrings. * * Unfortunately, they need to be copied, as NSString is not capable of * handling UCS-4 properly (a character of NSString is only 2 bytes, while a * character of OFString is 4). */ @interface OFString (NSObject) @end