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
Hi! I am using breathe and doxygen to generate documentation for a file which contains several anonymous enumerations.
The output page is fine, but the problem is that in output toctree I see this:
I would prefer to see just the enumerators as If they were constants. Or maybe something else, anything but not the 'PhonyNameDueToError'... Is there any way to achieve this?
UPD: I found my case in documentation, in which resulted documentation for this enum gets [anonymous] prefix, but I could not reproduce it. Please, help!
The text was updated successfully, but these errors were encountered:
Hi! I am using breathe and doxygen to generate documentation for a file which contains several anonymous enumerations.
The output page is fine, but the problem is that in output toctree I see this:
I would prefer to see just the enumerators as If they were constants. Or maybe something else, anything but not the 'PhonyNameDueToError'... Is there any way to achieve this?
UPD: I found my case in documentation, in which resulted documentation for this enum gets [anonymous] prefix, but I could not reproduce it. Please, help!
The text was updated successfully, but these errors were encountered: