How to generate FFI docs for C programmers?

Cheddar allows me to generate a .h file for the FFI functions I've written. cargo doc allows me to generate documentation for FFI with the Rust signatures.

Is there a tool that combines the Markdown documentation given in the doc comments in the FFI .rs file with the C signatures generated by Cheddar in order to generate docs that document the interface as seen from C?