summaryrefslogtreecommitdiff
path: root/src/theory/rewriter_tables_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2011-04-10 00:14:49 +0000
committerMorgan Deters <mdeters@gmail.com>2011-04-10 00:14:49 +0000
commit8495ee8e7de4a7e472d72cfb20290940c59794e3 (patch)
tree5400ea6b8ea2acd24c76fe4e96220275345506d1 /src/theory/rewriter_tables_template.h
parentc165a7c05ca79659d2f0451cb795b17dec5dcfb6 (diff)
Add -lprofiler when --with-google-perftools is offered; also fix some newswire-raised documentation issues.
Diffstat (limited to 'src/theory/rewriter_tables_template.h')
-rw-r--r--src/theory/rewriter_tables_template.h24
1 files changed, 21 insertions, 3 deletions
diff --git a/src/theory/rewriter_tables_template.h b/src/theory/rewriter_tables_template.h
index e26c879e4..cbbff95c1 100644
--- a/src/theory/rewriter_tables_template.h
+++ b/src/theory/rewriter_tables_template.h
@@ -1,3 +1,22 @@
+/********************* */
+/*! \file rewriter_tables_template.h
+ ** \verbatim
+ ** Original author: dejan
+ ** Major contributors: none
+ ** Minor contributors (to current version): none
+ ** This file is part of the CVC4 prototype.
+ ** Copyright (c) 2009, 2010, 2011 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.\endverbatim
+ **
+ ** \brief Rewriter tables for various theories
+ **
+ ** This file contains template code for the rewriter tables that are generated
+ ** from the Theory kinds files.
+ **/
+
#pragma once
#include "theory/rewriter.h"
@@ -56,7 +75,6 @@ ${post_rewrite_set_cache}
}
}
-
void Rewriter::init() {
${rewrite_init}
}
@@ -65,5 +83,5 @@ void Rewriter::shutdown() {
${rewrite_shutdown}
}
-}
-}
+}/* CVC4::theory namespace */
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback