Skip to content

Commit

Permalink
Forced references (to std::variant) not to spread over more than a si…
Browse files Browse the repository at this point in the history
…ngle line to pacify older version of Doxygen
  • Loading branch information
efifogel committed Sep 20, 2023
1 parent c66218b commit d2ab01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ namespace CGAL {
* `std::pair<Arrangement_on_surface_2::Vertex_const_handle,
* std::pair<std::optional<Type,std::optional<Type>>>`,
* where `Type` is
* `std::variant<Arrangement_on_surface_2::Vertex_const_handle,
* Arrangement_on_surface_2::Halfedge_const_handle,
* Arrangement_on_surface_2::Face_const_handle>`.
* `std::variant<Arrangement_on_surface_2::Vertex_const_handle, Arrangement_on_surface_2::Halfedge_const_handle, Arrangement_on_surface_2::Face_const_handle>`.
*/
template <typename Traits, typename TopologyTraits, typename OutputIterator>
OutputIterator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1321,9 +1321,7 @@ bool remove_vertex
* \pre The point-location object `pl`, must model the
* `ArrangementPointLocation_2` concept.
* \pre Dereferencing `oi` must yield a polymorphic object of type
* `std::variant<Arrangement_on_surface_2::Vertex_handle,
* Arrangement_on_surface_2::Halfedge_handle,
* Arrangement_on_surface_2::Face_handle>`.
* `std::variant<Arrangement_on_surface_2::Vertex_handle, Arrangement_on_surface_2::Halfedge_handle, Arrangement_on_surface_2::Face_handle>`.
*
* \cgalHeading{Requirements}
*/
Expand Down

0 comments on commit d2ab01f

Please sign in to comment.