Enhance documentation

fix [] errors in types
fix int not set as basetype
add generated date to bottom of page
Rename Crates to All Classes and remove it from the class view
This commit is contained in:
Rochet2
2015-05-10 01:43:13 +03:00
parent 196a432e7d
commit f3cd70c401
9 changed files with 38 additions and 28 deletions

View File

@@ -65,7 +65,7 @@ namespace LuaBattleGround
/**
* Returns the bracket ID of the specific [BattleGround].
*
* @return BattleGroundBracketId bracketId
* @return [BattleGroundBracketId] bracketId
*/
int GetBracketId(Eluna* /*E*/, lua_State* L, BattleGround* bg)
{
@@ -127,7 +127,7 @@ namespace LuaBattleGround
/**
* Returns the type ID of the [BattleGround].
*
* @return BattleGroundTypeId typeId
* @return [BattleGroundTypeId] typeId
*/
int GetTypeId(Eluna* /*E*/, lua_State* L, BattleGround* bg)
{
@@ -204,7 +204,7 @@ namespace LuaBattleGround
/**
* Returns the winning team of the specific [BattleGround].
*
* @return Team team
* @return [Team] team
*/
int GetWinner(Eluna* /*E*/, lua_State* L, BattleGround* bg)
{
@@ -215,7 +215,7 @@ namespace LuaBattleGround
/**
* Returns the status of the specific [BattleGround].
*
* @return BattleGroundStatus status
* @return [BattleGroundStatus] status
*/
int GetStatus(Eluna* /*E*/, lua_State* L, BattleGround* bg)
{