diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-08 14:59:11 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-08 14:59:11 -0500 |
commit | 394c7bd8dfbe12e09b7fdee8d5c4072f4336d545 (patch) | |
tree | 55a1d3376e1549c4e334c917851c341be6973e0c /src/output.h | |
parent | 55c7792c9329f97dd19fc5aeca466cb2de4fbf9c (diff) | |
download | fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.tar.gz fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.tar.bz2 fork-ledger-394c7bd8dfbe12e09b7fdee8d5c4072f4336d545.zip |
Removed a bunch of empty comments
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: |