Skip to content

Commit

Permalink
Fix dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 24, 2020
1 parent a035f43 commit 99fa35c
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/qgsdatasourceuri.sip.in
Expand Up @@ -241,7 +241,7 @@ Sets the ``scheme`` for the URI.

void setSql( const QString &sql );
%Docstring
Sets the \sql filter for the URI.
Sets the ``sql`` filter for the URI.

The ``sql`` represents a subset filter string to be applied to the source, and should take the
form of a SQL "where" clause (e.g. "VALUE > 5", "CAT IN (1,2,3)").
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdatasourceuri.h
Expand Up @@ -237,7 +237,7 @@ class CORE_EXPORT QgsDataSourceUri
void setSchema( const QString &schema );

/**
* Sets the \sql filter for the URI.
* Sets the \a sql filter for the URI.
*
* The \a sql represents a subset filter string to be applied to the source, and should take the
* form of a SQL "where" clause (e.g. "VALUE > 5", "CAT IN (1,2,3)").
Expand Down

0 comments on commit 99fa35c

Please sign in to comment.