From: Martin Mares Date: Sat, 3 Jun 2000 18:22:43 +0000 (+0000) Subject: `|' now works as it should. X-Git-Tag: v1.2.0~685 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=899fc0abfe8400425860d0e9e4d6cc7fd338978c;p=thirdparty%2Fbird.git `|' now works as it should. --- diff --git a/doc/kernel-doc b/doc/kernel-doc index f4f85c15f..678448789 100755 --- a/doc/kernel-doc +++ b/doc/kernel-doc @@ -87,7 +87,7 @@ $type_func = "(\\w+\\(\\))"; $type_param = "\\\@(\\w+)"; $type_struct = "\\\\\\\\\\\\amp;(\\w+)"; $type_env = "(\\\$\\w+)"; -$type_code = "\\|(.*)\\|"; +$type_code = "\\|([^|]*)\\|"; # Output conversion substitutions.