Skip to content

Commit

Permalink
Commit build changes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuBuisson committed Oct 11, 2017
1 parent edfb605 commit 172e9bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PSCodeHealth/PSCodeHealth.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = '.\PSCodeHealth.psm1'

# Version number of this module.
ModuleVersion = '0.2.7'
ModuleVersion = '0.2.8'

# ID used to uniquely identify this module
GUID = 'ca22dabd-bbb6-4805-9c90-a8aad6dbbfd3'
Expand Down
3 changes: 2 additions & 1 deletion docs/InternalFunctions/Test-FunctionHelpCoverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Test-FunctionHelpCoverage [-FunctionDefinition] <FunctionDefinitionAst>
```

## DESCRIPTION
Tells whether or not the specified function definition specified as a \[System.Management.Automation.Language.FunctionDefinitionAst\] contains help information (a CommentHelpInfo object).
Tells whether or not the specified function definition specified as a \[System.Management.Automation.Language.FunctionDefinitionAst\] contains help information.
This function returns $True if the specified function definition AST has a CommentHelpInfo or if the function name is listed in an external help file.

## EXAMPLES

Expand Down

0 comments on commit 172e9bc

Please sign in to comment.