doxdocgen icon indicating copy to clipboard operation
doxdocgen copied to clipboard

Add "@param None" in the case of no (void) parameters

Open JohannYellow opened this issue 1 year ago • 0 comments

For the purposes of style and conformity, we prefer to have

Parameters:
   None

Return:
   None

in the generated documentation rather than no mention of parameters and/or return at all.

So a setting to enable this behaviour will be great.

JohannYellow avatar Apr 18 '23 05:04 JohannYellow