]> source.dussan.org Git - rspamd.git/commitdiff
Slightly improve documentation style
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 4 Jan 2016 14:03:14 +0000 (14:03 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 4 Jan 2016 14:03:14 +0000 (14:03 +0000)
doc/doxydown/doxydown.pl

index 3aa1b6b1d6734a603b1381a5638f71fdef6b16ed..744e5511a1bfeb32ea0996662bc9591e7484cba9 100755 (executable)
@@ -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 <<EOD;