]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - doc/kernel-doc
`|' now works as it should.
[thirdparty/bird.git] / 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.