summaryrefslogtreecommitdiff
path: root/src/expr/kind_template.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-12-16 00:36:53 +0000
committerMorgan Deters <mdeters@gmail.com>2010-12-16 00:36:53 +0000
commit02c793249635ca25e1d611125074e6afdd91533f (patch)
tree46d716b7dfe4c04fb9eeb5933d7986b8f9089c91 /src/expr/kind_template.h
parent76154a935ff1065c346da197bac6303302b67ac2 (diff)
minor fixes for correct doxygen output
Diffstat (limited to 'src/expr/kind_template.h')
-rw-r--r--src/expr/kind_template.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/expr/kind_template.h b/src/expr/kind_template.h
index 718fd58f4..3b1232772 100644
--- a/src/expr/kind_template.h
+++ b/src/expr/kind_template.h
@@ -28,10 +28,10 @@ namespace CVC4 {
namespace kind {
enum Kind_t {
- UNDEFINED_KIND = -1, /*! undefined */
- NULL_EXPR, /*! Null kind */
+ UNDEFINED_KIND = -1, /**< undefined */
+ NULL_EXPR, /**< Null kind */
${kind_decls}
- LAST_KIND
+ LAST_KIND /**< marks the upper-bound of this enumeration */
};/* enum Kind_t */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback