diff gui/util/cut.h @ 35729:a5f7a861a293

Revise some doxygen comments.
author ib
date Tue, 22 Jan 2013 17:04:36 +0000
parents a59b359c20f7
children 0b80003f6542
line wrap: on
line diff
--- a/gui/util/cut.h	Tue Jan 22 15:37:17 2013 +0000
+++ b/gui/util/cut.h	Tue Jan 22 17:04:36 2013 +0000
@@ -22,9 +22,9 @@
 #include <stddef.h>
 
 /**
- * @def cutItem(in, out, sep, num)
- * Wraps #cutItemString():
- * Extract a part of a string delimited by a separator character at most the size of @a out.
+ * @brief Wraps #cutItemString():
+ *        Extract a part of a string delimited by a separator character
+ *        at most the size of @a out.
  */
 #define cutItem(in, out, sep, num) cutItemString(in, out, sep, num, sizeof(out))