bash-doxygen
bash-doxygen copied to clipboard
Can we get Doxygen to complain about undocumented files and methods?
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?