The CommandLine option --visible-members (short form is -M) controls what class members are visible in final documentation. The following visibility types are known:

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.

IncludeByVisibility (last edited 2007-10-28 22:57:11 by localhost)