summaryrefslogtreecommitdiff
path: root/src/op.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/op.h')
-rw-r--r--src/op.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/op.h b/src/op.h
index 2c15186b..60c80557 100644
--- a/src/op.h
+++ b/src/op.h
@@ -38,10 +38,6 @@
* @author John Wiegley
*
* @ingroup expr
- *
- * @brief Brief
- *
- * Long.
*/
#ifndef _OP_H
#define _OP_H
@@ -50,11 +46,6 @@
namespace ledger {
-/**
- * @brief Brief
- *
- * Long.
- */
class expr_t::op_t : public noncopyable
{
friend class expr_t;