@@ -36,7 +36,6 @@ information about how to display help content for functions and scripts, see
3636The [ Update-Help] [ 08 ] and [ Save-Help] [ 07 ] cmdlets work only on XML files.
3737Updatable Help doesn't support comment-based help content.
3838
39- ## SYNTAX FOR COMMENT-BASED HELP
4039## SYNTAX FOR COMMENT-BASED HELP
4140
4241To 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
8786content for each keyword begins on the line after the keyword and can span
8887multiple lines.
8988
90- ## SYNTAX FOR COMMENT-BASED HELP IN FUNCTIONS
9189## SYNTAX FOR COMMENT-BASED HELP IN FUNCTIONS
9290
9391Comment-based help for a function can appear in one of three locations:
133131function Get-Function { }
134132```
135133
136- ## SYNTAX FOR COMMENT-BASED HELP IN SCRIPTS
137134## SYNTAX FOR COMMENT-BASED HELP IN SCRIPTS
138135
139136Comment-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
177173The following are valid comment-based help keywords. These keywords can appear
@@ -350,7 +346,6 @@ as it does in a module directory.
350346For 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
356351The name, syntax, parameter list, parameter attribute table, common parameters,
0 commit comments