mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Don't print empty synopses of functions.
This commit is contained in:
parent
3b580a23ad
commit
854128a5ed
@ -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 New Issue
Block a user