Skip to content

Commit

Permalink
[doxygen] fix non ending condition warnings (#51446)
Browse files Browse the repository at this point in the history
(caught with Doxygen 1.9.6)
  • Loading branch information
3nids committed Jan 12, 2023
1 parent 09a1cf8 commit a4f17bf
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion src/3d/materials/qgsphongtexturedmaterialsettings.cpp
Expand Up @@ -93,7 +93,6 @@ void QgsPhongTexturedMaterialSettings::writeXml( QDomElement &elem, const QgsRea
QgsAbstractMaterialSettings::writeXml( elem, context );
}

///@endcond
Qt3DRender::QMaterial *QgsPhongTexturedMaterialSettings::toMaterial( QgsMaterialSettingsRenderingTechnique technique, const QgsMaterialContext &context ) const
{
switch ( technique )
Expand Down
1 change: 0 additions & 1 deletion src/analysis/processing/qgsalgorithmbatchgeocode.h
Expand Up @@ -104,7 +104,6 @@ class ANALYSIS_EXPORT QgsBatchGeocodeAlgorithm : public QgsProcessingFeatureBase

};

///@endcond PRIVATE

#endif // QGSALGORITHMBATCHGEOCODE_H

Expand Down
2 changes: 0 additions & 2 deletions src/core/pointcloud/qgspointcloudlayerrenderer.h
Expand Up @@ -44,8 +44,6 @@ class QgsPointCloudRenderContext;

#define SIP_NO_FILE

///@endcond

/**
* \ingroup core
*
Expand Down
1 change: 0 additions & 1 deletion src/core/vectortile/qgsvectortilebasiclabeling.h
Expand Up @@ -164,7 +164,6 @@ class QgsVectorTileBasicLabelProvider : public QgsVectorTileLabelProvider
QMap<QString, QgsFields> mPerLayerFields;
};

/// @endcond
#endif


Expand Down
2 changes: 1 addition & 1 deletion src/gui/callouts/qgscalloutwidget.cpp
Expand Up @@ -122,7 +122,7 @@ void QgsCalloutWidget::updateDataDefinedProperty()
emit changed();
}

/// @cond PRIVATE
///@cond PRIVATE

//
// QgsSimpleLineCalloutWidget
Expand Down
1 change: 0 additions & 1 deletion src/gui/callouts/qgscalloutwidget.h
Expand Up @@ -179,7 +179,6 @@ class GUI_EXPORT QgsManhattanLineCalloutWidget : public QgsSimpleLineCalloutWidg
#include "ui_widget_curvedlinecallout.h"

class QgsCurvedLineCallout;
///@cond PRIVATE

class GUI_EXPORT QgsCurvedLineCalloutWidget : public QgsCalloutWidget, private Ui::WidgetCurvedLineCallout
{
Expand Down
1 change: 0 additions & 1 deletion src/gui/processing/models/qgsmodelviewtoolselect.cpp
Expand Up @@ -364,4 +364,3 @@ void QgsModelViewToolSelect::resetCache()
{
mHoverEnteredItems.clear();
}
///@endcond

0 comments on commit a4f17bf

Please sign in to comment.