[Doxygen-users] Documentation for functions with
Brought to you by:
dimitri
From: Vaclav P. <wen...@gm...> - 2013-09-19 14:19:58
|
Hi, I have a C code where function return type is on separate line: int Read_file(const char *name) This function does not show in Doxygen documentation. It does not have a doxyen comment but other functions without the comment are in documentation. Moreover, when I change the function declaration/definition to one line int Read_file(const char *name) it is included in documentation. So, I think my Doxyfile is correct. Is this a known issue? Thanks, Vaclav |