@@ -10,7 +10,6 @@ title: about_Comment_Based_Help
1010# about_Comment_Based_Help
1111
1212## SHORT DESCRIPTION
13-
1413Describes how to write comment-based help content for functions and scripts.
1514
1615## LONG DESCRIPTION
@@ -36,6 +35,7 @@ information about how to display help content for functions and scripts, see
3635The [ Update-Help] [ 08 ] and [ Save-Help] [ 07 ] cmdlets work only on XML files.
3736Updatable Help doesn't support comment-based help content.
3837
38+ ## SYNTAX FOR COMMENT-BASED HELP
3939## SYNTAX FOR COMMENT-BASED HELP
4040
4141To create Comment-based help content, you can use either style of comments:
@@ -86,6 +86,7 @@ as `.EXAMPLE`, can appear many times in the same comment block. The help
8686content for each keyword begins on the line after the keyword and can span
8787multiple lines.
8888
89+ ## SYNTAX FOR COMMENT-BASED HELP IN FUNCTIONS
8990## SYNTAX FOR COMMENT-BASED HELP IN FUNCTIONS
9091
9192Comment-based help for a function can appear in one of three locations:
131132function Get-Function { }
132133```
133134
135+ ## SYNTAX FOR COMMENT-BASED HELP IN SCRIPTS
134136## SYNTAX FOR COMMENT-BASED HELP IN SCRIPTS
135137
136138Comment-based help for a script can appear in one of the following two
@@ -168,6 +170,7 @@ function Get-Function { }
168170#>
169171```
170172
173+ ## COMMENT-BASED HELP KEYWORDS
171174## COMMENT-BASED HELP KEYWORDS
172175
173176The following are valid comment-based help keywords. These keywords can appear
@@ -346,6 +349,7 @@ as it does in a module directory.
346349For more information about the cmdlet help XML-based help file format, see
347350[ How to Write Cmdlet Help] [ 01 ] .
348351
352+ ## AUTOGENERATED CONTENT
349353## AUTOGENERATED CONTENT
350354
351355The name, syntax, parameter list, parameter attribute table, common parameters,
0 commit comments