mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Added 'package' visibility support to GSDoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37682 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a0c0b25aa8
commit
b59e270241
6 changed files with 650 additions and 8 deletions
|
@ -2502,6 +2502,11 @@ try:
|
|||
ASSIGN(validity, token);
|
||||
shouldDocument = documentInstanceVariables;
|
||||
}
|
||||
else if ([token isEqual: @"package"] == YES)
|
||||
{
|
||||
ASSIGN(validity, token);
|
||||
shouldDocument = documentInstanceVariables;
|
||||
}
|
||||
else if ([token isEqual: @"public"] == YES)
|
||||
{
|
||||
ASSIGN(validity, token);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue