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

no-link option not working #940

Open
Thosse opened this issue Jul 28, 2023 · 0 comments
Open

no-link option not working #940

Thosse opened this issue Jul 28, 2023 · 0 comments

Comments

@Thosse
Copy link

Thosse commented Jul 28, 2023

Hey,
I'm using Doxygen and Sphinx with the Breathe extension to describe the API of a C++ software.
I noticed that I can't include the Doxygen element multiple times, without it messing up the internal indexing. Originally, the :no-link: option should handle this, such that it inhibits the indexing of the second directive here

.. doxygenenum:: ReturnValue
    :project: test_project

.. doxygenenum:: ReturnValue
    :project: test_project
    :no-link:

Still, I'm getting a "WARNING: Duplicate C++ declaration, also defined at [...]" and multiple index entries.

Am I doing something wrong here or is this a bug?

P.S. I'm using sphinx 6.2.1 and breathe 4.35.0.

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

1 participant