mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Improved automatic insertion of references to methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11137 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b75bfbda47
commit
dd0aceb1a3
2 changed files with 259 additions and 25 deletions
|
@ -30,6 +30,11 @@
|
|||
NSCharacterSet *spacenl; // Blanks excluding newline
|
||||
}
|
||||
|
||||
- (unsigned) fitWords: (NSArray*)a
|
||||
from: (unsigned)start
|
||||
to: (unsigned)end
|
||||
maxSize: (unsigned)limit
|
||||
output: (NSMutableString*)buf;
|
||||
- (NSString*) output: (NSDictionary*)d;
|
||||
- (BOOL) output: (NSDictionary*)d file: (NSString*)name;
|
||||
- (void) outputMethod: (NSDictionary*)d to: (NSMutableString*)str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue