@@ -68,10 +68,9 @@ The value type of the `OutputIterator` is either
68
68
`Polygon_with_holes_2` or
69
69
`General_polygon_with_holes_2`.
70
70
71
- The signature of the function is
72
- \code
73
- OutputIterator difference(const Type1 & p1, const Type2 & p2, OutputIterator oi);
74
- \endcode
71
+ The signature of the function is:
72
+ - `%OutputIterator %difference(const Type1 & p1, const Type2 & p2, %OutputIterator oi);`
73
+
75
74
76
75
\cgalHeading{Parameters}
77
76
@@ -187,14 +186,13 @@ namespace CGAL {
187
186
Each one of these functions computes if the interior of two given
188
187
polygons `p1` and `p2` intersect.
189
188
190
- The signature of the function is
191
- \code
192
- bool do_intersect(const Type1 & p1, const Type2 & p2);
193
- \endcode
189
+ The signature of the function is:
190
+ - `bool do_intersect(const Type1 & p1, const Type2 & p2);`
191
+
194
192
195
193
\cgalHeading{Parameters}
196
194
197
- The types of the parameters of the `do_intersect()` function are any of the following combinations.
195
+ The types of the parameters of the \link ref_bso_do_intersect `do_intersect()` \endlink function are any of the following combinations.
198
196
199
197
<div align="left">
200
198
<table cellpadding=3 border="1">
@@ -316,10 +314,9 @@ holes into an output container through a given output iterator
316
314
`General_polygon_with_holes_2`.
317
315
318
316
319
- The signature of the function is
320
- \code
321
- OutputIterator intersection(const Type1 & p1, const Type2 & p2, OutputIterator oi);
322
- \endcode
317
+ The signature of the function is:
318
+ - `%OutputIterator %intersection(const Type1 & p1, const Type2 & p2, %OutputIterator oi);`
319
+
323
320
324
321
325
322
\cgalHeading{Parameters}
@@ -476,10 +473,9 @@ Each one of these functions computes the union of two given polygons
476
473
returns `false`.
477
474
478
475
479
- The signature of the function is
480
- \code
481
- bool join(const Type1 & p1, const Type2 & p2, General_polygon_with_holes_2 & res);
482
- \endcode
476
+ The signature of the function is:
477
+ - `bool join(const Type1 & p1, const Type2 & p2, General_polygon_with_holes_2 & res);`
478
+
483
479
484
480
\cgalHeading{Parameters}
485
481
@@ -630,10 +626,8 @@ given polygons `p1` and `p2` intersect in their interior,
630
626
all, and `ON_ORIENTED_BOUNDARY` if `p1` and `p2` intersect
631
627
only in their boundaries.
632
628
633
- The signature of the function is
634
- \code
635
- Oriented_side oriented_side(const Type1 & p1, const Type2 & p2);
636
- \endcode
629
+ The signature of the function is:
630
+ - `Oriented_side oriented_side(const Type1 & p1, const Type2 & p2);`
637
631
638
632
\cgalHeading{Parameters}
639
633
@@ -716,10 +710,8 @@ iterator `oi`. The value type of the `OutputIterator` is either
716
710
`Polygon_with_holes_2` or
717
711
`General_polygon_with_holes_2`.
718
712
719
- The signature of the function is
720
- \code
721
- OutputIterator symmetric_difference(const Type1 & p1, const Type2 & p2, OutputIterator oi);
722
- \endcode
713
+ The signature of the function is:
714
+ - `%OutputIterator symmetric_difference(const Type1 & p1, const Type2 & p2, %OutputIterator oi);`
723
715
724
716
\cgalHeading{Parameters}
725
717
0 commit comments