1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Doxygenize comments.

This commit is contained in:
cmiller@zippy.cornsilk.net
2007-10-16 16:11:50 -04:00
parent dee842e093
commit 5a19f077b3
16 changed files with 313 additions and 281 deletions

View File

@ -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 */