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/annotate.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/annotate.h')
-rw-r--r-- | src/annotate.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/annotate.h b/src/annotate.h index 0f940849..9ca994c9 100644 --- a/src/annotate.h +++ b/src/annotate.h @@ -48,11 +48,6 @@ namespace ledger { -/** - * @brief Brief - * - * Long. - */ struct annotation_t : public supports_flags<>, public equality_comparable<annotation_t> { @@ -174,11 +169,6 @@ inline std::ostream& operator<<(std::ostream& out, return out; } -/** - * @brief Brief - * - * Long. - */ class annotated_commodity_t : public commodity_t, public equality_comparable<annotated_commodity_t, |