Permit control over chapter layout.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11147 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2001-10-15 06:38:25 +00:00
parent f3de24ba1a
commit 91e8e0a6ea
4 changed files with 140 additions and 27 deletions

View file

@ -40,9 +40,9 @@
- (BOOL) output: (NSDictionary*)d file: (NSString*)name;
- (void) outputMethod: (NSDictionary*)d to: (NSMutableString*)str;
- (void) outputUnit: (NSDictionary*)d to: (NSMutableString*)str;
- (void) reformat: (NSString*)str
withIndent: (unsigned)ind
to: (NSMutableString*)buf;
- (unsigned) reformat: (NSString*)str
withIndent: (unsigned)ind
to: (NSMutableString*)buf;
- (NSArray*) split: (NSString*)str;
@end