summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-06-15 15:55:22 +0000
committerMorgan Deters <mdeters@gmail.com>2010-06-15 15:55:22 +0000
commit672c02a79ba691c33955cd7e7c62f932671e845c (patch)
tree66b69327ec94616bd0d99f6effbbf32de4fff47c
parent41bb6f0c0c4eed4011793bdb802dac68c1e73b04 (diff)
(minor) fix for file documentation
-rw-r--r--src/parser/smt/smt.cpp7
-rw-r--r--src/parser/smt/smt.h7
2 files changed, 8 insertions, 6 deletions
diff --git a/src/parser/smt/smt.cpp b/src/parser/smt/smt.cpp
index 4851c8737..53c58e2e6 100644
--- a/src/parser/smt/smt.cpp
+++ b/src/parser/smt/smt.cpp
@@ -1,14 +1,15 @@
/********************* */
-/** smt.h
+/*! \file smt.cpp
+ ** \verbatim
** Original author: cconway
- ** Major contributors:
+ ** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 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.
+ ** information.\endverbatim
**
** Definitions of SMT constants.
**/
diff --git a/src/parser/smt/smt.h b/src/parser/smt/smt.h
index 7df25749a..c6a15b335 100644
--- a/src/parser/smt/smt.h
+++ b/src/parser/smt/smt.h
@@ -1,14 +1,15 @@
/********************* */
-/** smt.h
+/*! \file smt.h
+ ** \verbatim
** Original author: cconway
- ** Major contributors:
+ ** Major contributors: none
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
** Copyright (c) 2009, 2010 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.
+ ** information.\endverbatim
**
** Definitions of SMT constants.
**/
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback