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

How to avoid these hyperlinks #8397

Open
afabri opened this issue Aug 6, 2024 · 1 comment
Open

How to avoid these hyperlinks #8397

afabri opened this issue Aug 6, 2024 · 1 comment
Assignees

Comments

@afabri
Copy link
Member

afabri commented Aug 6, 2024

Issue Details

In the PR #6849 for Isosurfacing we get hyperlinks for Point_3 and Vector_3. Do we have to prevent this using % or can we consider this as a doxygen bug? and should file an issue? Or is that only a problem with the version of doxygen we use in the CI ? Any idea @albert-github ?

Source Code

See here

@albert-github
Copy link
Contributor

On the mentioned page (https://cgal.github.io/6849/v5/Isosurfacing_3/classCGAL_1_1Isosurfacing_1_1Gradient__function__3.html) I see a number of occurrences of Point_3 and of Vector_3 which ones are you referring to?

When looking in the source code, I think, Isosurfacing_3/include/CGAL/Isosurfacing_3/Gradient_function_3.h) at line 56-57 we see once a % (Point_3) and once without (Vector_3) so this looks indeed a bit inconsistent. When we want to link to the "using" on this page the version without % is OK when we don't want this the % is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants