diff options
Diffstat (limited to 'doc/commands.doc')
-rw-r--r-- | doc/commands.doc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/commands.doc b/doc/commands.doc index 7e96292..2477479 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -1796,4 +1796,15 @@ browser generator. Do \e not use these commands in your own documentation. <li>\\postheader </ul> +For PHP files there are a number of additional commands, that can be +used inside classes to make members public, private, or protected even +though the language itself doesn't support this notion. + +To mark a single item use one of \\private, \\protected, \\public. +For starting a section with a certain protection level use one of: +\\privatesection, \\protectedsection, \\publicsection. +The latter commands are similar to +"private:", "protected:", and "public:" in C++. + */ + |