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
@melvinvermeeren checked again. HTML looks good from what I see. Nevertheless, there still seem to be many warnings thrown at make html time with the = typdef OtherType syntax.
Since the previous posting further improvements have been made in Sphinx's C++ domain, so I am assuming this is resolved now. Closing to clean up the issue tracker.
Doxygen annotated
typdef
s in C++11, via the C++11 syntaxusing NewType = OtherType;
Are currently false documented as
in breathe html docs (grouping under
Typedefs
in thedoxygenfile::
macro is fine).I am using breathe 4.5.0 and doxygen 1.8.8 (1.8.11 on readthedocs).
The text was updated successfully, but these errors were encountered: