diff options
author | unknown <cmiller@zippy.cornsilk.net> | 2007-10-11 13:29:09 -0400 |
---|---|---|
committer | unknown <cmiller@zippy.cornsilk.net> | 2007-10-11 13:29:09 -0400 |
commit | d43c15b0dee8f67a63de601f82d9358c38f68b49 (patch) | |
tree | dc8fcee29ee23089c456415062c32abb0468c823 /sql/item_geofunc.cc | |
parent | 39062b7e4ee782ca7853808a1c006846ae027263 (diff) | |
download | mariadb-git-d43c15b0dee8f67a63de601f82d9358c38f68b49.tar.gz |
Doxygenization of comments.
Diffstat (limited to 'sql/item_geofunc.cc')
-rw-r--r-- | sql/item_geofunc.cc | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/sql/item_geofunc.cc b/sql/item_geofunc.cc index 78741483c0b..c4e36da80a3 100644 --- a/sql/item_geofunc.cc +++ b/sql/item_geofunc.cc @@ -14,7 +14,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* This file defines all spatial functions */ +/** + @file + + @brief + This file defines all spatial functions +*/ #ifdef USE_PRAGMA_IMPLEMENTATION #pragma implementation // gcc: Class implementation @@ -360,7 +365,7 @@ String *Item_func_point::val_str(String *str) } -/* +/** Concatenates various items into various collections with checkings for valid wkb type of items. For example, MultiPoint can be a collection of Points only. @@ -542,6 +547,10 @@ longlong Item_func_isempty::val_int() } +/** + @todo + Ramil or Holyfoot, add real IsSimple calculation +*/ longlong Item_func_issimple::val_int() { DBUG_ASSERT(fixed == 1); |