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 -2
View File
@@ -17,14 +17,14 @@ extern const ScreenMessage SM_LoseFocus;
extern const ScreenMessage SM_Pause;
extern const ScreenMessage SM_Success;
extern const ScreenMessage SM_Failure;
/** @brief Helpers for the ScreenMessages. */
namespace ScreenMessageHelpers
{
ScreenMessage ToScreenMessage( const RString & Name );
RString ScreenMessageToString( ScreenMessage SM );
};
// Automatically generate a unique ScreenMessage value
/** @brief Automatically generate a unique ScreenMessage value */
#define AutoScreenMessage( x ) \
const ScreenMessage x = ScreenMessageHelpers::ToScreenMessage( #x )