Forced references (to std::variant) not to spread over more than a single line to pacify older version of Doxygen

This commit is contained in:
Efi Fogel 2023-09-20 12:25:17 +03:00
parent c66218bf85
commit d2ab01fc5d
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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}
*/