cgal/TDS_3
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/TDS_3 When running xmllint over the documentation output we get a number of waning's like: 2024-02-02 18:58:03 +01:00
examples/TDS_3 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
include/CGAL Merge pull request #7907 from sloriot/T3-OFB_warning 2023-12-11 13:55:20 +01:00
package_info/TDS_3 run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
test/TDS_3 Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF 2023-01-27 22:09:02 +01:00