Minor fix documenting variables.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19895 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2004-08-20 17:00:05 +00:00
parent d1f347deb1
commit b75f25ec18
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,7 @@
we don't want them included as part of the documentation of the
next thing after the unit.
Recognize __attribute__((deprecated)) and add a comment.
Fix scope of instance variables ... protected by default.
2004-08-20 David Ayers <d.ayers@inode.at>

View file

@ -2090,7 +2090,7 @@ try:
- (NSMutableDictionary*) parseInstanceVariables
{
NSString *validity = @"private";
NSString *validity = @"protected";
NSMutableDictionary *ivars;
BOOL shouldDocument = documentInstanceVariables;
DESTROY(comment);