Skip to content

Commit

Permalink
Fix -Wdocumentation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 5, 2024
1 parent 8b7c1b9 commit 41be409
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/iso19111/operation/conversion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,8 @@ ConversionNNPtr Conversion::createPopularVisualisationPseudoMercator(

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

// clang-format off

/** \brief Instantiate a conversion based on the
* <a href="../../../operations/projections/merc.html">
* Mercator</a> projection method, using its spherical formulation
Expand All @@ -1760,8 +1762,7 @@ ConversionNNPtr Conversion::createPopularVisualisationPseudoMercator(
* sphere at centerLat.
*
* This method is defined as
* <a
* href="https://epsg.org/coord-operation-method_1026/Mercator-Spherical.html">
* <a href="https://epsg.org/coord-operation-method_1026/Mercator-Spherical.html">
* EPSG:1026</a>.
*
* @param properties See \ref general_properties of the conversion. If the name
Expand All @@ -1782,6 +1783,8 @@ ConversionNNPtr Conversion::createMercatorSpherical(
createParams(centerLat, centerLong, falseEasting, falseNorthing));
}

// clang-format on

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

/** \brief Instantiate a conversion based on the
Expand Down

0 comments on commit 41be409

Please sign in to comment.