mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
f3eaac4188
commit
d9749d603d
6 changed files with 85 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue