From f56a4bc5c9c2ff870fa16b4e903fbce979541678 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Tue, 11 Apr 2006 23:00:12 +0000 Subject: Revised IgnoreNot documentation based on Justin Couch's feedback git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/gluegen/trunk@24 a78bb65f-1512-4460-ba86-f6dc96a7bf27 --- doc/manual/index.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/manual/index.html') diff --git a/doc/manual/index.html b/doc/manual/index.html index 4c1c4f4..1b8703c 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -1027,10 +1027,12 @@ complex for GlueGen to handle. (optional) Similar to the Ignore directive, but evaluates the negation of the passed regexp when deciding whether to -ignore the given function or data type. NOTE: there is currently no -mechanism for using Unignore with -IgnoreNot. This is a bug. The IgnoreNot mechanism may ultimately turn -out to be superfluous. +ignore the given function or data type. The Unignore mechanism may be used with IgnoreNot as +well. NOTE: the IgnoreNot mechanism may ultimately turn out to be +superfluous; the authors do not have sufficient experience with +regular expressions to know whether general negation of a regexp is +possible. Feedback in this area would be appreciated.
Implements -- cgit v1.2.3