From a90c63c5f1be81787ada4c039b142bee6e662eac Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Wed, 16 Jan 2013 09:03:55 +0100
Subject: [PATCH] Removed return in doxygen annotion in class Polyline.

---
 GeoLib/Polyline.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/GeoLib/Polyline.h b/GeoLib/Polyline.h
index 31ef26b3ba7..07a65e0a358 100644
--- a/GeoLib/Polyline.h
+++ b/GeoLib/Polyline.h
@@ -90,7 +90,6 @@ public:
 
 	/**
 	 * Closes a polyline by adding a line segment that connects start- and end-point.
-	 * \return
 	 */
 	void closePolyline();
 
-- 
GitLab