diff options
Diffstat (limited to 'src/pushvar.h')
-rw-r--r-- | src/pushvar.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/pushvar.h b/src/pushvar.h index 4300dc83..a37d41db 100644 --- a/src/pushvar.h +++ b/src/pushvar.h @@ -30,16 +30,25 @@ */ /** + * @addtogroup util + */ + +/** * @file pushvar.h * @author John Wiegley - * @date Sun May 6 20:10:52 2007 + * + * @ingroup util * * @brief Adds a facility to C++ for handling "scoped yet global". */ - #ifndef _PUSHVAR_H #define _PUSHVAR_H +/** + * @brief Brief + * + * Long. + */ template <typename T> class push_variable : public boost::noncopyable { |