Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings in documentation when running xmllint #8014

Merged

Commits on Feb 2, 2024

  1. 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.
    albert-github committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0a2865b View commit details
    Browse the repository at this point in the history