Consistent use of target language version of options

If a version number is supported by the target language prefer to show it in the -help.
For example, -perl5 instead of -perl.
This commit is contained in:
William S Fulton 2019-02-05 19:18:46 +00:00
commit df86ec5af6
7 changed files with 15 additions and 15 deletions

View file

@ -122,7 +122,7 @@ options are found near the end of the chapter.
<p>
To build a Perl5 module, run SWIG using the <tt>-perl</tt> option as
To build a Perl5 module, run SWIG using the <tt>-perl</tt> or <tt>-perl5</tt> option as
follows:
</p>

View file

@ -128,13 +128,13 @@ Supported Target Language Options
-mzscheme - Generate Mzscheme wrappers
-ocaml - Generate Ocaml wrappers
-octave - Generate Octave wrappers
-perl - Generate Perl wrappers
-php7 - Generate PHP7 wrappers
-perl5 - Generate Perl 5 wrappers
-php7 - Generate PHP 7 wrappers
-python - Generate Python wrappers
-r - Generate R (aka GNU S) wrappers
-ruby - Generate Ruby wrappers
-scilab - Generate Scilab wrappers
-tcl - Generate Tcl wrappers
-tcl8 - Generate Tcl 8 wrappers
-xml - Generate XML wrappers
Experimental Target Language Options

View file

@ -88,7 +88,7 @@ this is no longer supported.
<p>
To build a Tcl module, run SWIG using the <tt>-tcl</tt> option :
To build a Tcl module, run SWIG using the <tt>-tcl</tt> or <tt>-tcl8</tt> option :
</p>
<div class="code"><pre>