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:
albert-github 2022-09-24 14:37:17 +02:00
parent a9d5e019b7
commit 5f0a00133e
1 changed files with 3 additions and 3 deletions

View 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.