I am using the Ubuntu OS to create a library written in c++.
I’ve created an shared library and now I need to document my work.
I would like to know what is the smartest and fastest way to do it?
I am using the Ubuntu OS to create a library written in c++. I’ve
Share
If you’re looking for API documentation of your classes / types, you might want to look into Doxygen.