Fix bad class docstring

This commit is contained in:
Nyall Dawson 2018-05-25 07:49:20 +10:00
parent 3d6ea5972b
commit 1edbca4978
2 changed files with 5 additions and 10 deletions

View File

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

View File

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