Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 20, 2019
1 parent b7a4409 commit 80be192
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 80be192

Please sign in to comment.