Skip to content

Commit 1ca1bd6

Browse files
committed
Update sip binding
1 parent 135bb87 commit 1ca1bd6

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

python/server/auto_generated/qgsaccesscontrol.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class QgsAccessControl : QgsFeatureFilterProvider
1717
{
1818
%Docstring
19-
A helper class that centralize the restrictions given by all the access control filter plugins.
19+
A helper class that centralizes restrictions given by all the access control filter plugins.
2020

2121
.. versionadded:: 2.14
2222
%End

python/server/auto_generated/qgsconfigcache.sip.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Returns the current instance.
3232
void removeEntry( const QString &path );
3333
%Docstring
3434
Removes an entry from cache.
35+
36+
:param path: The path of the project
3537
%End
3638

3739
const QgsProject *project( const QString &path );

python/server/auto_generated/qgsmapserviceexception.sip.in

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,10 @@ The most important codes are:
3232

3333
QgsMapServiceException( const QString &code, const QString &message );
3434
%Docstring
35-
Constructor.
35+
Constructor for QgsMapServiceException.
36+
37+
:param code: HTTP error code
38+
:param message: Exception message to return to the client
3639
%End
3740
};
3841

python/server/auto_generated/qgsserversettings.sip.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
class QgsServerSettings
1616
{
1717
%Docstring
18-
QgsServerSettings provides a way to retrieve settings by prioritizing
19-
according to environment variables, ini file and default values.
18+
Provides a way to retrieve settings by prioritizing according to environment variables, ini file and default values.
2019

2120
.. versionadded:: 3.0
2221
%End

0 commit comments

Comments
 (0)