summaryrefslogtreecommitdiff
path: root/src/theory/theoryof_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theoryof_mode.h')
-rw-r--r--src/theory/theoryof_mode.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/theory/theoryof_mode.h b/src/theory/theoryof_mode.h
index 533704a39..0ce72449d 100644
--- a/src/theory/theoryof_mode.h
+++ b/src/theory/theoryof_mode.h
@@ -1,19 +1,19 @@
/********************* */
-/*! \file theory.h
+/*! \file theoryof_mode.h
** \verbatim
** Original author: mdeters
** Major contributors: dejan
** Minor contributors (to current version): taking, barrett
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** Copyright (c) 2009, 2010, 2011, 2012 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 Base of the theory interface.
+ ** \brief Option selection for theoryOf() operation
**
- ** Base of the theory interface.
+ ** Option selection for theoryOf() operation.
**/
#pragma once
@@ -29,8 +29,8 @@ enum TheoryOfMode {
THEORY_OF_TYPE_BASED,
/** Variables are uninterpreted, constants are with the type, equalities prefer parametric */
THEORY_OF_TERM_BASED
-};
+};/* enum TheoryOfMode */
-}
-}
+}/* CVC4::theory namespace */
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback