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/report.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/report.h')
-rw-r--r-- | src/report.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/report.h b/src/report.h index 08582075..515dbd26 100644 --- a/src/report.h +++ b/src/report.h @@ -38,10 +38,6 @@ * @author John Wiegley * * @ingroup report - * - * @brief Brief - * - * Long. */ #ifndef _REPORT_H #define _REPORT_H @@ -104,11 +100,6 @@ class xact_t; // says that the formatter should be "flushed" after the entities are // iterated. This does not happen for the commodities iteration, however. -/** - * @brief Brief - * - * Long. - */ class report_t : public scope_t { report_t(); |