From 1ece3f8b1ce67197844084009fd0ac022b266450 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Jan 2009 15:28:23 -0400 Subject: Added documentation stubs for all include files and classes. --- src/flags.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'src/flags.h') diff --git a/src/flags.h b/src/flags.h index b4c1a37c..215de6b2 100644 --- a/src/flags.h +++ b/src/flags.h @@ -29,9 +29,28 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +/** + * @addtogroup util + */ + +/** + * @file flags.h + * @author John Wiegley + * + * @ingroup util + * + * @brief Brief + * + * Long. + */ #ifndef _FLAGS_H #define _FLAGS_H +/** + * @brief Brief + * + * Long. + */ template class supports_flags { @@ -76,6 +95,11 @@ public: } }; +/** + * @brief Brief + * + * Long. + */ template class basic_flags_t : public supports_flags { @@ -127,6 +151,11 @@ public: } }; +/** + * @brief Brief + * + * Long. + */ template class delegates_flags : public boost::noncopyable { -- cgit v1.2.3