Added more source documentation.

This commit is contained in:
Jens Luedicke
2011-01-23 13:13:55 +01:00
parent d28ec4eeeb
commit 7b8555c30e
2 changed files with 23 additions and 2 deletions

View File

@@ -38,7 +38,11 @@ public:
//!
//! \class attribute
//! \brief wrapper class for class attributes.
//! \brief attribute class.
//!
//! Wraps a reference to an object of type T.
//!
//! \tparam T Assignable type
//!
template<typename T>
class attribute : public abstract_attribute {