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:
Quentin Mathe 2014-02-12 11:42:44 +00:00
parent a0c0b25aa8
commit b59e270241
6 changed files with 650 additions and 8 deletions

View file

@ -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);