summaryrefslogtreecommitdiff
path: root/src/expr/expr_manager_template.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/expr_manager_template.h')
-rw-r--r--src/expr/expr_manager_template.h18
1 files changed, 7 insertions, 11 deletions
diff --git a/src/expr/expr_manager_template.h b/src/expr/expr_manager_template.h
index 4cde091ac..707d9a26e 100644
--- a/src/expr/expr_manager_template.h
+++ b/src/expr/expr_manager_template.h
@@ -1,14 +1,17 @@
/********************* */
-/** expr_manager_template.h
+/*! \file expr_manager_template.h
+ ** \verbatim
** Original author: dejan
- ** Major contributors: mdeters
- ** Minor contributors (to current version): taking, cconway
+ ** Major contributors: cconway, mdeters
+ ** Minor contributors (to current version): taking
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief Public-facing expression manager interface.
**
** Public-facing expression manager interface.
**/
@@ -101,13 +104,6 @@ public:
BitVectorType bitVectorType(unsigned size) const;
/**
- * Make a unary expression of a given kind (TRUE, FALSE,...).
- * @param kind the kind of expression
- * @return the expression
- */
- Expr mkExpr(Kind kind);
-
- /**
* Make a unary expression of a given kind (NOT, BVNOT, ...).
* @param child1 kind the kind of expression
* @return the expression
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback