addcosmetics and docs

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8195 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-03 07:43:38 +00:00
commit fc4ecc15ec

View file

@ -65,10 +65,10 @@
done
Swig flags:
-----------
Flags and conditional macros:
-----------------------------
%swig_mark_flag(flag)
%mark_flag(flag)
flag := True
%evalif(flag,expr)
@ -225,7 +225,7 @@ macro(arg1, arg2)
the flag can be later used with %evalif
*/
%define %swig_mark_flag(x)
%define %mark_flag(x)
%define x 1 %enddef
%enddef