Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
(cherry picked from commit 80be192)
  • Loading branch information
nyalldawson committed Dec 20, 2019
1 parent 522c2fe commit 7311a08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -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`
Expand Down
1 change: 0 additions & 1 deletion src/core/qgscoordinatereferencesystem.h
Expand Up @@ -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.
Expand Down

0 comments on commit 7311a08

Please sign in to comment.