Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jan 18, 2021
1 parent fee7571 commit 9ff95a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsrelation.h
Expand Up @@ -58,8 +58,8 @@ class CORE_EXPORT QgsRelation
*/
enum RelationType
{
Normal, //! A normal relation
Generated, //! A generated relation is a child of a polymorphic relation
Normal, //!< A normal relation
Generated, //!< A generated relation is a child of a polymorphic relation
};
Q_ENUM( RelationType )

Expand Down

0 comments on commit 9ff95a8

Please sign in to comment.