in programming, what is a program or software feature that automatically makes an API reference out of your include files called?
and I what program/software has this feature I can use?
and I what program/software has this feature I can use?
_Object
Favorite Answer
They're called documentation generators. More generally, they are a type of code generator or a compiler.
Doxygen comes to mind.
http://www.stack.nl/~dimitri/doxygen/