summaryrefslogtreecommitdiff
path: root/src/parser/line_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/line_buffer.h')
-rw-r--r--src/parser/line_buffer.h35
1 files changed, 18 insertions, 17 deletions
diff --git a/src/parser/line_buffer.h b/src/parser/line_buffer.h
index 10a9e06ac..15ce9a8a1 100644
--- a/src/parser/line_buffer.h
+++ b/src/parser/line_buffer.h
@@ -1,20 +1,21 @@
-/********************* */
-/*! \file line_buffer.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Andres Noetzli, Mathias Preiner
- ** 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 The LineBuffer class stores lines from an input stream
- **
- ** Each line is guaranteed to be consecutive in memory. The content in
- ** the line buffer can be addressed using line number and the position
- ** within the line.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Andres Noetzli, Mathias Preiner
+ *
+ * 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.
+ * ****************************************************************************
+ *
+ * The LineBuffer class stores lines from an input stream
+ *
+ * Each line is guaranteed to be consecutive in memory. The content in
+ * the line buffer can be addressed using line number and the position
+ * within the line.
+ */
#include "cvc4parser_private.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback