summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/parser.h b/src/parser.h
index 9c80cf38..71e8d973 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -38,10 +38,6 @@
* @author John Wiegley
*
* @ingroup expr
- *
- * @brief Brief
- *
- * Long.
*/
#ifndef _PARSER_H
#define _PARSER_H
@@ -51,11 +47,6 @@
namespace ledger {
-/**
- * @brief Brief
- *
- * Long.
- */
class expr_t::parser_t : public noncopyable
{
public: