]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Don't print empty synopses of functions.
authorMartin Mares <mj@ucw.cz>
Mon, 5 Jun 2000 21:01:58 +0000 (21:01 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 5 Jun 2000 21:01:58 +0000 (21:01 +0000)
doc/kernel-doc

index 14aa37fbcbe23e907ce0e281e1ace6dae45f3348..e3272fcf5ef0a29d392834d7bb82029fb3bf6468 100755 (executable)
@@ -544,7 +544,7 @@ sub output_bird {
        }
     }
     print ")";
-    if (defined $args{'purpose'}) {
+    if ($args{'purpose'} ne "") {
        print " -- ";
        output_highlight($args{'purpose'});
     }