From d1fea32fc360382cbff10a58ef7753b76480b2a7 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 26 May 2025 11:28:55 +0200 Subject: [PATCH] Warnings during table generation in documentation With doxygen release1.14.0 doxygen is a bit stricter regarding handling tables (not ignoring superfluous tags), it now leads to some warnings (and unexpected results). --- Documentation/doc/scripts/generate_how_to_cite.py | 4 +--- Mesh_3/doc/Mesh_3/Mesh_3.txt | 2 +- .../include/CGAL/Polygon_mesh_processing/distance.h | 2 +- Triangulation/doc/Triangulation/Triangulation.txt | 8 ++++---- 4 files changed, 7 insertions(+), 9 deletions(-) mode change 100644 => 100755 Mesh_3/doc/Mesh_3/Mesh_3.txt diff --git a/Documentation/doc/scripts/generate_how_to_cite.py b/Documentation/doc/scripts/generate_how_to_cite.py index 21037011e54..7c407397a10 100644 --- a/Documentation/doc/scripts/generate_how_to_cite.py +++ b/Documentation/doc/scripts/generate_how_to_cite.py @@ -73,9 +73,7 @@ The \cgal Project. """ -RESULT_TXT_FOOTER = r""" - -
+RESULT_TXT_FOOTER = r"""
*/ """ diff --git a/Mesh_3/doc/Mesh_3/Mesh_3.txt b/Mesh_3/doc/Mesh_3/Mesh_3.txt old mode 100644 new mode 100755 index 848d4608ebb..5c6510ec396 --- a/Mesh_3/doc/Mesh_3/Mesh_3.txt +++ b/Mesh_3/doc/Mesh_3/Mesh_3.txt @@ -456,8 +456,8 @@ behaves with respect to these parameters. - + diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h index 86b73742fd6..2bded6d6373 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h @@ -969,7 +969,7 @@ sample_triangle_mesh(const TriangleMesh& tm, * of the smallest non-null edge of the soup or the value passed to the named parameter * `grid_spacing`.} * \cgalParamNEnd - * * \cgalParamNBegin{use_monte_carlo_sampling} + * \cgalParamNBegin{use_monte_carlo_sampling} * \cgalParamDescription{if `true` is passed, points are generated randomly in each triangle.} * \cgalParamType{Boolean} * \cgalParamDefault{`false`} diff --git a/Triangulation/doc/Triangulation/Triangulation.txt b/Triangulation/doc/Triangulation/Triangulation.txt index aa49555f82a..8e4c223939e 100644 --- a/Triangulation/doc/Triangulation/Triangulation.txt +++ b/Triangulation/doc/Triangulation/Triangulation.txt @@ -536,8 +536,8 @@ The program has been compiled with Microsoft Visual C++ 2013 in Release mode. Time (s)0.0030.0070.030.140.562.711.3451856862390 Memory (MB)< 1< 1< 113135318266221877156 Number of maximal simplices1844871,5485,54819,59867,102230,375715,9842,570,6237,293,29321,235,615 -Number of convex hull facets14663081,1644,41016,97457,589238,406670,5452,574,3268,603,589 -
+Number of convex hull facets14663081,1644,41016,97457,589238,406670,5452,574,3268,603,589 +
\cgalFigureCaptionBegin{Triangulationfigbenchmarks100} @@ -553,8 +553,8 @@ Performance of the insertion of 100 points in a Delaunay triangulation. Time (s)0.010.050.53.4241831365 Memory (MB)< 1< 12.714814832827 Number of maximal simplices1,9796,31525,845122,116596,9273,133,31816,403,337 -Number of convex hull facets191389636,18441,135241,5401,406,797 -
+Number of convex hull facets191389636,18441,135241,5401,406,797 +
\cgalFigureCaptionBegin{Triangulationfigbenchmarks1000}