Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Mar 2, 2018
1 parent 6d94ea5 commit fc5073d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/core/geometry/qgsgeometry.sip.in
Expand Up @@ -100,9 +100,9 @@ This is much faster then calling the non-const get() method.

.. versionadded:: 3.0

.. seealso:: :py:func:`primitive`

.. seealso:: :py:func:`set`

.. seealso:: :py:func:`get`
%End

QgsAbstractGeometry *get();
Expand Down
2 changes: 1 addition & 1 deletion src/core/geometry/qgsgeometry.h
Expand Up @@ -175,8 +175,8 @@ class CORE_EXPORT QgsGeometry
* \note In QGIS 2.x this method was named geometry().
*
* \since QGIS 3.0
* \see primitive()
* \see set()
* \see get()
*/
const QgsAbstractGeometry *constGet() const;

Expand Down

0 comments on commit fc5073d

Please sign in to comment.