summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index 0daa3f58c..cfaab142d 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -1,14 +1,17 @@
/********************* */
-/** node.h
+/*! \file node.h
+ ** \verbatim
** Original author: mdeters
- ** Major contributors: dejan
- ** Minor contributors (to current version): cconway, taking
+ ** Major contributors: cconway, dejan
+ ** 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 Reference-counted encapsulation of a pointer to node information.
**
** Reference-counted encapsulation of a pointer to node information.
**/
@@ -138,8 +141,8 @@ class NodeTemplate {
friend class NodeTemplate<false>;
friend class NodeManager;
- template <class Builder>
- friend class NodeBuilderBase;
+ template <unsigned nchild_thresh>
+ friend class NodeBuilder;
friend class ::CVC4::expr::attr::AttributeManager;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback