diff options
author | cmiller@zippy.cornsilk.net <> | 2007-10-16 16:11:50 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2007-10-16 16:11:50 -0400 |
commit | 5a19f077b372d96b301a9a926326fb780d88c5e8 (patch) | |
tree | 8b9e521083780437237f38683ce7cab9518c7e78 /sql/mysqld_suffix.h | |
parent | dee842e093e8cc07cf785b9f06d509face46ed09 (diff) | |
download | mariadb-git-5a19f077b372d96b301a9a926326fb780d88c5e8.tar.gz |
Doxygenize comments.
Diffstat (limited to 'sql/mysqld_suffix.h')
-rw-r--r-- | sql/mysqld_suffix.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sql/mysqld_suffix.h b/sql/mysqld_suffix.h index b348f272db1..654d7cf88c1 100644 --- a/sql/mysqld_suffix.h +++ b/sql/mysqld_suffix.h @@ -13,8 +13,11 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* - Set MYSQL_SERVER_SUFFIX_STR +/** + @file + + Set MYSQL_SERVER_SUFFIX_STR. + The following code is quite ugly as there is no portable way to easily set a string to the value of a macro */ |