You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the 'Include Version' and 'Include AutoGenerated Notice' settings into the settings section for the default template.
Remove the 'markdown-preset' and 'no-version' command line parameters, because they are specific to the default template.
Remove support for the 'MdDocsMarkdownPreset' MSBuild property, because it is specific to the default template.
|[assembly](#assembly-parameter)|[a](#assembly-parameter)| Path of the assembly to generate documentation for. |
30
28
|[configurationFilePath](#configurationfilepath-parameter)|[c](#configurationfilepath-parameter)| The path of the configuration file to use. If no configuration file is specified, default settings are used. |
31
-
|[markdown\-preset](#markdownpreset-parameter)|| Specifies the preset to use for generating Markdown files. |
32
29
|[outdir](#outdir-parameter)|[o](#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. |
33
-
|[no\-version](#noversion-parameter)|| Do not include the assembly version in the generated documentation. |
34
30
|[verbose](#verbose-parameter)|[v](#verbose-parameter)| Show more detailed log output. |
35
31
36
32
### `assembly` Parameter
@@ -61,20 +57,6 @@ The path of the configuration file to use. If no configuration file is specified
61
57
62
58
___
63
59
64
-
### `markdown-preset` Parameter
65
-
66
-
Specifies the preset to use for generating Markdown files.
67
-
68
-
|||
69
-
| ---------------- | ------------------- |
70
-
| Name: | markdown\-preset |
71
-
| Position: |*Named parameter*|
72
-
| Required: | No |
73
-
| Accepted values: |`Default`, `MkDocs`|
74
-
| Default value: |`Default`|
75
-
76
-
___
77
-
78
60
### `outdir` Parameter
79
61
80
62
Path of the directory to write the documentation to. If the output directory already exists, all files in the output directory will be deleted.
@@ -89,19 +71,6 @@ Path of the directory to write the documentation to. If the output directory alr
89
71
90
72
___
91
73
92
-
### `no-version` Parameter
93
-
94
-
Do not include the assembly version in the generated documentation.
|[assembly](#assembly-parameter)|[a](#assembly-parameter)| Path of the command line application assembly to generate documentation for. |
30
28
|[configurationFilePath](#configurationfilepath-parameter)|[c](#configurationfilepath-parameter)| The path of the configuration file to use. If no configuration file is specified, default settings are used. |
31
-
|[markdown\-preset](#markdownpreset-parameter)|| Specifies the preset to use for generating Markdown files. |
32
29
|[outdir](#outdir-parameter)|[o](#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. |
33
-
|[no\-version](#noversion-parameter)|| Do not include the application version in the generated documentation. |
34
30
|[verbose](#verbose-parameter)|[v](#verbose-parameter)| Show more detailed log output. |
35
31
36
32
### `assembly` Parameter
@@ -61,20 +57,6 @@ The path of the configuration file to use. If no configuration file is specified
61
57
62
58
___
63
59
64
-
### `markdown-preset` Parameter
65
-
66
-
Specifies the preset to use for generating Markdown files.
67
-
68
-
|||
69
-
| ---------------- | ------------------- |
70
-
| Name: | markdown\-preset |
71
-
| Position: |*Named parameter*|
72
-
| Required: | No |
73
-
| Accepted values: |`Default`, `MkDocs`|
74
-
| Default value: |`Default`|
75
-
76
-
___
77
-
78
60
### `outdir` Parameter
79
61
80
62
Path of the directory to write the documentation to. If the output directory already exists, all files in the output directory will be deleted.
@@ -89,19 +71,6 @@ Path of the directory to write the documentation to. If the output directory alr
89
71
90
72
___
91
73
92
-
### `no-version` Parameter
93
-
94
-
Do not include the application version in the generated documentation.
0 commit comments