Documentation generation improvments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29047 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-11-23 09:42:18 +00:00
parent a3d9656e82
commit 19796a1465
6 changed files with 85 additions and 7 deletions

View file

@ -239,6 +239,8 @@ stringFromMsgType(int type)
/** <ignore> */
#define GSInternal NSConnectionInternal
#include "GSInternal.h"
GS_BEGIN_INTERNAL(NSConnection)
@ -312,6 +314,8 @@ GS_END_INTERNAL(NSConnection)
#define InameServer (internal->_nameServer)
#define IlastKeepalive (internal->_lastKeepalive)
/** </ignore> */
@interface NSConnection(Private)
- (void) handlePortMessage: (NSPortMessage*)msg;

View file

@ -19,10 +19,10 @@
Boston, MA 02111 USA.
<title>NSLock class reference</title>
<ignore> All autogsdoc markup is in the header
*/
// This file uses some SUS'98 extensions, so we need to tell glibc not to hide
// them. Other platforms have more sensible libcs, which just default to being
// standards-compliant.
@ -36,7 +36,7 @@
#include <errno.h>
#import "Foundation/NSException.h"
/**
/*
* Methods shared between NSLock, NSRecursiveLock, and NSCondition
*
* Note: These methods currently throw exceptions when locks are incorrectly
@ -126,7 +126,7 @@ static pthread_mutexattr_t attr_normal;
static pthread_mutexattr_t attr_reporting;
static pthread_mutexattr_t attr_recursive;
/**
/*
* OS X 10.5 compatibility function to allow debugging deadlock conditions.
*/
void _NSLockError(id obj, SEL _cmd)

View file

@ -1996,7 +1996,7 @@ GSGarbageCollectorLog(char *msg, GC_word arg)
return NO;
}
+ (BOOL) resolveInstanceMethod: (SEL)name;
+ (BOOL) resolveInstanceMethod: (SEL)name
{
return NO;
}
@ -2029,7 +2029,7 @@ GSGarbageCollectorLog(char *msg, GC_word arg)
return AUTORELEASE([[GSContentAccessingProxy alloc] initWithObject: self]);
}
- (id) forwardingTargetForSelector:(SEL)aSelector;
- (id) forwardingTargetForSelector:(SEL)aSelector
{
return nil;
}