summaryrefslogtreecommitdiff
path: root/sql/my_decimal.cc
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2007-10-11 13:29:09 -0400
committerunknown <cmiller@zippy.cornsilk.net>2007-10-11 13:29:09 -0400
commitd43c15b0dee8f67a63de601f82d9358c38f68b49 (patch)
treedc8fcee29ee23089c456415062c32abb0468c823 /sql/my_decimal.cc
parent39062b7e4ee782ca7853808a1c006846ae027263 (diff)
downloadmariadb-git-d43c15b0dee8f67a63de601f82d9358c38f68b49.tar.gz
Doxygenization of comments.
Diffstat (limited to 'sql/my_decimal.cc')
-rw-r--r--sql/my_decimal.cc12
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
*/