mirror of https://github.com/CGAL/cgal
fix documentation
This commit is contained in:
parent
99df22972e
commit
89292cee6b
|
|
@ -56,7 +56,7 @@ struct Axis_compare {
|
||||||
* \todo Polyhedron should be a model of `FaceListGraph`
|
* \todo Polyhedron should be a model of `FaceListGraph`
|
||||||
* \todo find a better name for the function
|
* \todo find a better name for the function
|
||||||
* @code
|
* @code
|
||||||
* // use inside out to fix orientation
|
* // use inside out to reverse orientation
|
||||||
* if(!is_oriented(polyhedron)) {
|
* if(!is_oriented(polyhedron)) {
|
||||||
* polyhedron.inside_out();
|
* polyhedron.inside_out();
|
||||||
* }
|
* }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue