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
------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to