summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine_scope.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-07-31 20:50:24 +0000
committerMorgan Deters <mdeters@gmail.com>2012-07-31 20:50:24 +0000
commitf73e17d5649f636eb88aafe05aaf32565a806bab (patch)
treec1950fc6865ccdadc865ea058ea27118216992ac /src/smt/smt_engine_scope.cpp
parent24072d4b0f33abbbe1e468e5b62eb25928f7da25 (diff)
fix some file documentation
Diffstat (limited to 'src/smt/smt_engine_scope.cpp')
-rw-r--r--src/smt/smt_engine_scope.cpp23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/smt/smt_engine_scope.cpp b/src/smt/smt_engine_scope.cpp
index 03298e99a..ec987c25f 100644
--- a/src/smt/smt_engine_scope.cpp
+++ b/src/smt/smt_engine_scope.cpp
@@ -1,3 +1,22 @@
+/********************* */
+/*! \file smt_engine_scope.cpp
+ ** \verbatim
+ ** Original author: mdeters
+ ** Major contributors: none
+ ** Minor contributors (to current version): none
+ ** This file is part of the CVC4 prototype.
+ ** Copyright (c) 2009-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 [[ Add one-line brief description here ]]
+ **
+ ** [[ Add lengthier description here ]]
+ ** \todo document this file
+ **/
+
#include "smt/smt_engine.h"
#include "smt/smt_engine_scope.h"
@@ -6,5 +25,5 @@ namespace smt {
CVC4_THREADLOCAL(SmtEngine*) s_smtEngine_current = NULL;
-}
-}
+}/* CVC4::smt namespace */
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback