diff --git a/lib/OpenLayers/Format/EncodedPolyline.js b/lib/OpenLayers/Format/EncodedPolyline.js index c901d7c796..53050f294e 100644 --- a/lib/OpenLayers/Format/EncodedPolyline.js +++ b/lib/OpenLayers/Format/EncodedPolyline.js @@ -42,7 +42,7 @@ OpenLayers.Format.EncodedPolyline = OpenLayers.Class(OpenLayers.Format, { }, /** - * Method: read + * APIMethod: read * Deserialize an encoded polyline string and return a vector feature. * * Parameters: @@ -89,7 +89,7 @@ OpenLayers.Format.EncodedPolyline = OpenLayers.Class(OpenLayers.Format, { }, /** - * Method: decode + * APIMethod: decode * Deserialize an encoded string and return an array of n-dimensional * points. * @@ -131,7 +131,7 @@ OpenLayers.Format.EncodedPolyline = OpenLayers.Class(OpenLayers.Format, { }, /** - * Method: encode + * APIMethod: encode * Serialize an array of n-dimensional points and return an encoded string * * Parameters: