Fix doxygen warning

This commit is contained in:
Nyall Dawson 2019-12-19 09:12:38 +10:00
parent b7a440938c
commit 80be192d8f
2 changed files with 0 additions and 3 deletions

View File

@ -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`

View File

@ -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.