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
+3 -3
View File
@@ -1,5 +1,3 @@
/* CachedObject - cached object pointers with automatic invalidation. */
#ifndef RAGE_UTIL_CACHED_OBJECT_H
#define RAGE_UTIL_CACHED_OBJECT_H
@@ -7,13 +5,15 @@
template<typename T>
class CachedObjectPointer;
/** @brief Utilities for working with the
<a class="el" href="class_cachedobject.html">CachedObjects</a>. */
namespace CachedObjectHelpers
{
void Lock();
void Unlock();
}
/** @brief Cached object pointers with automatic invalidation. */
template<typename T>
class CachedObject
{