Skip to content

Commit d551f9b

Browse files
committedJul 31, 2017
Update documentation for QgsProjectArchive
1 parent 47781e5 commit d551f9b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
 

‎python/core/qgsarchive.sip

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class QgsArchive
1313
{
1414
%Docstring
15-
Class allowing to manage the zip/unzip actions on project
15+
Class allowing to manage the zip/unzip actions
1616
.. versionadded:: 3.0
1717
%End
1818

@@ -85,6 +85,10 @@ class QgsArchive
8585

8686
class QgsProjectArchive : QgsArchive
8787
{
88+
%Docstring
89+
Class allowing to manage the zip/unzip actions on project file
90+
.. versionadded:: 3.0
91+
%End
8892

8993
%TypeHeaderCode
9094
#include "qgsarchive.h"

‎src/core/qgsarchive.h

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/**
2929
* \class QgsArchive
3030
* \ingroup core
31-
* \brief Class allowing to manage the zip/unzip actions on project
31+
* \brief Class allowing to manage the zip/unzip actions
3232
* \since QGIS 3.0
3333
*/
3434
class CORE_EXPORT QgsArchive
@@ -101,6 +101,12 @@ class CORE_EXPORT QgsArchive
101101
#endif
102102
};
103103

104+
/**
105+
* \class QgsProjectArchive
106+
* \ingroup core
107+
* \brief Class allowing to manage the zip/unzip actions on project file
108+
* \since QGIS 3.0
109+
*/
104110
class CORE_EXPORT QgsProjectArchive : public QgsArchive
105111
{
106112
public:

0 commit comments

Comments
 (0)
Please sign in to comment.