mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
d1f347deb1
commit
b75f25ec18
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -2090,7 +2090,7 @@ try:
|
|||
|
||||
- (NSMutableDictionary*) parseInstanceVariables
|
||||
{
|
||||
NSString *validity = @"private";
|
||||
NSString *validity = @"protected";
|
||||
NSMutableDictionary *ivars;
|
||||
BOOL shouldDocument = documentInstanceVariables;
|
||||
DESTROY(comment);
|
||||
|
|
Loading…
Reference in a new issue