cgal/Surface_mesh_skeletonization
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
..
benchmark/Surface_mesh_skeletonization Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2023-01-27 22:09:02 +01:00
doc/Surface_mesh_skeletonization Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
examples/Surface_mesh_skeletonization Add a convenience IO header 2023-12-12 09:39:35 +01:00
include/CGAL When running xmllint over the documentation output we get a number of waning's like: 2024-02-02 18:58:03 +01:00
package_info/Surface_mesh_skeletonization Remove Modifier from dependencies 2022-05-03 17:16:36 +01:00
test/Surface_mesh_skeletonization Misc minor fixes/improvements 2022-09-14 14:08:23 +02:00
TODO rename package Mean_curvature_skeleton -> Surface_mesh_skeletonization 2015-07-03 16:05:56 +02:00