]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
`|' now works as it should.
authorMartin Mares <mj@ucw.cz>
Sat, 3 Jun 2000 18:22:43 +0000 (18:22 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 3 Jun 2000 18:22:43 +0000 (18:22 +0000)
doc/kernel-doc

index f4f85c15f2b4ae52c8dd9b47a75f0e13fcd563fd..678448789e868f2e96b5d1b2fa19a2107a42a526 100755 (executable)
@@ -87,7 +87,7 @@ $type_func = "(\\w+\\(\\))";
 $type_param = "\\\@(\\w+)";
 $type_struct = "\\\\\\\\\\\\amp;(\\w+)";
 $type_env = "(\\\$\\w+)";
-$type_code = "\\|(.*)\\|";
+$type_code = "\\|([^|]*)\\|";
 
 
 # Output conversion substitutions.