mirror of https://github.com/CGAL/cgal
Documentation error in Set_movable_separability_2
The construct: ``` ... \ref Chapter_2D_Regularized_Boolean_Set-Operations "2D Regularized Boolean Set-Operations" ... ``` leads to the fact that the link is shown as: ``` 2D Regularized BooleanSet-Operations" ``` Note the joined words and the `"` as doxygen doesn't like the return in the string here. File: doc_output/Set_movable_separability_2/index.html
This commit is contained in:
parent
a9d5e019b7
commit
5f0a00133e
6
Set_movable_separability_2/doc/Set_movable_separability_2/Set_movable_separability_2.txt
Normal file → Executable file
6
Set_movable_separability_2/doc/Set_movable_separability_2/Set_movable_separability_2.txt
Normal file → Executable file
|
|
@ -73,9 +73,9 @@ right.
|
|||
The input polygon must satisfy two conditions as follows. First, it
|
||||
has to be simple. Essentially, a simple polygon is topologically
|
||||
equivalent to a disk; see Chapter \ref
|
||||
Chapter_2D_Regularized_Boolean_Set-Operations "2D Regularized Boolean
|
||||
Set-Operations" for the precise definition of simple
|
||||
polygons. Secondly, any consecutive three vertices cannot be
|
||||
Chapter_2D_Regularized_Boolean_Set-Operations
|
||||
"2D Regularized Boolean Set-Operations" for the precise definition
|
||||
of simple polygons. Secondly, any consecutive three vertices cannot be
|
||||
collinear. If you suspect that the input polygon may not satisfy the
|
||||
latter condition, pre-process the polygon to eliminate this
|
||||
ill-condition.
|
||||
|
|
|
|||
Loading…
Reference in New Issue