diff options
Diffstat (limited to 'src/output.h')
-rw-r--r-- | src/output.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/output.h b/src/output.h index 5e06db9a..96afc77c 100644 --- a/src/output.h +++ b/src/output.h @@ -38,10 +38,6 @@ * @author John Wiegley * * @ingroup report - * - * @brief Brief - * - * Long. */ #ifndef _OUTPUT_H #define _OUTPUT_H @@ -57,11 +53,6 @@ class xact_t; class post_t; class report_t; -/** - * @brief Brief - * - * Long. - */ class format_posts : public item_handler<post_t> { protected: @@ -84,11 +75,6 @@ public: virtual void operator()(post_t& post); }; -/** - * @brief Brief - * - * Long. - */ class format_accounts : public item_handler<account_t> { protected: |