Commit 15d7933f authored by marko's avatar marko

branches/zip: ha_innodb.cc: Move the misplaced Doxygen @file comment.

parent 818a252b
...@@ -67,6 +67,8 @@ with this program; if not, write to the Free Software Foundation, Inc., ...@@ -67,6 +67,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <mysys_err.h> #include <mysys_err.h>
#include <mysql/plugin.h> #include <mysql/plugin.h>
/** @file ha_innodb.cc */
/* Include necessary InnoDB headers */ /* Include necessary InnoDB headers */
extern "C" { extern "C" {
#include "univ.i" #include "univ.i"
...@@ -227,7 +229,6 @@ static handler *innobase_create_handler(handlerton *hton, ...@@ -227,7 +229,6 @@ static handler *innobase_create_handler(handlerton *hton,
MEM_ROOT *mem_root); MEM_ROOT *mem_root);
/************************************************************//** /************************************************************//**
@file handler/ha_innodb.cc
Validate the file format name and return its corresponding id. Validate the file format name and return its corresponding id.
@return valid file format id */ @return valid file format id */
static static
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment