I'd like to have Doxygen complain about undocumented functions. I have the relevant options set in my Doxyfile.
 However, the sed script does not generate anything for functions without a @fn directive. So, undocumented functions are completely hidden with no warning.
 Could you please add some support for this?