Skip to content

Commit 2ee6200

Browse files
committedApr 9, 2016
1 parent 6ea74d6 commit 2ee6200

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎src/core/effects/qgsimageoperation.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030

3131
#define INF 1E20
3232

33+
/// @cond PRIVATE
34+
3335
template <typename PixelOperation>
3436
void QgsImageOperation::runPixelOperation( QImage &image, PixelOperation& operation )
3537
{
@@ -173,6 +175,8 @@ void QgsImageOperation::runBlockOperationInThreads( QImage &image, BlockOperatio
173175
}
174176

175177

178+
///@endcond
179+
176180
//
177181
//operation specific code
178182
//

0 commit comments

Comments
 (0)
Please sign in to comment.