Skip to content

Commit

Permalink
GRIDEDIT-1336 Corrected doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BillSenior committed Oct 21, 2024
1 parent 5f023c8 commit 96d3720
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ namespace meshkernelapi
void Copy(int* selectedNodes) const;

private:
/// &brief Points making up the polygon
/// @brief Points making up the polygon
std::vector<meshkernel::Point> m_polygonPoints;

/// &brief Indicates if the points are inside or outside of the polygon
/// @brief Indicates if the points are inside or outside of the polygon
int m_inside = -1;

/// &brief Indices of nodes in the polygon
/// @brief Indices of nodes in the polygon
std::vector<int> m_nodeIndices;
};

Expand Down

0 comments on commit 96d3720

Please sign in to comment.