From c37341671e4a3058aec4122fbb34ff95fad04f99 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 2 Feb 2023 12:29:29 +0000 Subject: [PATCH] Turn comment into doxygen comment --- .../CGAL/Linear_cell_complex_incremental_builder_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_incremental_builder_3.h b/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_incremental_builder_3.h index f231dbf323e..a2c950d46d6 100644 --- a/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_incremental_builder_3.h +++ b/Linear_cell_complex/doc/Linear_cell_complex/CGAL/Linear_cell_complex_incremental_builder_3.h @@ -59,7 +59,7 @@ When a facet is added, if the same facet exists in another surface, the two surf */ VAH add_vertex(const Point_3& p); - /* + /*! * starts a new facet. */ void begin_facet();