summaryrefslogtreecommitdiff
path: root/src/expr/kind_template.cpp
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-07-04 02:45:16 -0700
committerGitHub <noreply@github.com>2018-07-04 02:45:16 -0700
commit0cac8099cd69faa8d09bc726e33f71835bf8eec9 (patch)
tree371837bb6d3c8a17391f1ad1a69dd5334503f7af /src/expr/kind_template.cpp
parentd517f186883e3397948099b7e80327e46b29b85b (diff)
parentad5a8f0eb67ebd698285a32a8e4101e971853741 (diff)
Merge branch 'sygusComp2018-2' into replaceSubstitutereplaceSubstitute
Diffstat (limited to 'src/expr/kind_template.cpp')
-rw-r--r--src/expr/kind_template.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/expr/kind_template.cpp b/src/expr/kind_template.cpp
index aa9107a18..dcc98a1b7 100644
--- a/src/expr/kind_template.cpp
+++ b/src/expr/kind_template.cpp
@@ -1,3 +1,20 @@
+/********************* */
+/*! \file kind_template.cpp
+ ** \verbatim
+ ** Top contributors (to current version):
+ ** Andres Noetzli, Mathias Preiner
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2018 by the authors listed in the file AUTHORS
+ ** in the top-level source directory) and their institutional affiliations.
+ ** All rights reserved. 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 "expr/kind.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback