From 899fc0abfe8400425860d0e9e4d6cc7fd338978c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 3 Jun 2000 18:22:43 +0000 Subject: [PATCH] `|' now works as it should. --- doc/kernel-doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/kernel-doc b/doc/kernel-doc index f4f85c15..67844878 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.