add Robin true/false patch for docs

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6520 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-10-26 20:37:35 +00:00
commit cbf875576d

View file

@ -75,7 +75,7 @@ Python Options (available with -python)\n\
-apply - Use apply() in proxy classes\n\
-new_vwm - New value wrapper mode, use only when everything else fails \n\
-new_repr - Use more informative version of __repr__ in proxy classes\n\
-old_repr - Use shorter version of __repr__ in proxy classes\n\
-old_repr - Use shorter ald old version of __repr__ in proxy classes\n\
-noexcept - No automatic exception handling\n\
-noh - Don't generate the output header file\n\
-noproxy - Don't generate proxy classes \n\n";
@ -157,6 +157,7 @@ public:
Preprocessor_define((DOH *) "SWIG_CPLUSPLUS_CAST", 0);
Swig_mark_arg(i);
} else if (strcmp(argv[i],"-modern") == 0) {
apply = 0;
classic = 0;
modern = 1;
Swig_mark_arg(i);