I'm looking for an extension of emacs that automaticaly generate headers from source like C code.
I made a script for this in the past using awk. I put my source path and it generate a header with all the function prototypes.
I have look for something similar directly in emacs but when I search for "automatic header" it lead me to auto-insert or header2.
I noticed that ECB has a window for methods, is there a way to put it in a header automatically ? Or maybe another extension to do that task ?