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:
CaS 2001-10-14 06:36:02 +00:00
parent 652989b5c8
commit 69fd54f1fa
2 changed files with 259 additions and 25 deletions

View file

@ -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;