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
+1 -3
View File
@@ -1,5 +1,3 @@
/* BackgroundUtil - Shared background-related routines. */
#ifndef BackgroundUtil_H
#define BackgroundUtil_H
@@ -61,7 +59,7 @@ struct BackgroundChange
RString GetTextDescription() const;
};
/** @brief Shared background-related routines. */
namespace BackgroundUtil
{
void SortBackgroundChangesArray( vector<BackgroundChange> &vBackgroundChanges );