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/commodity.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/commodity.h')
-rw-r--r-- | src/commodity.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/commodity.h b/src/commodity.h index e2a17638..0d31b2bd 100644 --- a/src/commodity.h +++ b/src/commodity.h @@ -53,11 +53,6 @@ class keep_details_t; DECLARE_EXCEPTION(commodity_error, std::runtime_error); -/** - * @brief Brief - * - * Long. - */ struct price_point_t { datetime_t when; @@ -77,11 +72,6 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; -/** - * @brief Brief - * - * Long. - */ class commodity_t : public delegates_flags<uint_least16_t>, public equality_comparable1<commodity_t, noncopyable> @@ -424,11 +414,6 @@ inline std::ostream& operator<<(std::ostream& out, const commodity_t& comm) { return out; } -/** - * @brief Brief - * - * Long. - */ struct compare_amount_commodities { bool operator()(const amount_t * left, const amount_t * right) const; }; |