summaryrefslogtreecommitdiff
path: root/sql/procedure.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/procedure.h')
-rw-r--r--sql/procedure.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/procedure.h b/sql/procedure.h
index 6a731766046..4578fcb87f1 100644
--- a/sql/procedure.h
+++ b/sql/procedure.h
@@ -20,8 +20,8 @@
#pragma interface /* gcc class implementation */
#endif
-#define PROC_NO_SORT 1 /* Bits in flags */
-#define PROC_GROUP 2 /* proc must have group */
+#define PROC_NO_SORT 1 /**< Bits in flags */
+#define PROC_GROUP 2 /**< proc must have group */
/* Procedure items used by procedures to store values for send_fields */