Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 27, 2020
1 parent 5a7e3c1 commit d601f93
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions python/server/auto_generated/qgsserversettings.sip.in
Expand Up @@ -157,16 +157,18 @@ Returns the server-wide max width of a WMS GetMap request. The lower one of this

QString projectsDirectories() const;
%Docstring
Returns the directory used by the landing page service to find .qgs and
.qgz projects.
Returns the directories used by the landing page service to find .qgs
and .qgz projects. Multiple directories can be specified by separating
them with '||'.

.. versionadded:: 3.16
%End

QString projectsPgConnections() const;
%Docstring
Returns the PostgreSQL connection string used by the landing page
service to find projects.
Returns the PostgreSQL connection strings used by the landing page
service to find projects. Multiple connections can be specified by
separating them with '||'.

.. versionadded:: 3.16
%End
Expand Down
10 changes: 6 additions & 4 deletions src/server/qgsserversettings.h
Expand Up @@ -208,15 +208,17 @@ class SERVER_EXPORT QgsServerSettings
int wmsMaxWidth() const;

/**
* Returns the directory used by the landing page service to find .qgs and
* .qgz projects.
* Returns the directories used by the landing page service to find .qgs
* and .qgz projects. Multiple directories can be specified by separating
* them with '||'.
* \since QGIS 3.16
*/
QString projectsDirectories() const;

/**
* Returns the PostgreSQL connection string used by the landing page
* service to find projects.
* Returns the PostgreSQL connection strings used by the landing page
* service to find projects. Multiple connections can be specified by
* separating them with '||'.
* \since QGIS 3.16
*/
QString projectsPgConnections() const;
Expand Down

0 comments on commit d601f93

Please sign in to comment.