mirror of https://github.com/CGAL/cgal
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:
parent
c66218bf85
commit
d2ab01fc5d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue