From: Vsevolod Stakhov Date: Mon, 4 Jan 2016 14:03:14 +0000 (+0000) Subject: Slightly improve documentation style X-Git-Tag: 1.1.0~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36f5aa8bbcb3f0aaf351bbf12985cd3fddf0ae69;p=thirdparty%2Frspamd.git Slightly improve documentation style --- diff --git a/doc/doxydown/doxydown.pl b/doc/doxydown/doxydown.pl index 3aa1b6b1d6..744e5511a1 100755 --- a/doc/doxydown/doxydown.pl +++ b/doc/doxydown/doxydown.pl @@ -100,7 +100,7 @@ EOD } } else { - print "\tnothing\n"; + print "No parameters\n"; } print "\n**Returns:**\n\n"; if ( $f->{'return'} && $f->{'return'}->{'description'} ) { @@ -113,7 +113,7 @@ EOD } } else { - print "\tnothing\n"; + print "No return\n"; } if ( $f->{'example'} ) { print <