Skip to content

Commit

Permalink
fix Issue 1920 - Class documentation incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jan 22, 2012
1 parent d096698 commit 3b2e88f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions class.dd
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ class Foo { }
Foo var;
------

<h3>Access Control</h3>

$(P Access to class members is controlled using $(GLINK2 attribute, ProtectionAttribute)s.
The default protection attribute is $(D public).
Access control does not affect visibility.
)

<h3>Fields</h3>

$(P Class members are always accessed with the . operator.
Expand Down

0 comments on commit 3b2e88f

Please sign in to comment.