Skip to content

Commit a23f7a8

Browse files
committed
remove doubled H2s
1 parent 4c45ceb commit a23f7a8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

reference/5.1/Microsoft.PowerShell.Core/About/about_Comment_Based_Help.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ information about how to display help content for functions and scripts, see
3636
The [Update-Help][08] and [Save-Help][07] cmdlets work only on XML files.
3737
Updatable Help doesn't support comment-based help content.
3838

39-
## SYNTAX FOR COMMENT-BASED HELP
4039
## SYNTAX FOR COMMENT-BASED HELP
4140

4241
To create Comment-based help content, you can use either style of comments:
@@ -87,7 +86,6 @@ as `.EXAMPLE`, can appear many times in the same comment block. The help
8786
content for each keyword begins on the line after the keyword and can span
8887
multiple lines.
8988

90-
## SYNTAX FOR COMMENT-BASED HELP IN FUNCTIONS
9189
## SYNTAX FOR COMMENT-BASED HELP IN FUNCTIONS
9290

9391
Comment-based help for a function can appear in one of three locations:
@@ -133,7 +131,6 @@ or
133131
function Get-Function { }
134132
```
135133

136-
## SYNTAX FOR COMMENT-BASED HELP IN SCRIPTS
137134
## SYNTAX FOR COMMENT-BASED HELP IN SCRIPTS
138135

139136
Comment-based help for a script can appear in one of the following two
@@ -171,7 +168,6 @@ function Get-Function { }
171168
#>
172169
```
173170

174-
## COMMENT-BASED HELP KEYWORDS
175171
## COMMENT-BASED HELP KEYWORDS
176172

177173
The following are valid comment-based help keywords. These keywords can appear
@@ -350,7 +346,6 @@ as it does in a module directory.
350346
For more information about the cmdlet help XML-based help file format, see
351347
[How to Write Cmdlet Help][01].
352348

353-
## AUTOGENERATED CONTENT
354349
## AUTOGENERATED CONTENT
355350

356351
The name, syntax, parameter list, parameter attribute table, common parameters,

0 commit comments

Comments
 (0)