Applies to: Version 0.5 and later
- Assembly Path
- Output Path
- Template Name
- Templates
Setting | mddocs:apireference:assemblyPaths |
Commandline Parameter | assemblies |
MSBuild Property | Determined automatically |
The Assembly Paths setting specifies the paths of the assemblies to load in order to generate documentation.
ℹ Note: When using MdDocs MSBuild Integration, setting the assembly paths has no effect because the MSBuild targets use the target path of the current project.
Setting | mddocs:apireference:outputPath |
Commandline Parameter | outdir |
MSBuild Property | ApiReferenceDocumentationOutputPath |
The Output Path setting defines the path of the directory the generated documentation is written to.
Setting | mddocs:apireference: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
).