From 80be192d8f6333e875df404139870a8894b76ef9 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 19 Dec 2019 09:12:38 +1000 Subject: [PATCH] Fix doxygen warning --- python/core/auto_generated/qgscoordinatereferencesystem.sip.in | 2 -- src/core/qgscoordinatereferencesystem.h | 1 - 2 files changed, 3 deletions(-) diff --git a/python/core/auto_generated/qgscoordinatereferencesystem.sip.in b/python/core/auto_generated/qgscoordinatereferencesystem.sip.in index 8fcc1bbf95a..6408d1f4abe 100644 --- a/python/core/auto_generated/qgscoordinatereferencesystem.sip.in +++ b/python/core/auto_generated/qgscoordinatereferencesystem.sip.in @@ -267,8 +267,6 @@ Creates a CRS from a given EPSG ID. %Docstring Creates a CRS from a proj style formatted string. -:param proj: proj format string - :return: matching CRS, or an invalid CRS if string could not be matched .. seealso:: :py:func:`createFromProj` diff --git a/src/core/qgscoordinatereferencesystem.h b/src/core/qgscoordinatereferencesystem.h index be112eee1dd..6c4798ad008 100644 --- a/src/core/qgscoordinatereferencesystem.h +++ b/src/core/qgscoordinatereferencesystem.h @@ -297,7 +297,6 @@ class CORE_EXPORT QgsCoordinateReferenceSystem /** * Creates a CRS from a proj style formatted string. - * \param proj proj format string * \returns matching CRS, or an invalid CRS if string could not be matched * \see createFromProj() * \deprecated Use fromProj() instead.