diff options
author | Kenneth Russel <[email protected]> | 2006-04-11 23:00:12 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-04-11 23:00:12 +0000 |
commit | f56a4bc5c9c2ff870fa16b4e903fbce979541678 (patch) | |
tree | 31bfc36b1f61d1136d15680c07412646144e1905 /doc | |
parent | 62c9fd1b4bcba9ad6cac5756b6113542f2d867e3 (diff) |
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
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/manual/index.html | 10 |
1 files changed, 6 insertions, 4 deletions
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 <a href="#Ignore">Ignore</a> 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 <a href="#Unignore">Unignore</a> with -IgnoreNot. This is a bug. The IgnoreNot mechanism may ultimately turn -out to be superfluous. +ignore the given function or data type. The <a +href="#Unignore">Unignore</a> 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. <dt><strong><a name="Implements">Implements</a></strong> |