summaryrefslogtreecommitdiff
path: root/src/theory/rewriter_attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/rewriter_attributes.h')
-rw-r--r--src/theory/rewriter_attributes.h30
1 files changed, 20 insertions, 10 deletions
diff --git a/src/theory/rewriter_attributes.h b/src/theory/rewriter_attributes.h
index d33d7314e..86c2585b1 100644
--- a/src/theory/rewriter_attributes.h
+++ b/src/theory/rewriter_attributes.h
@@ -1,9 +1,20 @@
-/*
- * rewriter_attributes.h
- *
- * Created on: Dec 27, 2010
- * Author: dejan
- */
+/********************* */
+/*! \file rewriter_attributes.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 attributes
+ **
+ ** Rewriter attributes.
+ **/
#pragma once
@@ -79,8 +90,7 @@ struct RewriteAttibute {
node.setAttribute(post_rewrite(), cache);
}
}
-};
-
-} // Namespace CVC4
-} // Namespace theory
+};/* struct RewriteAttribute */
+}/* CVC4::theory namespace */
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback