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
@@ -33,6 +33,7 @@ static Impl *pImpl = NULL;
#pragma warning (disable : 4611)
#endif
/** @brief Utilities for working with Lua. */
namespace LuaHelpers
{
template<> void Push<bool>( lua_State *L, const bool &Object );
@@ -70,6 +71,7 @@ void LuaManager::UnsetGlobal( const RString &sName )
Release( L );
}
/** @brief Utilities for working with Lua. */
namespace LuaHelpers
{
template<> void Push<bool>( lua_State *L, const bool &Object ) { lua_pushboolean( L, Object ); }