mirror of https://github.com/CGAL/cgal
The overnight documentation build gives a warning (with the doxygen master version): ``` /home/cgal-testsuite/cgal_doc_build/CGAL-6.2-Ic-24/include/CGAL/Frechet_distance/Neighbor_search.h:106: warning: no matching class member found for template < PointRange, Traits > std::vector< std::size_t > CGAL::Frechet_distance::Neighbor_search< PointRange, Traits >::get_close_curves(const PointRange &curve, double distance, Sequential_tag) ->std::vector< std::size_t > Possible candidates: 'template < ConcurrencyTag > std::vector< std::size_t > CGAL::Frechet_distance::Neighbor_search< PointRange, Traits >::get_close_curves(const PointRange &query, double distance)' at line 79 of file /home/cgal-testsuite/cgal_doc_build/CGAL-6.2-Ic-24/include/CGAL/Frechet_distance/Neighbor_search.h 'std::vector< std::size_t > CGAL::Frechet_distance::Neighbor_search< PointRange, Traits >::get_close_curves(const PointRange &query, double distance, Sequential_tag)' at line 90 of file /home/cgal-testsuite/cgal_doc_build/CGAL-6.2-Ic-24/include/CGAL/Frechet_distance/Neighbor_search.h ``` In principle the code is correct but due to the double usage of `std::vector< std::size_t >` doxygen has a small problem (since the integration of the fix for https://github.com/doxygen/doxygen/issues/11787). The workaround as used by CGAL is not necessary. (tested documentation against doxygen master version and dixygen 1.9.6) |
||
|---|---|---|
| .. | ||
| doc/Frechet_distance | ||
| examples/Frechet_distance | ||
| include/CGAL | ||
| package_info/Frechet_distance | ||
| test/Frechet_distance | ||