Using -includeprivate to document private procs and methods

By default, private methods and procs are not included in generated documentation. Specifying -includeprivate true to a command causes these to be included. Private methods are methods that are not exported from a class. Private procs are procs whose names begin with an underscore. This is not currently configurable but is likely to be so in the future.