From c7a7edce97338a0546ab6739aefd078ff73901c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Fri, 10 Oct 2008 12:36:31 +0000 Subject: [PATCH] Separating jsdoc declarations. (See #1229) git-svn-id: http://svn.openlayers.org/trunk/openlayers@8102 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/GPX.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Format/GPX.js b/lib/OpenLayers/Format/GPX.js index faf6a91594..0837c467ad 100644 --- a/lib/OpenLayers/Format/GPX.js +++ b/lib/OpenLayers/Format/GPX.js @@ -7,7 +7,9 @@ * @requires OpenLayers/Feature/Vector.js * @requires OpenLayers/Geometry/Point.js * @requires OpenLayers/Geometry/LineString.js - * + */ + +/** * Class: OpenLayers.Format.GPX * Read/write GPX parser. Create a new instance with the * constructor.