Update the manuals

This commit is contained in:
Markus Fleschutz
2021-08-29 18:27:03 +02:00
parent 470f587c65
commit 1d459fa00a
252 changed files with 252 additions and 472 deletions

View File

@ -59,7 +59,7 @@ try {
"# PowerShell Script $scriptName"
""
"## Synopsis"
"## Synopsis & Description"
"``````powershell"
"$($full.Synopsis)"
"``````"
@ -67,7 +67,6 @@ try {
$Description = ($full.description | Out-String).Trim()
if ($Description -ne "") {
""
"## Description"
"$Description"
}