Navigation Menu

Skip to content

Commit

Permalink
Change \sa to \see in qgs3dmapsettings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Nov 12, 2018
1 parent d3e81f6 commit bcf8b0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/3d/qgs3dmapsettings.h
Expand Up @@ -154,7 +154,7 @@ class _3D_EXPORT Qgs3DMapSettings : public QObject

/**
* Sets resolution (in pixels) of the texture of a terrain tile
* \sa mapTileResolution()
* \see mapTileResolution()
*/
void setMapTileResolution( int res );

Expand All @@ -166,7 +166,7 @@ class _3D_EXPORT Qgs3DMapSettings : public QObject

/**
* Sets maximum allowed screen error of terrain tiles in pixels.
* \sa maxTerrainScreenError()
* \see maxTerrainScreenError()
*/
void setMaxTerrainScreenError( float error );

Expand All @@ -181,7 +181,7 @@ class _3D_EXPORT Qgs3DMapSettings : public QObject

/**
* Returns maximum ground error of terrain tiles in world units.
* \sa maxTerrainGroundError()
* \see maxTerrainGroundError()
*/
void setMaxTerrainGroundError( float error );

Expand All @@ -203,7 +203,7 @@ class _3D_EXPORT Qgs3DMapSettings : public QObject

/**
* Sets whether terrain shading is enabled.
* \sa isTerrainShadingEnabled()
* \see isTerrainShadingEnabled()
* \since QGIS 3.6
*/
void setTerrainShadingEnabled( bool enabled );
Expand All @@ -218,7 +218,7 @@ class _3D_EXPORT Qgs3DMapSettings : public QObject

/**
* Sets terrain shading material.
* \sa terrainShadingMaterial()
* \see terrainShadingMaterial()
* \since QGIS 3.6
*/
void setTerrainShadingMaterial( const QgsPhongMaterialSettings &material );
Expand Down

0 comments on commit bcf8b0d

Please sign in to comment.