Browse Source

* fixing fpdoc for strict protected/private additions.

git-svn-id: trunk@15181 -
marco 15 years ago
parent
commit
19a47dbf9d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/fpdoc/dglobals.pp

+ 1 - 1
utils/fpdoc/dglobals.pp

@@ -160,7 +160,7 @@ resourcestring
 Const
   SVisibility: array[TPasMemberVisibility] of string =
        ('Default', 'Private', 'Protected', 'Public',
-       'Published', 'Automated');
+       'Published', 'Automated','Strict Private','Strict Protected');
 
 type