summaryrefslogtreecommitdiff
path: root/src/expr/kind_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/kind_map.h')
-rw-r--r--src/expr/kind_map.h33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/expr/kind_map.h b/src/expr/kind_map.h
index 28cbf5c37..1add4eb31 100644
--- a/src/expr/kind_map.h
+++ b/src/expr/kind_map.h
@@ -1,19 +1,20 @@
-/********************* */
-/*! \file kind_map.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Gereon Kremer, Mathias Preiner, Dejan Jovanovic
- ** This file is part of the CVC4 project.
- ** Copyright (c) 2009-2021 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 A bitmap of Kinds
- **
- ** This is a class representation for a bitmap of Kinds that is
- ** iterable, manipulable, and packed.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Gereon Kremer, Mathias Preiner, Dejan Jovanovic
+ *
+ * This file is part of the cvc5 project.
+ *
+ * Copyright (c) 2009-2021 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.
+ * ****************************************************************************
+ *
+ * A bitmap of Kinds.
+ *
+ * This is a class representation for a bitmap of Kinds that is iterable,
+ * manipulable, and packed.
+ */
#include "cvc4_private.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback