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
Generating good documentation from source is hard because of the heavy metaprogramming involved. Doxygen assumes that BOOST_HANA_DEFINE_STRUCT is a member function, Sphinx cannot properly process the XML generated by Doxygen.
Generating good documentation from source is hard because of the heavy metaprogramming involved. Doxygen assumes that
BOOST_HANA_DEFINE_STRUCT
is a member function, Sphinx cannot properly process the XML generated by Doxygen.Possible Solutions:
This should also be automated with Travis. CMake targets for Doxygen and Woboq already exist.
The text was updated successfully, but these errors were encountered: