Skip to content

Commit

Permalink
fix doxymentation
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 28, 2018
1 parent baa4cbb commit b8ceda6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions python/core/qgsreadwritecontext.sip.in
Expand Up @@ -105,8 +105,8 @@ Return the stored messages and remove them
class QgsReadWriteContextCategoryPopper
{
%Docstring
QgsReadWriteContextCategoryPopper allows entering a context category
and takes care of leaving this category on deletion of the class.
Allows entering a context category and takes care of
leaving this category on deletion of the class.
This would happen when it gets out of scope.

.. versionadded:: 3.2
Expand Down
8 changes: 5 additions & 3 deletions src/core/qgsreadwritecontext.h
Expand Up @@ -113,10 +113,12 @@ class CORE_EXPORT QgsReadWriteContext


/**
* QgsReadWriteContextCategoryPopper allows entering a context category
* and takes care of leaving this category on deletion of the class.
* \class QgsReadWriteContextCategoryPopper
* \ingroup core
* Allows entering a context category and takes care of
* leaving this category on deletion of the class.
* This would happen when it gets out of scope.
* \since 3.2
* \since QGIS 3.2
*/
class CORE_EXPORT QgsReadWriteContextCategoryPopper
{
Expand Down

0 comments on commit b8ceda6

Please sign in to comment.