From 394c7bd8dfbe12e09b7fdee8d5c4072f4336d545 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Nov 2009 14:59:11 -0500 Subject: Removed a bunch of empty comments --- src/flags.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/flags.h') diff --git a/src/flags.h b/src/flags.h index 791b3105..69e40e4b 100644 --- a/src/flags.h +++ b/src/flags.h @@ -38,20 +38,11 @@ * @author John Wiegley * * @ingroup util - * - * @brief Brief - * - * Long. */ #ifndef _FLAGS_H #define _FLAGS_H -/** - * @brief Brief - * - * Long. - */ template class supports_flags { @@ -112,11 +103,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ template class basic_flags_t : public supports_flags { @@ -168,11 +154,6 @@ public: } }; -/** - * @brief Brief - * - * Long. - */ template class delegates_flags : public boost::noncopyable { -- cgit v1.2.3