summaryrefslogtreecommitdiff
path: root/storage/xtradb/pars/lexyy.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/xtradb/pars/lexyy.c')
-rw-r--r--storage/xtradb/pars/lexyy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/storage/xtradb/pars/lexyy.c b/storage/xtradb/pars/lexyy.c
index 489752a1900..37d892e51e3 100644
--- a/storage/xtradb/pars/lexyy.c
+++ b/storage/xtradb/pars/lexyy.c
@@ -703,7 +703,7 @@ static int yy_flex_debug = 0;
#define YY_RESTORE_YY_MORE_OFFSET
static char *yytext;
#line 1 "pars0lex.l"
-/******************************************************
+/**************************************************//**
SQL parser lexical analyzer: input file for the GNU Flex lexer generator
(c) 1997 Innobase Oy
@@ -747,13 +747,13 @@ Linux.
static ulint stringbuf_len_alloc = 0; /* Allocated length */
static ulint stringbuf_len = 0; /* Current length */
static char* stringbuf; /* Start of buffer */
-/* Appends a string to the buffer. */
+/** Appends a string to the buffer. */
static
void
string_append(
/*==========*/
- const char* str, /* in: string to be appended */
- ulint len) /* in: length of the string */
+ const char* str, /*!< in: string to be appended */
+ ulint len) /*!< in: length of the string */
{
if (stringbuf == NULL) {
stringbuf = malloc(1);