Skip to content

Commit 3d91a39

Browse files
committed
Fix Sip coverage test failure on debian nightly builds
(doxygen version does not support @cond)
1 parent 9d63022 commit 3d91a39

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/gui/qgsidentifymenu.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
#include "qgsmaptoolidentify.h"
2424
#include "qgsvectorlayer.h"
2525

26+
// not part of public API
2627
///@cond
27-
/// not part of public API
28+
//! @note not available in Python bindings
2829
class CustomActionRegistry : public QgsMapLayerActionRegistry
2930
{
3031
Q_OBJECT

src/gui/qgsmapoverviewcanvas.h

+3-5
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,10 @@ class GUI_EXPORT QgsMapOverviewCanvas : public QWidget
116116
};
117117

118118

119-
119+
// not part of public API
120120
///@cond
121-
/// not part of public API
122-
123-
//! widget that serves as rectangle showing current extent in overview
121+
//! Widget that serves as rectangle showing current extent in overview
122+
//! @note not available in Python bindings
124123
class QgsPanningWidget : public QWidget
125124
{
126125
Q_OBJECT
@@ -137,5 +136,4 @@ class QgsPanningWidget : public QWidget
137136
};
138137
///@endcond
139138

140-
141139
#endif

src/gui/symbology-ng/qgssizescalewidget.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ class GUI_EXPORT QgsSizeScaleWidget : public QgsDataDefinedAssistant, private Ui
6868
};
6969

7070

71+
// not part of public API
7172
///@cond
72-
/// not part of public API
73+
//! @note not available in Python bindings
7374
class ItemDelegate : public QItemDelegate
7475
{
7576
Q_OBJECT

0 commit comments

Comments
 (0)