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/hostname.cc | |
parent | 56c88d4a52fad96c95a43f0483c17456bf7aa99b (diff) | |
download | mariadb-git-91b5c11922643dd3b62d0ddcd0184388faf83ead.tar.gz |
Doxygenization of comments.
Diffstat (limited to 'sql/hostname.cc')
-rw-r--r-- | sql/hostname.cc | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sql/hostname.cc b/sql/hostname.cc index 34384a9c8c0..c8cf46383a9 100644 --- a/sql/hostname.cc +++ b/sql/hostname.cc @@ -14,9 +14,14 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* - Get hostname for an IP. Hostnames are checked with reverse name lookup and - checked that they doesn't resemble an ip. +/** + @file + + @brief + Get hostname for an IP. + + Hostnames are checked with reverse name lookup and + checked that they doesn't resemble an ip. */ #include "mysql_priv.h" |