How to create a help file of all methods in all you .h files

I stumbled across this handy utility from doxygen.org that will build a help file of your .h files. Basically it will list methods, the argument list and callback for every method of every h file in a specified folder.

In about 5 minutes, i downloaded this free tool, and built an HTML file of all my libraries. Now I can look at a class and see what methods i have to choose from.

Perhaps it will help you in your code writing. Here's the process in a short vid.

Create a help file from your .h files - for FREE

Happy coding.

Kris

Thanks for pointing this out, Kris. It works well, and saves a lot of time.
(I added the first comment to your video, too.)