diff --git a/python/server/auto_generated/qgsconfigcache.sip.in b/python/server/auto_generated/qgsconfigcache.sip.in index 472a4be883a..031fdbcd360 100644 --- a/python/server/auto_generated/qgsconfigcache.sip.in +++ b/python/server/auto_generated/qgsconfigcache.sip.in @@ -11,18 +11,10 @@ - class QgsConfigCache : QObject { %Docstring -************************************************************************* - -This program is free software; you can redistribute it and/or modify * -it under the terms of the GNU General Public License as published by * -the Free Software Foundation; either version 2 of the License, or * -(at your option) any later version. * - -************************************************************************** +Cache for server configuration. %End %TypeHeaderCode diff --git a/src/server/qgsconfigcache.h b/src/server/qgsconfigcache.h index c40c40f6213..19be168c78e 100644 --- a/src/server/qgsconfigcache.h +++ b/src/server/qgsconfigcache.h @@ -30,7 +30,10 @@ #include "qgis_sip.h" #include "qgsproject.h" - +/** + * Cache for server configuration. + * \ingroup server + */ class SERVER_EXPORT QgsConfigCache : public QObject { Q_OBJECT