[documentation] Add closest_points directory in doc/doxy/Doxyfile and upgrade from 1.5.5 to 1.8.17 to avoid deprecation warnings

This commit is contained in:
Vissarion Fisikopoulos 2021-12-02 16:45:36 +02:00
parent 09c5132e84
commit f1dd78071e
4 changed files with 4795 additions and 204 deletions

File diff suppressed because it is too large Load Diff

View File

@ -150,7 +150,7 @@
</ul></div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"><p><small>Last revised: November 18, 2021 at 09:03:30 GMT</small></p></td>
<td align="left"><p><small>Last revised: December 02, 2021 at 14:43:30 GMT</small></p></td>
<td align="right"><div class="copyright-footer"></div></td>
</tr></table>
<hr>

File diff suppressed because it is too large Load Diff

View File

@ -156,11 +156,15 @@ struct closest_points
\param strategy \param_strategy{closest_points}
\note The strategy can be a point-point strategy. In case of distance point-line/point-polygon
it may also be a point-segment strategy.
\qbk{distinguish,with strategy}
\qbk{
[heading Example]
[closest_points_strategy]
[closest_points_strategy_output]
[heading See also]
\* [link geometry.reference.algorithms.distance distance]
}
@ -196,10 +200,13 @@ inline void closest_points(Geometry1 const& geometry1,
\param geometry1 \param_geometry
\param geometry2 \param_geometry
\param shortest_seg Output segment containing the closest points
\qbk{
[heading Example]
[closest_points]
[closest_points_output]
[heading See also]
\* [link geometry.reference.algorithms.distance distance]
}