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
Doxygen lists both member_a and member_b as public members. Is also lists ENUM_TYPE as a public type, both in the HTML and XML outputs. But after going trough breathe, member_b seems to get dropped from the documentation. The type is still listed though. Surprisingly, an anonymous struct, i.e.
works fine. It appears as an anonymous type and as a member with that anonymous type. I've attached two screenshots which show the rendered output for the two cases.
This looks like a bug to me unless I'm missing something.
with an anonymous enum:
with a named enum:
The text was updated successfully, but these errors were encountered:
This might be fixed with #512, released in Breathe v4.17.0. Note that you also need Sphinx 3.x for recent Breathe versions. Could someone try and post results?
I'm having trouble getting breathe (latest release) to document a member of a c struct which is an enum:
Doxygen lists both
member_a
andmember_b
as public members. Is also listsENUM_TYPE
as a public type, both in the HTML and XML outputs. But after going trough breathe,member_b
seems to get dropped from the documentation. The type is still listed though. Surprisingly, an anonymous struct, i.e.works fine. It appears as an anonymous type and as a member with that anonymous type. I've attached two screenshots which show the rendered output for the two cases.
This looks like a bug to me unless I'm missing something.
with an anonymous enum:
with a named enum:
The text was updated successfully, but these errors were encountered: