Skip to content

Commit decbc32

Browse files
Updated docs
1 parent 383803a commit decbc32

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/Merge-MarkdownHelp.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ The Test-CsPhoneBootstrap.md cmdlet is included in both Lync Server 2010 and Lyn
3737
Much of the content is duplicated and thus we want to have a single file for the cmdlet with unique content merged from each individual file.
3838

3939

40+
41+
4042
```
4143
PS C:\> Merge-MarkdownHelp -Path @('Lync Server 2010\Test-CsPhoneBootstrap.md', 'Lync Server 2013\Test-CsPhoneBootstrap.md') -OutputPath lync
4244
```

docs/New-ExternalHelp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Creates external help file based on markdown supported by PlatyPS.
1414

1515
```
1616
New-ExternalHelp -Path <String[]> -OutputPath <String> [-ApplicableTag <String[]>] [-Encoding <Encoding>]
17-
[-MaxAboutWidth <Int>] [-ErrorLogFile <String>] [-Force] [<CommonParameters>]
17+
[-MaxAboutWidth <Int32>] [-ErrorLogFile <String>] [-Force] [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
@@ -171,7 +171,7 @@ Lines inside code blocks are not wrapped at all and are not affected by the
171171
MaxAboutWidth parameter.
172172

173173
```yaml
174-
Type: Int
174+
Type: Int32
175175
Parameter Sets: (All)
176176
Aliases:
177177

0 commit comments

Comments
 (0)