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:
rfm 2009-11-23 09:42:18 +00:00
parent f3eaac4188
commit d9749d603d
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;