cgal/Periodic_2_triangulation_2
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
..
doc/Periodic_2_triangulation_2 When running xmllint over the documentation output we get a number of waning's like: 2024-02-02 18:58:03 +01:00
examples/Periodic_2_triangulation_2 Merge branch 'master' into CGAL-Qt6-GF 2023-07-18 10:49:58 +02:00
include/CGAL add missing license include directives 2024-01-04 11:53:18 +01:00
package_info/Periodic_2_triangulation_2 remove artificial dependency to Polygon 2021-09-01 16:41:36 +02:00
test/Periodic_2_triangulation_2 Misc fixes 2023-07-07 02:09:35 +02:00