Skip to content

Latest commit

 

History

History
88 lines (64 loc) · 3.7 KB

apireference.md

File metadata and controls

88 lines (64 loc) · 3.7 KB

apireference Command

Application: mddocs

Generate API reference documentation for a .NET assembly.

Usage

mddocs apireference [--assemblies|-a <VALUE>]
                    [--configurationFilePath|-c <VALUE>]
                    [--outdir|-o <VALUE>]
                    [--verbose|-v]

Parameters

Name Short Name Description
assemblies a Path of the assemblies to generate documentation for (at least one assembly must be specified).
configurationFilePath c The path of the configuration file to use. If no configuration file is specified, default settings are used.
outdir o Path of the directory to write the documentation to. If the output directory already exists, all files in the output directory will be deleted.
verbose v Show more detailed log output.

assemblies Parameter

Path of the assemblies to generate documentation for (at least one assembly must be specified).

Name: assemblies
Short name: a
Position: Named parameter
Required: No
Default value: None

configurationFilePath Parameter

The path of the configuration file to use. If no configuration file is specified, default settings are used.

Name: configurationFilePath
Short name: c
Position: Named parameter
Required: No
Default value: None

outdir Parameter

Path of the directory to write the documentation to. If the output directory already exists, all files in the output directory will be deleted.

Name: outdir
Short name: o
Position: Named parameter
Required: No
Default value: None

verbose Parameter

Show more detailed log output.

Name: verbose
Short name: v
Position: None (Switch Parameter)
Required: No (Switch Parameter)
Default value: false

Documentation generated by MdDocs