From 672c02a79ba691c33955cd7e7c62f932671e845c Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 15 Jun 2010 15:55:22 +0000 Subject: [PATCH] (minor) fix for file documentation --- src/parser/smt/smt.cpp | 7 ++++--- src/parser/smt/smt.h | 7 ++++--- 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. **/ -- 2.30.2