0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-07 22:15:19 +00:00

Don't print empty synopses of functions.

This commit is contained in:
Martin Mares 2000-06-05 21:01:58 +00:00
parent 3b580a23ad
commit 854128a5ed

View File

@ -544,7 +544,7 @@ sub output_bird {
}
}
print ")";
if (defined $args{'purpose'}) {
if ($args{'purpose'} ne "") {
print " -- ";
output_highlight($args{'purpose'});
}