Doxygen (https://www.stack.nl/~dimitri/doxygen/) is a tool for generate source code (API) documentation from comments in source code. The output can be in various formats (RTM, HTML, CHM, Eclipse help files, LaTeX for PDF conversion, etc).
You'd write these comments into the header files, so the costumer can read the documentation in the files and/or generate the documentation themselves,
Doxygen (https://www.stack.nl/~dimitri/doxygen/) is a tool for generate source code (API) documentation from comments in source code. The output can be in various formats (RTM, HTML, CHM, Eclipse help files, LaTeX for PDF conversion, etc).
You'd write these comments into the header files, so the costumer can read the documentation in the files and/or generate the documentation themselves,