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/my_decimal.cc | |
parent | 56c88d4a52fad96c95a43f0483c17456bf7aa99b (diff) | |
download | mariadb-git-91b5c11922643dd3b62d0ddcd0184388faf83ead.tar.gz |
Doxygenization of comments.
Diffstat (limited to 'sql/my_decimal.cc')
-rw-r--r-- | sql/my_decimal.cc | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sql/my_decimal.cc b/sql/my_decimal.cc index 54cef6abdb5..651ff22d198 100644 --- a/sql/my_decimal.cc +++ b/sql/my_decimal.cc @@ -18,17 +18,15 @@ #ifndef MYSQL_CLIENT -/* - report result of decimal operation +/** + report result of decimal operation. - SYNOPSIS - decimal_operation_results() - result decimal library return code (E_DEC_* see include/decimal.h) + @param result decimal library return code (E_DEC_* see include/decimal.h) - TODO + @todo Fix error messages - RETURN + @return result */ |