From 0e29d43997336eec591f93f5a9f5ce8177072d2c Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 28 Sep 2022 10:33:55 +0200 Subject: [PATCH] Point_set_processing_3: Missing backtick The see also link provided in the function `vcm_is_on_feature_edge` was missing a starting backtick (documentation output file: Point_set_processing_3/group__PkgPointSetProcessing3Algorithms.html) --- Point_set_processing_3/include/CGAL/vcm_estimate_edges.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h b/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h index 8f8d8d84963..a850e40ac39 100644 --- a/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h +++ b/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h @@ -40,7 +40,7 @@ namespace CGAL { /// `CGAL_EIGEN3_ENABLED` is defined then an overload using /// `Eigen_diagonalize_traits` is provided. Otherwise, the internal /// implementation `Diagonalize_traits` is used. -/// \sa CGAL::compute_vcm()` +/// \sa `CGAL::compute_vcm()` /// template bool