*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5549 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2003-12-12 07:45:01 +00:00
commit 1befff06dd

View file

@ -111,14 +111,20 @@ 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 also add bad
members names too, like *::clone or *::cget (see an
example in the tcl8/tclkw.swg file).
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).
Just to be consistent:
Also, you can add 'bad names', and not only keywords,
like 'True/False' in python.
Just to be consistent, use the following codes:
- Use code 314 for keyword and/or fatal bad names.
- Use code 315 for bad names, but not fatal ones.
so, they can't be disabled/enabled independently (see
python/pyhtonkw.swg for examples).
**** And don't add any new test file without checking it
with the -Wallkw option!! (that includes me) *****.