cgal/Frechet_distance
Sebastien Loriot 7fdd7c1eca
Warning on no matching class member (#9108)
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)
2025-12-29 11:51:31 +01:00
..
doc/Frechet_distance little doc fix in Frechet (not in extra PR) 2025-11-21 09:08:58 +00:00
examples/Frechet_distance adding support for Eigen3 5.0.0 (6.1 version) 2025-11-06 10:06:29 +01:00
include/CGAL Warning on no matching class member (#9108) 2025-12-29 11:51:31 +01:00
package_info/Frechet_distance cleanup 2025-05-12 07:54:39 +01:00
test/Frechet_distance adding support for Eigen3 5.0.0 (6.1 version) 2025-11-06 10:06:29 +01:00