diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-03 20:22:43 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-03 20:22:43 +0200 |
commit | 899fc0abfe8400425860d0e9e4d6cc7fd338978c (patch) | |
tree | 96681b36143cb4a68102cfa80b5a26eeb6fee1c8 /doc | |
parent | 2e130b5cadb970b7f4f743e69cd459b5b42cf208 (diff) | |
download | bird-899fc0abfe8400425860d0e9e4d6cc7fd338978c.tar bird-899fc0abfe8400425860d0e9e4d6cc7fd338978c.zip |
`|' now works as it should.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/kernel-doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kernel-doc b/doc/kernel-doc index f4f85c1..6784487 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. |