Skip to content

Commit

Permalink
Fix doxygen markers
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 31, 2020
1 parent f0e9a1c commit 853f682
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/3d/qgs3dmapsettings.h
Expand Up @@ -563,7 +563,7 @@ class _3D_EXPORT Qgs3DMapSettings : public QObject, public QgsTemporalRangeObjec
bool mShowLabels = false; //!< Whether to display labels on terrain tiles
QList<QgsPointLightSettings> mPointLights; //!< List of point lights defined for the scene
QList<QgsDirectionalLightSettings> mDirectionalLights; //!< List of directional lights defined for the scene
float mFieldOfView = 45.0f; //<! Camera lens field of view value
float mFieldOfView = 45.0f; //!< Camera lens field of view value
QList<QgsMapLayerRef> mLayers; //!< Layers to be rendered
QList<QgsMapLayerRef> mTerrainLayers; //!< Terrain layers to be rendered
QList<QgsAbstract3DRenderer *> mRenderers; //!< Extra stuff to render as 3D object
Expand Down
4 changes: 2 additions & 2 deletions src/core/geometry/qgsquadrilateral.h
Expand Up @@ -64,8 +64,8 @@ class CORE_EXPORT QgsQuadrilateral
*/
enum ConstructionOption
{
Distance, //<! Second distance is equal to the distance between 2nd and 3rd point
Projected, //<! Second distance is equal to the distance of the perpendicualr projection of the 3rd point on the segment or its extension.
Distance, //!< Second distance is equal to the distance between 2nd and 3rd point
Projected, //!< Second distance is equal to the distance of the perpendicualr projection of the 3rd point on the segment or its extension.
};

/**
Expand Down
4 changes: 2 additions & 2 deletions src/core/geometry/qgsregularpolygon.h
Expand Up @@ -48,8 +48,8 @@ class CORE_EXPORT QgsRegularPolygon
*/
enum ConstructionOption
{
InscribedCircle, //<! Inscribed in a circle (the radius is the distance between the center and vertices)
CircumscribedCircle //<! Circumscribed about a circle (the radius is the distance from the center to the midpoints of the sides)
InscribedCircle, //!< Inscribed in a circle (the radius is the distance between the center and vertices)
CircumscribedCircle //!< Circumscribed about a circle (the radius is the distance from the center to the midpoints of the sides)
};

/**
Expand Down

0 comments on commit 853f682

Please sign in to comment.