Skip to content

Commit

Permalink
fix existing code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 26, 2021
1 parent 2e81f3b commit 60ca4f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/proj/qgscoordinatereferencesystem.h
Expand Up @@ -108,7 +108,7 @@ typedef void ( *CUSTOM_CRS_VALIDATION )( QgsCoordinateReferenceSystem & ) SIP_SK
*
* This will produce the following output:
*
* \code
* \code{.unparsed}
* CRS Description: OSGB 1936 / British National Grid
* CRS PROJ text: +proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 [output trimmed]
* \endcode
Expand Down Expand Up @@ -137,7 +137,7 @@ typedef void ( *CUSTOM_CRS_VALIDATION )( QgsCoordinateReferenceSystem & ) SIP_SK
* format: `+param1=value1 +param2=value2 [...]`. This is the format natively used by the
* underlying proj library. For example, the definition of WGS84 looks like this:
*
* \code
* \code{.unparsed}
* +proj=longlat +datum=WGS84 +no_defs
* \endcode
*
Expand All @@ -147,7 +147,7 @@ typedef void ( *CUSTOM_CRS_VALIDATION )( QgsCoordinateReferenceSystem & ) SIP_SK
* - Well-known text (WKT): Defined by Open Geospatial Consortium (OGC), this is another common
* format to define CRS. For WGS84 the OGC WKT definition is the following:
*
* \code
* \code{.unparsed}
* GEOGCS["WGS 84",
* DATUM["WGS_1984",
* SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],
Expand Down

0 comments on commit 60ca4f3

Please sign in to comment.