Skip to content

Commit

Permalink
Fix Sip coverage test failure on debian nightly builds
Browse files Browse the repository at this point in the history
(doxygen version does not support @cond)
  • Loading branch information
nyalldawson committed Jan 7, 2016
1 parent 9d63022 commit 3d91a39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/gui/qgsidentifymenu.h
Expand Up @@ -23,8 +23,9 @@
#include "qgsmaptoolidentify.h"
#include "qgsvectorlayer.h"

// not part of public API
///@cond
/// not part of public API
//! @note not available in Python bindings
class CustomActionRegistry : public QgsMapLayerActionRegistry
{
Q_OBJECT
Expand Down
8 changes: 3 additions & 5 deletions src/gui/qgsmapoverviewcanvas.h
Expand Up @@ -116,11 +116,10 @@ class GUI_EXPORT QgsMapOverviewCanvas : public QWidget
};



// not part of public API
///@cond
/// not part of public API

//! widget that serves as rectangle showing current extent in overview
//! Widget that serves as rectangle showing current extent in overview
//! @note not available in Python bindings
class QgsPanningWidget : public QWidget
{
Q_OBJECT
Expand All @@ -137,5 +136,4 @@ class QgsPanningWidget : public QWidget
};
///@endcond


#endif
3 changes: 2 additions & 1 deletion src/gui/symbology-ng/qgssizescalewidget.h
Expand Up @@ -68,8 +68,9 @@ class GUI_EXPORT QgsSizeScaleWidget : public QgsDataDefinedAssistant, private Ui
};


// not part of public API
///@cond
/// not part of public API
//! @note not available in Python bindings
class ItemDelegate : public QItemDelegate
{
Q_OBJECT
Expand Down

0 comments on commit 3d91a39

Please sign in to comment.