@@ -83,14 +83,12 @@ return O_RDWR | O_CREAT | O_APPEND | O_BINARY; return -1; } -/// \cond internal @interface OFFileSingleton: OFFile @end -/// \endcond @implementation OFFile + (void)load { if (self != [OFFile class]) @@ -536,11 +534,10 @@ [super dealloc]; } @end -/// \cond internal @implementation OFFileSingleton - initWithPath: (OFString*)path mode: (OFString*)mode { Class c = isa; @@ -573,6 +570,5 @@ @throw [OFNotImplementedException newWithClass: isa selector: _cmd]; [super dealloc]; /* Get rid of stupid warning */ } @end -/// \endcond