diff options
Diffstat (limited to 'src/format.h')
-rw-r--r-- | src/format.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/format.h b/src/format.h index 8b2a7965..8043594b 100644 --- a/src/format.h +++ b/src/format.h @@ -38,10 +38,6 @@ * @author John Wiegley * * @ingroup expr - * - * @brief Brief - * - * Long. */ #ifndef _FORMAT_H #define _FORMAT_H @@ -54,11 +50,6 @@ class unistring; DECLARE_EXCEPTION(format_error, std::runtime_error); -/** - * @brief Brief - * - * Long. - */ class format_t : public noncopyable { struct element_t : public supports_flags<> |