diff options
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/chain.h b/src/chain.h index b22bb665..0384027c 100644 --- a/src/chain.h +++ b/src/chain.h @@ -38,10 +38,6 @@ * @author John Wiegley * * @ingroup report - * - * @brief Brief - * - * Long. */ #ifndef _CHAIN_H #define _CHAIN_H @@ -53,11 +49,6 @@ namespace ledger { class post_t; class account_t; -/** - * @brief Brief - * - * Long. - */ template <typename T> struct item_handler : public noncopyable { |