Navigation Menu

Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 16, 2020
1 parent cafa7ba commit ba67263
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -20,7 +20,11 @@ This class implements a resolution for problems detected in geometry checks.
#include "qgsgeometrycheckresolutionmethod.h"
%End
public:

QgsGeometryCheckResolutionMethod( int id, const QString &name, const QString &description, bool isStable = true );
%Docstring
Creates a new method with the specified parameters.
%End

int id() const;
%Docstring
Expand Down
Expand Up @@ -27,6 +27,10 @@
class ANALYSIS_EXPORT QgsGeometryCheckResolutionMethod
{
public:

/**
* Creates a new method with the specified parameters.
*/
QgsGeometryCheckResolutionMethod( int id, const QString &name, const QString &description, bool isStable = true );

/**
Expand Down

0 comments on commit ba67263

Please sign in to comment.