When function return void, after documenting it appears:
/// \\brief
/// \\return void
void Foo()
Is possible to auto remove "\\return void" ?
5 L A T E S T R E P L I E S (Newest First)
feline
Posted - Feb 21 2011 : 11:14:48 AM No return line on a constructor is a good point, I have added a note to the case about this.
TudorT
Posted - Feb 19 2011 : 1:38:25 PM I strongly support this. Also, should avoid writing the line when documenting a constructor.
feline
Posted - Sep 09 2010 : 2:13:05 PM This is still in our list of things to look at, but unfortunately I don't have any estimate on when it will be done.
__Daniel__
Posted - Sep 08 2010 : 04:15:12 AM Will it ever solved?
feline
Posted - Nov 13 2009 : 1:11:37 PM We are considering changing Document Method so that it does not add the $SymbolType$ line if the return type is void: