added reference to only global bad names

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5568 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2003-12-15 20:24:47 +00:00
commit 0927220163

View file

@ -147,12 +147,14 @@ Version 1.3.20 (In progress)
be uncommented at each language.swg file.
So, all the language maintainers, please check the
keywords list, and remember that you can be more specific
and refer only to member names, like *::configure or
*::cget (see an example in the tcl8/tcl8kw.swg file).
keywords list.
Also, you can add 'bad names', and not only keywords,
like 'True/False' in python.
Also, you can add 'bad names', and not only keywords, like
'True/False' in python. Remember that you can be more
specific and refer only to member names, like *::configure
or *::cget (see an example in the tcl8/tcl8kw.swg file),
or only global names, like ::range (see an example in the
python/pythonkw.swg file.
Just to be consistent, use the following codes: