mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Completed integration of Adrians patch.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18944 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
06ad68fec2
commit
fe88586351
5 changed files with 201 additions and 70 deletions
|
@ -53,6 +53,7 @@
|
|||
BOOL haveSource;
|
||||
BOOL inInstanceVariables;
|
||||
BOOL inArgList;
|
||||
BOOL documentInstanceVariables;
|
||||
BOOL documentAllInstanceVariables;
|
||||
BOOL verbose;
|
||||
BOOL warn;
|
||||
|
@ -91,6 +92,7 @@
|
|||
- (unsigned) parseSpace;
|
||||
- (void) reset;
|
||||
- (void) setDeclared: (NSString*)name;
|
||||
- (void) setDocumentInstanceVariables: (BOOL)flag;
|
||||
- (void) setDocumentAllInstanceVariables: (BOOL)flag;
|
||||
- (void) setGenerateStandards: (BOOL)flag;
|
||||
- (void) setStandards: (NSMutableDictionary*)dict;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue