Update doc

This commit is contained in:
Blottiere Paul 2020-08-24 11:55:01 +02:00
parent 5a7e3c174a
commit d601f93ad1
2 changed files with 12 additions and 8 deletions

View File

@ -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

View File

@ -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;