@@ -25,22 +25,22 @@ # endif #endif OF_ASSUME_NONNULL_BEGIN -/*! +/** * @protocol OFBridging OFBridging.h ObjFWBridge/OFBridging.h * * @brief A protocol implemented by classes supporting bridging ObjFW objects * to Foundation objects. */ @protocol OFBridging -/*! +/** * @brief An instance of a Foundation object corresponding to the object. * * If possible, the original object is wrapped. If this is not possible, an * autoreleased copy is created. */ @property (readonly, nonatomic) id NSObject; @end OF_ASSUME_NONNULL_END