CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.93k stars 1.38k forks source link

Documentation bug for boost::graph_traits<Polyhedron_3> #1251

Closed lrineau closed 8 years ago

lrineau commented 8 years ago

The documentation of specializations of boost::graph_traits, for 4.8.1, are in the documentation page of the group PkgBGLTraits.

There is a bug, in a description of two iterator types, for Polyhedron_3:

Member Value
halfedge_iterator Polyhedron_3::Halfedge_iterator
face_iterator Polyhedron_3::Face_iterator

It cannot be true, because the value types of the iterators of the polyhedron are not descriptors but directly the pointed type.

sloriot commented 8 years ago

Fixed by 4c4e5b384fe05d374b5ccf910aa7a8b28567357d

afabri commented 8 years ago

damned. assigned to 2 people who immediately fix it.