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
inline isn't a part of the interface, so including it as a part of the API documentation adds noise (especially when something is marked constexpr, which implies inline anyway).
The text was updated successfully, but these errors were encountered:
@cjdb In some way yes, in another way showing things exactly as-is I feel is good for transparency. Could add a global Breathe configuration option to hide inline, though it might also be added by Sphinx's C/C++ domain, I'm not sure.
Any progress on this? I just updated Breath and Sphinx and suddenly I've got inlines everywhere. I'd love to get rid of them (and I think its also possible some of them are erroneous, but I'm not sure).
inline
isn't a part of the interface, so including it as a part of the API documentation adds noise (especially when something is markedconstexpr
, which implies inline anyway).The text was updated successfully, but these errors were encountered: