Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Update namespace docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Apr 11, 2014
1 parent 400f37c commit 2c1577c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions LibWowAPI/NamespaceDoc.vb
Expand Up @@ -15,6 +15,17 @@ Namespace roncliProductions.LibWowAPI

End Namespace

Namespace roncliProductions.LibWowAPI.Achievement

''' <summary>
''' The Achievement namespace provides the <see cref="Achievement" /> class, which retrieves achievement data from the Blizzard WoW API.
''' </summary>
''' <remarks></remarks>
Friend Class NamespaceDoc
End Class

End Namespace

Namespace roncliProductions.LibWowAPI.Auction

''' <summary>
Expand All @@ -26,6 +37,28 @@ Namespace roncliProductions.LibWowAPI.Auction

End Namespace

Namespace roncliProductions.LibWowAPI.BattlePet

''' <summary>
''' The BattlePet namespace provides the <see cref="BattlePetAbility" />, <see cref="BattlePetSpecies" />, and <see cref="BattlePetStats" /> classes, which retrieve battle pet data from the Blizzard WoW API.
''' </summary>
''' <remarks></remarks>
Friend Class NamespaceDoc
End Class

End Namespace

Namespace roncliProductions.LibWowAPI.Challenge

''' <summary>
''' The Challenge namespace provides the <see cref="ChallengeRealm" /> and <see cref="ChallengeRegion" /> classes, which retrieve challenge mode leaderboards from the Blizzard WoW API.
''' </summary>
''' <remarks></remarks>
Friend Class NamespaceDoc
End Class

End Namespace

Namespace roncliProductions.LibWowAPI.Character

''' <summary>
Expand Down

0 comments on commit 2c1577c

Please sign in to comment.