[Doxygen-users] Confusion regarding void
Brought to you by:
dimitri
From: Pratyush J. <pra...@gm...> - 2023-04-17 19:17:51
|
I'm documenting a project written in C. I couldn't find the rules for documenting functions that return void and/or have no parameters. By extension of other rules, should it be @return void and @param void Omitting them will result in the document showing just blank. Is it left on the user to decide? What is the industry standard? Regards, Pratyush |