Give @briefs to all namespaces.

This will force recompilation of all files.
This commit is contained in:
Jason Felds
2011-02-19 12:09:03 -05:00
parent ffebd5010f
commit 1a1ff7d701
41 changed files with 91 additions and 75 deletions
+2
View File
@@ -158,6 +158,7 @@ RString LuaReference::Serialize() const
return sRet;
}
/** @brief Utilities for working with Lua. */
namespace LuaHelpers
{
template<> bool FromStack<LuaReference>( lua_State *L, LuaReference &Object, int iOffset )
@@ -200,6 +201,7 @@ void LuaTable::Get( Lua *L, const RString &sKey )
lua_remove( L, -2 ); // remove self
}
/** @brief Utilities for working with Lua. */
namespace LuaHelpers
{
template<> void Push<LuaReference>( lua_State *L, const LuaReference &Object )