monodocs2html --version (return code: 0)
mdoc 4.2.1.0
monodocs2html --help (return code: 0)
usage: mdoc export-html [OPTIONS]+ DIRECTORIES
Export mdoc documentation within DIRECTORIES to HTML.
Available Options:
--default-template Writes the default XSLT to stdout.
--ext=EXTENSION The file EXTENSION to use for created files. This
defaults to "html".
--force-update Always generate new files. If not specified, will
only generate a new file if the source .xml file
is newer than the current output file.
-o, --out=DIRECTORY The DIRECTORY to place the generated files and
directories.
--template=FILE An XSLT FILE to use to generate the created files.
If not specified, uses the template generated by
--default-template.
--with-profile=PROFILE The .NET PROFILE to generate documentation for.
This is equivalent to using --with-version for
all of the versions that a profile uses. Valid
profiles are:
monotouch
net_1_0
net_1_1
net_2_0
net_3_0
net_3_5
net_4_0
silverlight
--with-version=VERSION The assembly VERSION to generate documentation for.
This allows display of a subset of types/
members that correspond to the given assembly
version. May be specified multiple times. If
not specified, all versions are displayed.
-h, -?, --help Show this message and exit.