Skip to content

Commit

Permalink
Fix compiler warning with -Wdocumentation of clang 19
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Sep 15, 2024
1 parent 07dae65 commit f12f3f2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frmts/pcraster/pcrasterutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +393,6 @@ CSF_CR GDALType2CellRepresentation(GDALDataType type, bool exact)
/*!
\param cellRepresentation Cell representation of the data.
\return Missing value.
\exception .
\sa .
*/
double missingValue(CSF_CR cellRepresentation)
{
Expand Down Expand Up @@ -468,9 +466,6 @@ double missingValue(CSF_CR cellRepresentation)
/*!
\param filename Filename of raster to open.
\return Pointer to CSF MAP structure.
\exception .
\warning .
\sa .
*/
MAP *mapOpen(std::string const &filename, MOPEN_PERM mode)
{
Expand Down

0 comments on commit f12f3f2

Please sign in to comment.