Applies to: Version 0.4 and later
- Assembly Path
- Output Path
- Template Name
- Templates
Setting | mddocs:commandlinehelp:assemblyPath |
Commandline Parameter | assembly |
MSBuild Property | Determined automatically |
The Assembly Path setting specifies the path of the assembly to load in order to generate documentation.
ℹ Note: When using MdDocs MSBuild Integration, setting the assembly path has no effect because the MSBuild targets use the target path of the current project.
Setting | mddocs:commandlinehelp:outputPath |
Commandline Parameter | outdir |
MSBuild Property | CommandLineDocumentationOutputPath |
The Output Path setting defines the path of the directory the generated documentation is written to.
Setting | mddocs:commandlinehelp:template:name |
Commandline Parameter | - |
MSBuild Property | - |
Allowed values |
|
The Template Name setting defines the template to use for generating Markdown.
Currently, the only supported template is the default template (template name Default
).