Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 27, 2021
1 parent ddf6245 commit d6c8133
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -34,7 +34,9 @@ Constructor for QgsCoordinateReferenceSystemRegistry, with the specified ``paren
class UserCrsDetails
{
%Docstring
Contains details of a custom (user defined) CRS
Contains details of a custom (user defined) CRS.

.. versionadded:: 3.18
%End

%TypeHeaderCode
Expand Down
4 changes: 3 additions & 1 deletion src/core/qgscoordinatereferencesystemregistry.h
Expand Up @@ -43,7 +43,9 @@ class CORE_EXPORT QgsCoordinateReferenceSystemRegistry : public QObject
explicit QgsCoordinateReferenceSystemRegistry( QObject *parent = nullptr );

/**
* Contains details of a custom (user defined) CRS
* Contains details of a custom (user defined) CRS.
* \ingroup core
* \since QGIS 3.18
*/
class UserCrsDetails
{
Expand Down

0 comments on commit d6c8133

Please sign in to comment.