Skip to content

Commit cdcc50d

Browse files
committed
change format to avoid useless link creations
1 parent 6c7cf09 commit cdcc50d

File tree

1 file changed

+17
-25
lines changed

1 file changed

+17
-25
lines changed

Boolean_set_operations_2/doc/Boolean_set_operations_2/CGAL/Boolean_set_operations_2.h

+17-25
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ The value type of the `OutputIterator` is either
6868
`Polygon_with_holes_2` or
6969
`General_polygon_with_holes_2`.
7070
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+
7574
7675
\cgalHeading{Parameters}
7776
@@ -187,14 +186,13 @@ namespace CGAL {
187186
Each one of these functions computes if the interior of two given
188187
polygons `p1` and `p2` intersect.
189188
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+
194192
195193
\cgalHeading{Parameters}
196194
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.
198196
199197
<div align="left">
200198
<table cellpadding=3 border="1">
@@ -316,10 +314,9 @@ holes into an output container through a given output iterator
316314
`General_polygon_with_holes_2`.
317315
318316
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+
323320
324321
325322
\cgalHeading{Parameters}
@@ -476,10 +473,9 @@ Each one of these functions computes the union of two given polygons
476473
returns `false`.
477474
478475
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+
483479
484480
\cgalHeading{Parameters}
485481
@@ -630,10 +626,8 @@ given polygons `p1` and `p2` intersect in their interior,
630626
all, and `ON_ORIENTED_BOUNDARY` if `p1` and `p2` intersect
631627
only in their boundaries.
632628
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);`
637631
638632
\cgalHeading{Parameters}
639633
@@ -716,10 +710,8 @@ iterator `oi`. The value type of the `OutputIterator` is either
716710
`Polygon_with_holes_2` or
717711
`General_polygon_with_holes_2`.
718712
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);`
723715
724716
\cgalHeading{Parameters}
725717

0 commit comments

Comments
 (0)