summaryrefslogtreecommitdiff
path: root/src/proof/clause_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/clause_id.h')
-rw-r--r--src/proof/clause_id.h33
1 files changed, 17 insertions, 16 deletions
diff --git a/src/proof/clause_id.h b/src/proof/clause_id.h
index e5a63fa4f..20b74b1a7 100644
--- a/src/proof/clause_id.h
+++ b/src/proof/clause_id.h
@@ -1,19 +1,20 @@
-/********************* */
-/*! \file clause_id.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Paul Meng, Mathias Preiner, Liana Hadarean
- ** 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 Definition of ClauseId
- **
- ** A ClauseId is a shared identifier between the proofs module and the sat
- ** solver for a clause.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Paul Meng, Mathias Preiner, Liana Hadarean
+ *
+ * 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.
+ * ****************************************************************************
+ *
+ * Definition of ClauseId.
+ *
+ * A ClauseId is a shared identifier between the proofs module and the sat
+ * solver for a clause.
+ */
#include "cvc4_private.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback