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

Newer versions of doxygen generate different references #136

Closed
alandefreitas opened this issue Nov 8, 2022 · 1 comment
Closed

Newer versions of doxygen generate different references #136

alandefreitas opened this issue Nov 8, 2022 · 1 comment

Comments

@alandefreitas
Copy link
Member

Doxygen + docca create different ids when doxygen is updated to a version higher than 1.8.15.

Doxygen 1.9.1 generates:

<name>operator*</name>

where docca generates: url.ref.boost__urls__pct_string_view.operator__star_.

while doxygen 1.8.5 generates

<name>operator *</name>

where docca generates: url.ref.boost__urls__pct_string_view.operator___star_

Reference: boostorg/url#611

@alandefreitas alandefreitas changed the title Newer versions of doxygen don't work Newer versions of doxygen generate different references Nov 8, 2022
@sdkrystian
Copy link
Member

sdkrystian commented Jul 28, 2023

Fixed by 4b61682

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

2 participants