mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38: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 ")";
|
||||
if (defined $args{'purpose'}) {
|
||||
if ($args{'purpose'} ne "") {
|
||||
print " -- ";
|
||||
output_highlight($args{'purpose'});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user