summaryrefslogtreecommitdiff
path: root/src/expr/mkkind
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/mkkind
parent76154a935ff1065c346da197bac6303302b67ac2 (diff)
minor fixes for correct doxygen output
Diffstat (limited to 'src/expr/mkkind')
-rwxr-xr-xsrc/expr/mkkind2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/mkkind b/src/expr/mkkind
index a417b7871..ab80224eb 100755
--- a/src/expr/mkkind
+++ b/src/expr/mkkind
@@ -106,7 +106,7 @@ function register_kind {
nc=$2
comment=$3
- kind_decls="${kind_decls} $r, /*! $comment */
+ kind_decls="${kind_decls} $r, /**< $comment */
"
kind_printers="${kind_printers} case $r: out << \"$r\"; break;
"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback