Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed May 22, 2018
1 parent 3339012 commit c758769
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 2 additions & 6 deletions python/core/auto_generated/mesh/qgsmeshdataprovider.sip.in
Expand Up @@ -193,16 +193,12 @@ read on demand

virtual QgsMeshVertex vertex( int index ) const = 0;
%Docstring
Factory for mesh vertex with index

:return: New mesh vertex on index
Returns the mesh vertex at index
%End

virtual QgsMeshFace face( int index ) const = 0;
%Docstring
Factory for mesh face with index

:return: new mesh face on index
Returns the mesh face at index
%End
};

Expand Down
6 changes: 2 additions & 4 deletions src/core/mesh/qgsmeshdataprovider.h
Expand Up @@ -185,14 +185,12 @@ class CORE_EXPORT QgsMeshDataSourceInterface SIP_ABSTRACT
virtual int faceCount() const = 0;

/**
* \brief Factory for mesh vertex with index
* \returns New mesh vertex on index
* Returns the mesh vertex at index
*/
virtual QgsMeshVertex vertex( int index ) const = 0;

/**
* \brief Factory for mesh face with index
* \returns new mesh face on index
* Returns the mesh face at index
*/
virtual QgsMeshFace face( int index ) const = 0;
};
Expand Down

0 comments on commit c758769

Please sign in to comment.