Skip to content

Commit fe8a7d6

Browse files
committed
Suppress documentation?
1 parent 1f4a9b1 commit fe8a7d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alg/viewshed/viewshed_executor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@ struct Lines
5656
};
5757

5858
/// Dummy raster band.
59+
//! @cond Doxygen_Suppress
5960
class DummyBand : public GDALRasterBand
6061
{
6162
CPLErr IReadBlock(int, int, void *) override;
6263
};
64+
//! @endcond
6365

6466
class Progress;
6567

0 commit comments

Comments
 (0)