summaryrefslogtreecommitdiff
path: root/src/expr/node_value.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node_value.h')
-rw-r--r--src/expr/node_value.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/expr/node_value.h b/src/expr/node_value.h
index 260a9daae..8b2056560 100644
--- a/src/expr/node_value.h
+++ b/src/expr/node_value.h
@@ -1,5 +1,6 @@
/********************* */
-/** node_value.h
+/*! \file node_value.h
+ ** \verbatim
** Original author: mdeters
** Major contributors: dejan
** Minor contributors (to current version): cconway, taking
@@ -8,7 +9,9 @@
** Courant Institute of Mathematical Sciences
** New York University
** See the file COPYING in the top-level source directory for licensing
- ** information.
+ ** information.\endverbatim
+ **
+ ** \brief An expression node.
**
** An expression node.
**
@@ -35,7 +38,6 @@ namespace CVC4 {
template <bool ref_count> class NodeTemplate;
class TypeNode;
-template <class Builder> class NodeBuilderBase;
template <unsigned N> class NodeBuilder;
class AndNodeBuilder;
class OrNodeBuilder;
@@ -103,7 +105,6 @@ class NodeValue {
template <bool> friend class ::CVC4::NodeTemplate;
friend class ::CVC4::TypeNode;
- template <class Builder> friend class ::CVC4::NodeBuilderBase;
template <unsigned nchild_thresh> friend class ::CVC4::NodeBuilder;
friend class ::CVC4::NodeManager;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback