Ps1xmlGen.psm1

foreach($func in (Get-ChildItem (Join-Path $PSScriptRoot 'Functions')))
{
    . $func.FullName
}