summaryrefslogtreecommitdiff
path: root/src/util/bitvector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/bitvector.cpp')
-rw-r--r--src/util/bitvector.cpp35
1 files changed, 16 insertions, 19 deletions
diff --git a/src/util/bitvector.cpp b/src/util/bitvector.cpp
index 210d03891..848fc44f9 100644
--- a/src/util/bitvector.cpp
+++ b/src/util/bitvector.cpp
@@ -1,20 +1,17 @@
-/********************* */
-/*! \file bitvector.cpp
- ** \verbatim
- ** Top contributors (to current version):
- ** Aina Niemetz, Liana Hadarean, Morgan Deters
- ** 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 fixed-size bit-vector.
- **
- ** A fixed-size bit-vector, implemented as a wrapper around Integer.
- **
- ** \todo document this file
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Aina Niemetz, Liana Hadarean, Morgan Deters
+ *
+ * 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 fixed-size bit-vector, implemented as a wrapper around Integer.
+ */
#include "util/bitvector.h"
@@ -79,7 +76,7 @@ unsigned BitVector::isPow2() const
}
/* -----------------------------------------------------------------------
- ** Operators
+ * Operators
* ----------------------------------------------------------------------- */
/* String Operations ----------------------------------------------------- */
@@ -340,7 +337,7 @@ BitVector BitVector::arithRightShift(const BitVector& y) const
}
/* -----------------------------------------------------------------------
- ** Static helpers.
+ * Static helpers.
* ----------------------------------------------------------------------- */
BitVector BitVector::mkZero(unsigned size)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback