diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-10-11 13:29:09 -0400 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-10-11 13:29:09 -0400 |
commit | f617e5fcd3ce047cd5b52ad5391fa6f5eefbe112 (patch) | |
tree | dc8fcee29ee23089c456415062c32abb0468c823 /sql/item_create.cc | |
parent | 4f89506de16ab69795da512a8055136c6b6f11dd (diff) | |
download | mariadb-git-f617e5fcd3ce047cd5b52ad5391fa6f5eefbe112.tar.gz |
Doxygenization of comments.
Diffstat (limited to 'sql/item_create.cc')
-rw-r--r-- | sql/item_create.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sql/item_create.cc b/sql/item_create.cc index 12b795e79a1..f03b592bcb3 100644 --- a/sql/item_create.cc +++ b/sql/item_create.cc @@ -13,7 +13,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Functions to create an item. Used by sql_yacc.yy */ +/** + @file + + @brief + Functions to create an item. Used by sql_yac.yy +*/ #include "mysql_priv.h" #include "item_create.h" |