@@ -35,15 +35,15 @@ extern int _OFEnumerator_NSObject_reference; #ifdef __cplusplus } #endif -/*! +/** * @category OFEnumerator (NSObject) \ * OFEnumerator+NSObject.h ObjFWBridge/OFEnumerator+NSObject.h * @brief Support for bridging OFEnumerators to NSEnumerators. */ @interface OFEnumerator (NSObject) @property (readonly, nonatomic) NSEnumerator *NSObject; @end OF_ASSUME_NONNULL_END