mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-20 17:58:25 +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
|
Const
|
||||||
SVisibility: array[TPasMemberVisibility] of string =
|
SVisibility: array[TPasMemberVisibility] of string =
|
||||||
('Default', 'Private', 'Protected', 'Public',
|
('Default', 'Private', 'Protected', 'Public',
|
||||||
'Published', 'Automated');
|
'Published', 'Automated','Strict Private','Strict Protected');
|
||||||
|
|
||||||
type
|
type
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user