cgal/Surface_mesh_skeletonization/include/CGAL
albert-github 0a2865b288 When running xmllint over the documentation output we get a number of waning's like:
```
save_Periodic_2_triangulation_2/class_c_g_a_l_1_1_periodic__2__triangulation__2.html:1420: parser error : Opening and ending tag mismatch: dd line 1420 and div
"This is an advanced function.">is_triangulation_in_1_sheet()</a></code>  </div>
                                                                               ^
```
they are a consequence of the fact that a a command is not properly ended in this case we have a `\pre` command and its documentation states:
> The `\pre` command ends when a blank line or some other sectioning command is encountered.

and in this case the command is followed by the `\cgalAdvancedEnd` command that does not properly end the `\pre` command.
The same is valid in the other cases.
2024-02-02 18:58:03 +01:00
..
Surface_mesh_skeletonization/internal Skeletonization: Replace internally Polyhedron by HDS 2022-05-03 10:03:04 +01:00
Mean_curvature_flow_skeletonization.h When running xmllint over the documentation output we get a number of waning's like: 2024-02-02 18:58:03 +01:00
extract_mean_curvature_flow_skeleton.h Remove an #include that is not needed but triggers a dependency warning in CI 2022-05-03 12:06:29 +01:00