summaryrefslogtreecommitdiff
path: root/src/smt/output_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/output_manager.h')
-rw-r--r--src/smt/output_manager.h33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/smt/output_manager.h b/src/smt/output_manager.h
index 668daae0b..bb7645f75 100644
--- a/src/smt/output_manager.h
+++ b/src/smt/output_manager.h
@@ -1,19 +1,20 @@
-/********************* */
-/*! \file output_manager.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Abdalrhman Mohamed
- ** 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 output manager for the SmtEngine.
- **
- ** The output manager provides helper functions for printing commands
- ** internally.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Abdalrhman Mohamed
+ *
+ * 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 output manager for the SmtEngine.
+ *
+ * The output manager provides helper functions for printing commands
+ * internally.
+ */
#ifndef CVC5__SMT__OUTPUT_MANAGER_H
#define CVC5__SMT__OUTPUT_MANAGER_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback