From cbf875576db345c08221ad7dbc3e0a17d81e87cb Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Tue, 26 Oct 2004 20:37:35 +0000 Subject: [PATCH] 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 --- Source/Modules/python.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/Modules/python.cxx b/Source/Modules/python.cxx index 5f13c7e7d..ac262ba70 100644 --- a/Source/Modules/python.cxx +++ b/Source/Modules/python.cxx @@ -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);