style(Manifest): add parameter comments
This commit is contained in:
parent
b0c96a4c45
commit
8b780e40bb
1 changed files with 4 additions and 1 deletions
|
|
@ -193,10 +193,13 @@ function Optimize-PagesManifest
|
||||||
this.
|
this.
|
||||||
#>
|
#>
|
||||||
Param(
|
Param(
|
||||||
|
# Manifest to sort
|
||||||
[Parameter(Mandatory)] [Array] $Manifest,
|
[Parameter(Mandatory)] [Array] $Manifest,
|
||||||
|
# Left partition border
|
||||||
[Parameter(Mandatory)] [Int] $Lo,
|
[Parameter(Mandatory)] [Int] $Lo,
|
||||||
|
# Right partition border
|
||||||
[Parameter(Mandatory)] [Int] $Hi,
|
[Parameter(Mandatory)] [Int] $Hi,
|
||||||
# cache for storing the numeric ancestral generation of pages
|
# Cache for storing the numeric ancestral generation of pages
|
||||||
[Parameter(Mandatory)] [Collections.Hashtable] $GenerationCache
|
[Parameter(Mandatory)] [Collections.Hashtable] $GenerationCache
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue