summaryrefslogtreecommitdiff
path: root/src/smt/smt_engine_scope.h
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.h
parent24072d4b0f33abbbe1e468e5b62eb25928f7da25 (diff)
fix some file documentation
Diffstat (limited to 'src/smt/smt_engine_scope.h')
-rw-r--r--src/smt/smt_engine_scope.h23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/smt/smt_engine_scope.h b/src/smt/smt_engine_scope.h
index bcdaefd9f..f10f4e767 100644
--- a/src/smt/smt_engine_scope.h
+++ b/src/smt/smt_engine_scope.h
@@ -1,3 +1,22 @@
+/********************* */
+/*! \file smt_engine_scope.h
+ ** \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 "util/tls.h"
#include "util/Assert.h"
@@ -36,5 +55,5 @@ public:
}
};/* class SmtScope */
-}
-}
+}/* CVC4::smt namespace */
+}/* CVC4 namespace */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback