Generate documentation for a library

Hello,
i developped a library then i wanted to generate documentation, i couldn’t get the documentation even if C programm is well commented.

Does Mbed have a built-in documentation generation tool? I normally use Doxygen to generate docs.

yes, it has, to problem i think is that all my programm is in C except the I2C part because i use a i2c Cpp driver, so l’extention is .cpp, i can’t see any documentation generated.

Thanks. I didn’t know Mbed has a built-in tool. Can you please show me where I can learn more about the tool?

sure, here is a link explaining how : API Documentation - Handbook | Mbed.