[Groonga-commit] groonga/groonga [master] doc: fix a description about deprecated functions

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2012年 6月 18日 (月) 18:08:54 JST


HAYASHI Kentaro	2012-06-18 18:08:54 +0900 (Mon, 18 Jun 2012)

  New Revision: 3ee14d4be633c859b1c7021cecad9afdd3a5a528
  https://github.com/groonga/groonga/commit/3ee14d4be633c859b1c7021cecad9afdd3a5a528

  Log:
    doc: fix a description about deprecated functions

  Modified files:
    doc/source/functions/geo_distance.txt

  Modified: doc/source/functions/geo_distance.txt (+6 -1)
===================================================================
--- doc/source/functions/geo_distance.txt    2012-06-18 18:06:57 +0900 (3fb61c4)
+++ doc/source/functions/geo_distance.txt    2012-06-18 18:08:54 +0900 (2b12b81)
@@ -42,7 +42,12 @@ between the coordinate of ``point1`` and the coordinate of ``point2``.
 
 .. note::
 
-    groonga provides three built in functions for calculating the value of distance.There are geo_distance(), geo_distance2(), geo_distance3(). The difference of those are the algorithm of calculating distance. geo_distance2(), geo_distance3() are now deprecated since version 1.2.9. Please use ``geo_distance(point1, point2, "sphere")`` instead of ``geo_distance2()``. Please use ``geo_distance(point1, point2, "ellipsoid")`` instead of ``geo_distance3()``.
+    groonga provides three built in functions for calculating the value of distance. 
+    There are geo_distance(), geo_distance2() and geo_distance3().
+    The difference of them is the algorithm of calculating distance.
+    geo_distance2() and geo_distance3() were deprecated since version 1.2.9.
+    Use ``geo_distance(point1, point2, "sphere")`` instead of ``geo_distance2(point1, point2)``.
+    Use ``geo_distance(point1, point2, "ellipsoid")`` instead of ``geo_distance3(point1, point2)``.
 
 Simple usage
 ^^^^^^^^^^^^
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
ダウンロード 



Groonga-commit メーリングリストの案内
アーカイブの一覧に戻る