Add @briefs to the Luna classes.

Yeah...there was a lot. */
This commit is contained in:
Jason Felds
2011-02-19 12:26:18 -05:00
parent 1a1ff7d701
commit 9d13036e08
91 changed files with 102 additions and 3 deletions
+3
View File
@@ -43,6 +43,8 @@ bool TrailEntry::ContainsTransformOrTurn() const
// lua start
#include "LuaBinding.h"
/** @brief Allow Lua to have access to the TrailEntry. */
class LunaTrailEntry: public Luna<TrailEntry>
{
public:
@@ -222,6 +224,7 @@ bool Trail::ContainsSong( const Song *pSong ) const
// lua start
#include "LuaBinding.h"
/** @brief Allow Lua to have access to the Trail. */
class LunaTrail: public Luna<Trail>
{
public: