Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doxygen warnings
  • Loading branch information
wonder-sk committed Sep 26, 2017
1 parent 6c8a3b9 commit 2a08a7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/3d/terrain/qgsdemterraintilegeometry_p.cpp
Expand Up @@ -102,7 +102,6 @@ static QByteArray createPlaneIndexData( int res )
return indexBytes;
}

///@cond PRIVATE


//! Generates vertex buffer for DEM terrain tiles
Expand Down Expand Up @@ -167,8 +166,8 @@ class PlaneIndexBufferFunctor : public QBufferDataGenerator
int m_resolution;
};

/// @endcond

// ------------


DemTerrainTileGeometry::DemTerrainTileGeometry( int resolution, const QByteArray &heightMap, DemTerrainTileGeometry::QNode *parent )
Expand Down

0 comments on commit 2a08a7f

Please sign in to comment.