mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-12 05:51:47 +00:00
[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:
parent
09c5132e84
commit
f1dd78071e
2583
doc/doxy/Doxyfile
2583
doc/doxy/Doxyfile
File diff suppressed because it is too large
Load Diff
@ -150,7 +150,7 @@
|
|||||||
</ul></div>
|
</ul></div>
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<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>
|
<td align="right"><div class="copyright-footer"></div></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
|
2269
doc/index/Doxyfile
2269
doc/index/Doxyfile
File diff suppressed because it is too large
Load Diff
@ -156,11 +156,15 @@ struct closest_points
|
|||||||
\param strategy \param_strategy{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
|
\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.
|
it may also be a point-segment strategy.
|
||||||
|
|
||||||
\qbk{distinguish,with strategy}
|
\qbk{distinguish,with strategy}
|
||||||
|
|
||||||
\qbk{
|
\qbk{
|
||||||
|
|
||||||
[heading Example]
|
[heading Example]
|
||||||
[closest_points_strategy]
|
[closest_points_strategy]
|
||||||
[closest_points_strategy_output]
|
[closest_points_strategy_output]
|
||||||
|
|
||||||
[heading See also]
|
[heading See also]
|
||||||
\* [link geometry.reference.algorithms.distance distance]
|
\* [link geometry.reference.algorithms.distance distance]
|
||||||
}
|
}
|
||||||
@ -196,10 +200,13 @@ inline void closest_points(Geometry1 const& geometry1,
|
|||||||
\param geometry1 \param_geometry
|
\param geometry1 \param_geometry
|
||||||
\param geometry2 \param_geometry
|
\param geometry2 \param_geometry
|
||||||
\param shortest_seg Output segment containing the closest points
|
\param shortest_seg Output segment containing the closest points
|
||||||
|
|
||||||
\qbk{
|
\qbk{
|
||||||
|
|
||||||
[heading Example]
|
[heading Example]
|
||||||
[closest_points]
|
[closest_points]
|
||||||
[closest_points_output]
|
[closest_points_output]
|
||||||
|
|
||||||
[heading See also]
|
[heading See also]
|
||||||
\* [link geometry.reference.algorithms.distance distance]
|
\* [link geometry.reference.algorithms.distance distance]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user