summaryrefslogtreecommitdiff
path: root/src/util/statistics_stats.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/statistics_stats.h')
-rw-r--r--src/util/statistics_stats.h37
1 files changed, 19 insertions, 18 deletions
diff --git a/src/util/statistics_stats.h b/src/util/statistics_stats.h
index 97778bb5f..fe5ad9de7 100644
--- a/src/util/statistics_stats.h
+++ b/src/util/statistics_stats.h
@@ -1,21 +1,22 @@
-/********************* */
-/*! \file statistics_stats.h
- ** \verbatim
- ** Top contributors (to current version):
- ** Gereon Kremer
- ** 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 Statistic proxy objects
- **
- ** Conceptually, every statistic consists of a data object and a proxy
- ** object. The proxy objects are issued by the `StatisticsRegistry` and
- ** maintained by the user. They only hold a pointer to a matching data
- ** object. The purpose of proxy objects is to implement methods to easily
- ** change the statistic data, but shield the regular user from the internals.
+/******************************************************************************
+ * Top contributors (to current version):
+ * Gereon Kremer
+ *
+ * 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.
+ * ****************************************************************************
+ *
+ * Statistic proxy objects
+ *
+ * Conceptually, every statistic consists of a data object and a proxy
+ * object. The proxy objects are issued by the `StatisticsRegistry` and
+ * maintained by the user. They only hold a pointer to a matching data
+ * object. The purpose of proxy objects is to implement methods to easily
+ * change the statistic data, but shield the regular user from the internals.
*/
#include "cvc4_private_library.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback