Skip to content

Commit

Permalink
Another attempt to avoid doxygen errors on Precise nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 11, 2016
1 parent e7e8451 commit 2ac5fab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions src/core/qgsnetworkaccessmanager.cpp
Expand Up @@ -39,7 +39,6 @@
#include "qgsauthmanager.h"

/// @cond PRIVATE
//! @note not available in Python bindings
class QgsNetworkProxyFactory : public QNetworkProxyFactory
{
public:
Expand Down Expand Up @@ -93,7 +92,6 @@ class QgsNetworkProxyFactory : public QNetworkProxyFactory
return QList<QNetworkProxy>() << nam->fallbackProxy();
}
};

///@endcond

//
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgsidentifymenu.h
Expand Up @@ -24,7 +24,6 @@
#include "qgsvectorlayer.h"

/// @cond PRIVATE
//! @note not available in Python bindings
class CustomActionRegistry : public QgsMapLayerActionRegistry
{
Q_OBJECT
Expand Down
3 changes: 1 addition & 2 deletions src/gui/qgsmapoverviewcanvas.h
Expand Up @@ -117,8 +117,7 @@ class GUI_EXPORT QgsMapOverviewCanvas : public QWidget


/// @cond PRIVATE
//! Widget that serves as rectangle showing current extent in overview
//! @note not available in Python bindings
// Widget that serves as rectangle showing current extent in overview
class QgsPanningWidget : public QWidget
{
Q_OBJECT
Expand Down
1 change: 0 additions & 1 deletion src/gui/symbology-ng/qgssizescalewidget.h
Expand Up @@ -68,7 +68,6 @@ class GUI_EXPORT QgsSizeScaleWidget : public QgsDataDefinedAssistant, private Ui
};

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

0 comments on commit 2ac5fab

Please sign in to comment.