summaryrefslogtreecommitdiff
path: root/src/main/signal_handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/signal_handlers.h')
-rw-r--r--src/main/signal_handlers.h29
1 files changed, 14 insertions, 15 deletions
diff --git a/src/main/signal_handlers.h b/src/main/signal_handlers.h
index c7506de4f..b849198c7 100644
--- a/src/main/signal_handlers.h
+++ b/src/main/signal_handlers.h
@@ -1,18 +1,17 @@
-/********************* */
-/*! \file signal_handlers.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Gereon Kremer, 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 Implementation of signal handlers.
- **
- ** Implementation of signal handlers.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Gereon Kremer, 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.
+ * ****************************************************************************
+ *
+ * Implementation of signal handlers.
+ */
#ifndef CVC5__MAIN__SIGNAL_HANDLERS_H
#define CVC5__MAIN__SIGNAL_HANDLERS_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback