From 7356d6c565d42cdc671c7ec06ad9356f8d0d4905 Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Mon, 25 Aug 2008 22:53:13 +0200 Subject: [PATCH] Less complicated syntax of function references <:funciton(params)> <:function(params):link text> NULL detection (turned to be ed) --- build/docconfig | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.2