monodocer --version (return code: 0)
mdoc 4.2.1.0
monodocer --help (return code: 0)
usage: mdoc update [OPTIONS]+ ASSEMBLIES
Create or update documentation from ASSEMBLIES.
Available Options:
--delete Delete removed members from the XML files.
--exceptions[=SOURCES] Document potential exceptions that members can
generate. SOURCES is a comma-separated list of:
asm Method calls in same assembly
depasm Method calls in dependent assemblies
all Record all possible exceptions
added Modifier; only create <exception/>s
for NEW types/members
If nothing is specified, then only exceptions
from the member will be listed.
-f=FLAG Specify a FLAG to alter behavior. See later -f*
options for available flags.
--fignore-missing-types
Do not report an error if a --type=TYPE type
was not found.
--fno-assembly-versions
Do not generate //AssemblyVersion elements.
-i, --import=FILE Import documentation from FILE.
-L, --lib=DIRECTORY Check for assembly references in DIRECTORY.
--library=VALUE Ignored for compatibility with update-ecma-xml.
-o, --out=DIRECTORY Root DIRECTORY to generate/update documentation.
-r=ASSEMBLY Search for dependent assemblies in the directory
containing ASSEMBLY.
(Equivalent to '-L `dirname ASSEMBLY`'.)
--since=VERSION Manually specify the assembly VERSION that new
members were added in.
--type=TYPE Only update documentation for TYPE.
--dropns=ASSEMBLY When processing assembly ASSEMBLY, strip off
leading namespace PREFIX:
e.g. --dropns ASSEMBLY=PREFIX
--ntypes If the new assembly is switching to 'magic types',
then this switch should be defined.
--preserve Do not delete members that don't exist in the
assembly, but rather mark them as preserved.
-h, -?, --help Show this message and exit.