You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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.
The text was updated successfully, but these errors were encountered: