cgal/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
..
applications/Triangulation_2
benchmark/Triangulation_2
doc/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/Triangulation_2 The Truiangulation_2/examples which use draw() compile and visualize but have an assertion in a QMap 2023-04-19 14:27:45 +01:00
include/CGAL add missing license headers 2024-01-04 13:50:15 +01:00
package_info/Triangulation_2
test/Triangulation_2 Make the file name unique by baking a pointer in it 2024-01-10 17:08:40 +00:00
TODO spelling corrections 2022-11-16 13:22:39 +01:00