summaryrefslogtreecommitdiff
path: root/src/expr/attribute_unique_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/attribute_unique_id.h')
-rw-r--r--src/expr/attribute_unique_id.h19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/expr/attribute_unique_id.h b/src/expr/attribute_unique_id.h
index 79c6bfd8f..08b31a4c0 100644
--- a/src/expr/attribute_unique_id.h
+++ b/src/expr/attribute_unique_id.h
@@ -1,7 +1,24 @@
+/********************* */
+/*! \file attribute_unique_id.h
+ ** \verbatim
+ ** Original author: Tim King
+ ** Major contributors: none
+ ** Minor contributors (to current version): none
+ ** This file is part of the CVC4 project.
+ ** Copyright (c) 2009-2013 New York University and The University of Iowa
+ ** See the file COPYING in the top-level source directory for licensing
+ ** information.\endverbatim
+ **
+ ** \brief [[ Add one-line brief description here ]]
+ **
+ ** [[ Add lengthier description here ]]
+ ** \todo document this file
+ **/
+
+#include "cvc4_private.h"
#pragma once
-#include "cvc4_private.h"
#include <stdint.h>
// ATTRIBUTE IDs ============================================================
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback