Skip to content

Commit

Permalink
Update doxygen comments
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-ogre committed Oct 27, 2021
1 parent 62c6047 commit 37fe95d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CDT/extras/InitializeWithGrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ void generateGridTriangles(
* super-triangle
*
* @tparam T type of vertex coordinates (e.g., float, double)
* @tparam TNearPointLocator class providing locating near point for efficiently
* inserting new points.
* @param xmin minimum X-coordinate of grid
* @param xmax maximum X-coordinate of grid
* @param ymin minimum Y-coordinate of grid
Expand Down Expand Up @@ -189,6 +191,8 @@ void initializeWithRegularGrid(
* super-triangle. Irregular grid is given by collections of X- and Y-ticks
*
* @tparam T type of vertex coordinates (e.g., float, double)
* @tparam TNearPointLocator class providing locating near point for efficiently
* inserting new points.
* @tparam TXCoordIter iterator dereferencing to X coordinate
* @tparam TYCoordIter iterator dereferencing to Y coordinate
* @param xfirst beginning of X-ticks range
Expand Down

0 comments on commit 37fe95d

Please sign in to comment.