Skip to content

Commit 1edbca4

Browse files
committed
Fix bad class docstring
1 parent 3d6ea59 commit 1edbca4

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

python/server/auto_generated/qgsconfigcache.sip.in

+1-9
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,10 @@
1111

1212

1313

14-
1514
class QgsConfigCache : QObject
1615
{
1716
%Docstring
18-
*************************************************************************
19-
20-
This program is free software; you can redistribute it and/or modify *
21-
it under the terms of the GNU General Public License as published by *
22-
the Free Software Foundation; either version 2 of the License, or *
23-
(at your option) any later version. *
24-
25-
**************************************************************************
17+
Cache for server configuration.
2618
%End
2719

2820
%TypeHeaderCode

src/server/qgsconfigcache.h

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
#include "qgis_sip.h"
3131
#include "qgsproject.h"
3232

33-
33+
/**
34+
* Cache for server configuration.
35+
* \ingroup server
36+
*/
3437
class SERVER_EXPORT QgsConfigCache : public QObject
3538
{
3639
Q_OBJECT

0 commit comments

Comments
 (0)