Skip to content

Commit e9c8145

Browse files
committedMay 16, 2018
Fix doxygen warnings
1 parent 94f56b6 commit e9c8145

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/core/mesh/qgsmeshvectorrenderer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <QPainter>
2929
#include <math.h>
3030

31+
///@cond PRIVATE
3132

3233
inline double mag( double input )
3334
{
@@ -262,3 +263,5 @@ void QgsMeshVectorRenderer::drawVectorArrow( const QgsPointXY &lineStart, double
262263
mContext.painter()->drawLine( lineStart.toQPointF(), lineEnd.toQPointF() );
263264
mContext.painter()->drawPolygon( finalVectorHeadPoints );
264265
}
266+
267+
///@endcond

0 commit comments

Comments
 (0)
Please sign in to comment.