summaryrefslogtreecommitdiff
path: root/src/theory
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/theory
parent24072d4b0f33abbbe1e468e5b62eb25928f7da25 (diff)
fix some file documentation
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/candidate_generator.cpp6
-rw-r--r--src/theory/rr_inst_match.cpp8
-rw-r--r--src/theory/rr_inst_match.h8
-rw-r--r--src/theory/rr_inst_match_impl.h4
-rw-r--r--src/theory/rr_trigger.cpp8
-rw-r--r--src/theory/rr_trigger.h6
6 files changed, 20 insertions, 20 deletions
diff --git a/src/theory/candidate_generator.cpp b/src/theory/candidate_generator.cpp
index 2563ef0d7..de98d709d 100644
--- a/src/theory/candidate_generator.cpp
+++ b/src/theory/candidate_generator.cpp
@@ -1,11 +1,11 @@
/********************* */
-/*! \file theory_uf_candidate_generator.cpp
+/*! \file candidate_generator.cpp
** \verbatim
** Original author: ajreynol
- ** Major contributors: none
+ ** Major contributors: mdeters
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** 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
diff --git a/src/theory/rr_inst_match.cpp b/src/theory/rr_inst_match.cpp
index 21a309610..0e3e7b9fa 100644
--- a/src/theory/rr_inst_match.cpp
+++ b/src/theory/rr_inst_match.cpp
@@ -1,11 +1,11 @@
/********************* */
-/*! \file inst_match.cpp
+/*! \file rr_inst_match.cpp
** \verbatim
** Original author: ajreynol
- ** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Major contributors: bobot
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** 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
diff --git a/src/theory/rr_inst_match.h b/src/theory/rr_inst_match.h
index 68b6e1bfd..468fe6a89 100644
--- a/src/theory/rr_inst_match.h
+++ b/src/theory/rr_inst_match.h
@@ -1,11 +1,11 @@
/********************* */
-/*! \file inst_match.h
+/*! \file rr_inst_match.h
** \verbatim
** Original author: ajreynol
- ** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Major contributors: bobot
+ ** Minor contributors (to current version): mdeters
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** 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
diff --git a/src/theory/rr_inst_match_impl.h b/src/theory/rr_inst_match_impl.h
index 28bc8c7eb..4bf04cb96 100644
--- a/src/theory/rr_inst_match_impl.h
+++ b/src/theory/rr_inst_match_impl.h
@@ -1,9 +1,9 @@
/********************* */
-/*! \file inst_match_impl.h
+/*! \file rr_inst_match_impl.h
** \verbatim
** Original author: bobot
** Major contributors: none
- ** Minor contributors (to current version): taking, mdeters
+ ** Minor contributors (to current version): ajreynol, mdeters
** This file is part of the CVC4 prototype.
** Copyright (c) 2009-2012 The Analysis of Computer Systems Group (ACSys)
** Courant Institute of Mathematical Sciences
diff --git a/src/theory/rr_trigger.cpp b/src/theory/rr_trigger.cpp
index ece68d137..5d56147e8 100644
--- a/src/theory/rr_trigger.cpp
+++ b/src/theory/rr_trigger.cpp
@@ -1,11 +1,11 @@
/********************* */
-/*! \file trigger.cpp
+/*! \file rr_trigger.cpp
** \verbatim
** Original author: ajreynol
- ** Major contributors: none
- ** Minor contributors (to current version): none
+ ** Major contributors: mdeters
+ ** Minor contributors (to current version): bobot
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** 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
diff --git a/src/theory/rr_trigger.h b/src/theory/rr_trigger.h
index 7ea4ee1a3..bc12666d0 100644
--- a/src/theory/rr_trigger.h
+++ b/src/theory/rr_trigger.h
@@ -1,11 +1,11 @@
/********************* */
-/*! \file trigger.h
+/*! \file rr_trigger.h
** \verbatim
** Original author: ajreynol
- ** Major contributors: none
+ ** Major contributors: bobot
** Minor contributors (to current version): none
** This file is part of the CVC4 prototype.
- ** Copyright (c) 2009, 2010, 2011 The Analysis of Computer Systems Group (ACSys)
+ ** 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
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback