The CommandLine option --visible-members (short form is -M) controls what class members are visible in final documentation. The following visibility types are known:
- private
- strictprivate
- protected
- strictprotected
- public
- published
- automated
implicit (see --implicit-visibility option)
Example:
pasdoc --visible-members protected,public,published,automated
By default private and implicit members are hidden, the rest is shown.
Note about strictprivate and strictprotected: Note that this feature is not available in latest released pasdoc version, 0.10.0. You must download and compile pasdoc yourself or use DevelopmentSnapshots to use this feature.