From: Michal Vaner Date: Mon, 25 Aug 2008 20:53:13 +0000 (+0200) Subject: Less complicated syntax of function references X-Git-Tag: holmes-import~346 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7356d6c565d42cdc671c7ec06ad9356f8d0d4905;p=libucw.git Less complicated syntax of function references <:funciton(params)> <:function(params):link text> NULL detection (turned to be ed) --- diff --git a/build/docconfig b/build/docconfig index 970b9358..bf29126d 100644 --- a/build/docconfig +++ b/build/docconfig @@ -1,9 +1,10 @@ [replacements] @(\w+)=\1 ->>f>([^:;&]+):(\w+)([^&;:]*):([^&;]+)<<<=\4 ->>f>([^:;&]+):(\w+)([^&;:]*)<<<=!?\2!?\3!? ->>f>:(\w+)([^&;:]*):([^&;]+)<<<=\3 ->>f>:(\w+)([^&;:]*)<<<=!?\1!?\2!? +<([^:;&]+):(\w+)(\([^&;:]*\)):([^&;]+)>=\4 +<([^:;&]+):(\w+)(\([^&;:]*\))>=!?\2!?\3!? +<:(\w+)(\([^&;:]*\)):([^&;]+)>=\3 +<:(\w+)(\([^&;:]*\))>=!?\1!?\2!? !!f!((.*\W|)(\w+))(\([^()]*\).*)!!!=
!?\1!?\4!?
((\w+)\([^()]*\))=\1 !\?((.*\W|)(\w+))!\?(\([^()]*\).*)!\?=\1\4 +NULL=NULL