summaryrefslogtreecommitdiff
path: root/src/base/modal_exception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/modal_exception.h')
-rw-r--r--src/base/modal_exception.h34
1 files changed, 16 insertions, 18 deletions
diff --git a/src/base/modal_exception.h b/src/base/modal_exception.h
index d6b941dd3..bf019f707 100644
--- a/src/base/modal_exception.h
+++ b/src/base/modal_exception.h
@@ -1,21 +1,19 @@
-/********************* */
-/*! \file modal_exception.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Morgan Deters, 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 An exception that is thrown when an interactive-only
- ** feature while CVC4 is being used in a non-interactive setting
- **
- ** An exception that is thrown when an interactive-only feature while
- ** CVC4 is being used in a non-interactive setting (for example, the
- ** "(get-assertions)" command in an SMT-LIBv2 script).
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Morgan Deters, 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.
+ * ****************************************************************************
+ *
+ * An exception that is thrown when an interactive-only feature while
+ * CVC4 is being used in a non-interactive setting (for example, the
+ * "(get-assertions)" command in an SMT-LIBv2 script).
+ */
#include "cvc4_public.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback