Skip to content

Commit

Permalink
Dox++
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 21, 2018
1 parent 5cfa18e commit 981c668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsvectorfilewriter.sip.in
Expand Up @@ -434,7 +434,7 @@ returned formats.

static QStringList supportedFormatExtensions( VectorFormatOptions options = SortRecommended );
%Docstring
Returns a list of file extensions for supported formats.
Returns a list of file extensions for supported formats, e.g "shp", "gpkg".

The ``options`` argument can be used to control the sorting and filtering of
returned formats.
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.h
Expand Up @@ -536,7 +536,7 @@ class CORE_EXPORT QgsVectorFileWriter : public QgsFeatureSink
static QList< QgsVectorFileWriter::FilterFormatDetails > supportedFiltersAndFormats( VectorFormatOptions options = SortRecommended );

/**
* Returns a list of file extensions for supported formats.
* Returns a list of file extensions for supported formats, e.g "shp", "gpkg".
*
* The \a options argument can be used to control the sorting and filtering of
* returned formats.
Expand Down

0 comments on commit 981c668

Please sign in to comment.