diff options
Diffstat (limited to 'src/token.h')
-rw-r--r-- | src/token.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/token.h b/src/token.h index 50d2bf72..17061e7f 100644 --- a/src/token.h +++ b/src/token.h @@ -38,10 +38,6 @@ * @author John Wiegley * * @ingroup expr - * - * @brief Brief - * - * Long. */ #ifndef _TOKEN_H #define _TOKEN_H @@ -50,11 +46,6 @@ namespace ledger { -/** - * @brief Brief - * - * Long. - */ struct expr_t::token_t : public noncopyable { enum kind_t { |