-dirprot display order
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5554 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
baa06d2509
commit
c6de7c0de6
1 changed files with 1 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ static char *usage = (char*)"\
|
|||
\nGeneral Options\n\
|
||||
-c++ - Enable C++ processing\n\
|
||||
-co - Check a file out of the SWIG library\n\
|
||||
-dirprot - Turn on wrapping of protected members for director classes\n\
|
||||
-D<symbol> - Define a symbol <symbol> (for conditional compilation)\n\
|
||||
-E - Preprocess only, does not generate wrapper code\n\
|
||||
-fcompact - Compile in compact mode\n\
|
||||
|
|
@ -72,7 +73,6 @@ static char *usage = (char*)"\
|
|||
-module <name> - Set module name to <name>\n\
|
||||
-nocontract - Turn off contract checking \n\
|
||||
-nodefault - Do not generate constructors/destructors\n\
|
||||
-dirprot - Wrap director protected members\n\
|
||||
-nodirprot - Do not wrap director protected members\n\
|
||||
-noexcept - Do not wrap exception specifiers\n\
|
||||
-noextern - Do not generate extern declarations\n\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue