In some C-source file I've seen comments in the format:
/**
* @bla bla bla
* bla bla..
*/
Someone told me that if I comment my .c
/ .h
files properly, then with a certain tool I can autogenerate man pages from those files automatically.
Does anybody know if this is possible? (How to do, which software should I use, etc.)
It looks like you are searching for doxygen