mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 11:18:41 +02:00
* fixing fpdoc for strict protected/private additions.
git-svn-id: trunk@15181 -
This commit is contained in:
parent
2b3d3f6fa5
commit
19a47dbf9d
@ -160,7 +160,7 @@ resourcestring
|
||||
Const
|
||||
SVisibility: array[TPasMemberVisibility] of string =
|
||||
('Default', 'Private', 'Protected', 'Public',
|
||||
'Published', 'Automated');
|
||||
'Published', 'Automated','Strict Private','Strict Protected');
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user