summaryrefslogtreecommitdiff
path: root/src/util/regexp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/regexp.h')
-rw-r--r--src/util/regexp.h31
1 files changed, 16 insertions, 15 deletions
diff --git a/src/util/regexp.h b/src/util/regexp.h
index b0862e15a..33ab89047 100644
--- a/src/util/regexp.h
+++ b/src/util/regexp.h
@@ -1,16 +1,17 @@
-/********************* */
-/*! \file regexp.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Andrew Reynolds
- ** 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 Data structures for regular expression operators.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Andrew Reynolds, Mathias Preiner, Aina Niemetz
+ *
+ * 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.
+ * ****************************************************************************
+ *
+ * Data structures for regular expression operators.
+ */
#include "cvc4_public.h"
@@ -42,7 +43,7 @@ struct RegExpLoop
};
/* -----------------------------------------------------------------------
- ** Hash Function structs
+ * Hash Function structs
* ----------------------------------------------------------------------- */
/*
@@ -62,7 +63,7 @@ struct RegExpLoopHashFunction
};
/* -----------------------------------------------------------------------
- ** Output stream
+ * Output stream
* ----------------------------------------------------------------------- */
std::ostream& operator<<(std::ostream& os, const RegExpRepeat& bv);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback