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

invalid cite anchor id when using crossref #6733

Closed
svigerske opened this issue Jan 3, 2019 · 5 comments
Closed

invalid cite anchor id when using crossref #6733

svigerske opened this issue Jan 3, 2019 · 5 comments
Assignees
Labels

Comments

@svigerske
Copy link

When I have two citations that crossref a third one, which is not cited on its own, then I get an invalid cite anchor id warning.
Files in crossref.zip should reproduce this issue with Doxygen 1.8.15. Versions 1.8.13 and 1.8.14 seem to be ok.

@albert-github
Copy link
Collaborator

Looks to me like an incorrect warning, result looks OK though.

@albert-github albert-github self-assigned this Jan 3, 2019
albert-github added a commit to albert-github/doxygen that referenced this issue Jan 4, 2019
The crossreference possibility was not properly taken into account in bibtex conversion for other formats than LaTeX.
- doxygen.bst: use correct labels (i.e. add 'CITEREF_' in case of crossreferences to the giver name)
- cite.cpp: add the crossreferences to the citation dictionary (to overcome warning message).
- extending test 012
@albert-github
Copy link
Collaborator

It looked like an incorrect warning, but in fact the cross references weren't taken into account.

I've just pushed a proposed patch, pull request #6738

albert-github added a commit to albert-github/doxygen that referenced this issue Jan 4, 2019
Also test 050 was hit by the change of samlpe.bib
doxygen added a commit that referenced this issue Jan 10, 2019
issue #6733 invalid cite anchor id when using crossref
@albert-github albert-github added the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Jan 10, 2019
@albert-github
Copy link
Collaborator

Code has been integrated in master on github.

@doxygen
Copy link
Owner

doxygen commented Aug 8, 2019

This issue was previously marked 'fixed but not released',
which means it should be fixed in doxygen version 1.8.16.
Please verify if this is indeed the case. Reopen the
issue if you think it is not fixed and please include any additional information
that you think can be relevant (preferably in the form of a self-contained example).

@doxygen doxygen removed the fixed but not released Bug is fixed in github, but still needs to make its way to an official release label Aug 8, 2019
@doxygen doxygen closed this as completed Aug 8, 2019
@svigerske
Copy link
Author

Looks good. Thank you!

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

No branches or pull requests

3 participants