diff options
author | cmiller@zippy.cornsilk.net <> | 2007-10-11 13:29:09 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-10-11 13:29:09 -0400 |
commit | 91b5c11922643dd3b62d0ddcd0184388faf83ead (patch) | |
tree | dc8fcee29ee23089c456415062c32abb0468c823 /sql/init.cc | |
parent | 56c88d4a52fad96c95a43f0483c17456bf7aa99b (diff) | |
download | mariadb-git-91b5c11922643dd3b62d0ddcd0184388faf83ead.tar.gz |
Doxygenization of comments.
Diffstat (limited to 'sql/init.cc')
-rw-r--r-- | sql/init.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sql/init.cc b/sql/init.cc index 73feaa797c3..aee0eb7179c 100644 --- a/sql/init.cc +++ b/sql/init.cc @@ -14,7 +14,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* Init and dummy functions for interface with unireg */ +/** + @file + + @brief + Init and dummy functions for interface with unireg +*/ #include "mysql_priv.h" #include <m_ctype.h> |