gltfpp icon indicating copy to clipboard operation
gltfpp copied to clipboard

Documentation Generation

Open mmha opened this issue 8 years ago • 0 comments

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.

mmha avatar Jun 02 '17 17:06 mmha