gltfpp
gltfpp copied to clipboard
Documentation Generation
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:
- Try standardese
- Write Markdown by hand
This should also be automated with Travis. CMake targets for Doxygen and Woboq already exist.