Skip to content

Commit

Permalink
Fix doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed May 16, 2018
1 parent 94f56b6 commit e9c8145
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/mesh/qgsmeshvectorrenderer.cpp
Expand Up @@ -28,6 +28,7 @@
#include <QPainter>
#include <math.h>

///@cond PRIVATE

inline double mag( double input )
{
Expand Down Expand Up @@ -262,3 +263,5 @@ void QgsMeshVectorRenderer::drawVectorArrow( const QgsPointXY &lineStart, double
mContext.painter()->drawLine( lineStart.toQPointF(), lineEnd.toQPointF() );
mContext.painter()->drawPolygon( finalVectorHeadPoints );
}

///@endcond

0 comments on commit e9c8145

Please sign in to comment.