@@ -21,16 +21,14 @@ #import "OFBlock.h" #import "OFExceptions.h" #import "atomic.h" -/// \cond internal @protocol RetainRelease - retain; - (void)release; @end -/// \endcond #if defined(OF_GNU_RUNTIME) || defined(OF_OBJFW_RUNTIME) struct objc_abi_class { struct objc_abi_metaclass *metaclass; const char *superclass, *name; @@ -246,11 +244,10 @@ } break; } } -/// \cond internal @implementation OFBlock #if defined(OF_APPLE_RUNTIME) && !defined(__OBJC2__) + (void)load { Class tmp; @@ -408,6 +405,5 @@ */ [self class]; } @end #endif -/// \endcond