Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusStorhaug committed Feb 28, 2024
1 parent 9ed4cd0 commit 165b6d7
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 86 deletions.
6 changes: 3 additions & 3 deletions src/WoW/private/Account/Export-WoWAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Export-WoWAccount {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/private/Account/Import-WoWAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Import-WoWAccount {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
8 changes: 4 additions & 4 deletions src/WoW/private/Account/Initialize-WoWAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Function Initialize-WoWAccount {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.PARAMETER WoWAccountsFolderPath
Parameter description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
8 changes: 4 additions & 4 deletions src/WoW/private/Addon/Initialize-WoWAddon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Function Initialize-WoWAddon {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.PARAMETER WoWAddonsFolderPath
Parameter description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
10 changes: 5 additions & 5 deletions src/WoW/private/BNetAPI/Get-BNetAPIUserAccessToken.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Function Get-BNetAPIUserAccessToken {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.PARAMETER Token
Parameter description
.PARAMETER Region
Parameter description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/private/BNetAPI/Get-BNetAPIWoWRealm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Get-BNetAPIWoWRealm {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
10 changes: 5 additions & 5 deletions src/WoW/private/BNetAPI/New-BNetAPIUserAccessToken.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Function New-BNetAPIUserAccessToken {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.PARAMETER ClientID
Parameter description
.PARAMETER ClientSecret
Parameter description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
8 changes: 4 additions & 4 deletions src/WoW/private/Character/Initialize-WoWCharacter.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Function Initialize-WoWCharacter {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.PARAMETER WoWAccountsFolderPath
Parameter description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/private/Character/PowerType/Import-WoWPowerType.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Import-WoWPowerType {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/private/Character/PowerType/Update-WoWPowerType.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Update-WoWPowerType {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
8 changes: 4 additions & 4 deletions src/WoW/private/Core/Write-WoWVerbose.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Function Write-WoWVerbose {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.PARAMETER Message
Parameter description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
8 changes: 4 additions & 4 deletions src/WoW/private/Core/Write-WoWWarning.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ Function Write-WoWWarning {
<#
.SYNOPSIS
Short description
.DESCRIPTION
Long description
.PARAMETER Message
Parameter description
.EXAMPLE
An example
.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/private/Realm/Export-WoWRealm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Export-WoWRealm {
<#
.SYNOPSIS
Short description

.DESCRIPTION
Long description

.EXAMPLE
An example

.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/private/Realm/Update-WoWRealm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Update-WoWRealm {
<#
.SYNOPSIS
Short description

.DESCRIPTION
Long description

.EXAMPLE
An example

.NOTES
General notes
#>
Expand Down
8 changes: 4 additions & 4 deletions src/WoW/public/Account/Get-WoWAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ Function Get-WoWAccount {
<#
.SYNOPSIS
Short description

.DESCRIPTION
Long description

.PARAMETER Name
Parameter description

.EXAMPLE
An example

.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/public/Account/Show-WoWAccount.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Show-WoWAccount {
<#
.SYNOPSIS
Short description

.DESCRIPTION
Long description

.EXAMPLE
An example

.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/public/Addon/Select-WoWAddon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Select-WoWAddon {
<#
.SYNOPSIS
Short description

.DESCRIPTION
Long description

.EXAMPLE
An example

.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/public/Addon/Show-WoWAddon.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Show-WoWAddon {
<#
.SYNOPSIS
Short description

.DESCRIPTION
Long description

.EXAMPLE
An example

.NOTES
General notes
#>
Expand Down
6 changes: 3 additions & 3 deletions src/WoW/public/BNetAPI/Get-BNetAPIRegion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Function Get-BNetAPIRegion {
<#
.SYNOPSIS
Short description

.DESCRIPTION
Long description

.EXAMPLE
An example

.NOTES
General notes
#>
Expand Down
8 changes: 4 additions & 4 deletions src/WoW/public/BNetAPI/Set-BNetAPIRegion.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Function Set-BNetAPIRegion {
<#
.SYNOPSIS
Short description

.DESCRIPTION
Long description

.PARAMETER Region
Parameter description

.EXAMPLE
An example

.NOTES
General notes
#>
Expand Down
Loading

0 comments on commit 165b6d7

Please sign in to comment.