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

Incorrect layout bisector precondition #8015

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

albert-github
Copy link
Contributor

On the page Kernel_23/group__bisector__grp.html we see for bisector with the Point_3 type arguments in the precondition:

‘p != q’

instead of

p != q

due to the fact that there is not a backtick but a single quote as closing part

On the page Kernel_23/group__bisector__grp.html we see for `bisector` with the `Point_3` type arguments in the precondition:
```
‘p != q’
```
instead of
```
p != q
```
due to the fact that there is not a backtick but a single quote as closing part
@lrineau lrineau added this to the 6.0-beta milestone Feb 6, 2024
@lrineau lrineau added the Doc bug label Feb 6, 2024
@sloriot
Copy link
Member

sloriot commented Feb 13, 2024

Successfully tested in CGAL-6.0-Ic-169

@lrineau lrineau self-assigned this Feb 13, 2024
@lrineau lrineau added the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Feb 13, 2024
@lrineau lrineau merged commit df17435 into CGAL:master Feb 13, 2024
8 checks passed
@lrineau lrineau removed the rm only: ready for master For the release team only: that indicates that a PR is about to be merged in 'master' label Feb 13, 2024
@lrineau lrineau deleted the feature/bug_doc_bisector branch February 13, 2024 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants