Don't print empty synopses of functions.
This commit is contained in:
parent
3b580a23ad
commit
854128a5ed
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ sub output_bird {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
print ")";
|
print ")";
|
||||||
if (defined $args{'purpose'}) {
|
if ($args{'purpose'} ne "") {
|
||||||
print " -- ";
|
print " -- ";
|
||||||
output_highlight($args{'purpose'});
|
output_highlight($args{'purpose'});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue