summaryrefslogtreecommitdiff
path: root/src/include/cvc4parser_public.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cvc4parser_public.h')
-rw-r--r--src/include/cvc4parser_public.h32
1 files changed, 15 insertions, 17 deletions
diff --git a/src/include/cvc4parser_public.h b/src/include/cvc4parser_public.h
index d825c3b81..408183a2d 100644
--- a/src/include/cvc4parser_public.h
+++ b/src/include/cvc4parser_public.h
@@ -1,20 +1,18 @@
-/********************* */
-/*! \file cvc4parser_public.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Morgan Deters
- ** 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 Macros that should be defined everywhere during the building of
- ** the libraries and driver binary, and also exported to the user.
- **
- ** Macros that should be defined everywhere during the building of
- ** the libraries and driver binary, and also exported to the user.
- **/
+/******************************************************************************
+ * Top contributors (to current version):
+ * Morgan Deters
+ *
+ * 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.
+ * ****************************************************************************
+ *
+ * Macros that should be defined everywhere during the building of the
+ * libraries and driver binary, and also exported to the user.
+ */
#ifndef __CVC4PARSER_PUBLIC_H
#define __CVC4PARSER_PUBLIC_H
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback