summaryrefslogtreecommitdiff
path: root/src/expr/mkkind
diff options
context:
space:
mode:
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