cgal/Triangulation_2/doc/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
..
CGAL When running xmllint over the documentation output we get a number of waning's like: 2024-02-02 18:58:03 +01:00
Concepts Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
fig Add a figure and an example for dimension < 2 2020-05-21 16:21:32 +01:00
fig_src
Doxyfile.in Align Triangulation_2 User/Reference Manual with other Tr packages (use plural) 2021-06-05 14:53:46 +02:00
PackageDescription.txt use a macro 2023-08-24 14:56:48 +02:00
Triangulation_2.txt Merge remote-tracking branch 'cgal/master' into CGAL-Qt6-GF 2023-11-01 20:59:44 +01:00
dependencies User manual + some fixe 2020-02-17 13:22:40 +01:00
examples.txt Triangulation_2: Add example file to list of examples 2022-04-05 16:38:29 +01:00