mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
pas2js: docs option -Sj
git-svn-id: trunk@44078 -
This commit is contained in:
parent
b45a0dfbb8
commit
b761498428
@ -4672,11 +4672,12 @@ begin
|
||||
w(' -Pecmascript5: default');
|
||||
w(' -Pecmascript6');
|
||||
w(' -S<x> : Syntax options. <x> is a combination of the following letters:');
|
||||
w(' 2 : Same as -Mobjfpc (default)');
|
||||
w(' a : Turn on assertions');
|
||||
w(' c : Support operators like C (*=,+=,/= and -=)');
|
||||
w(' d : Same as -Mdelphi');
|
||||
w(' j : Allows typed constants to be writeable (default)');
|
||||
w(' m : Enables macro replacements');
|
||||
w(' 2 : Same as -Mobjfpc (default)');
|
||||
w(' -SI<x> : Set interface style to <x>');
|
||||
w(' -SIcom : COM, reference counted interface (default)');
|
||||
w(' -SIcorba: CORBA interface');
|
||||
|
@ -196,11 +196,12 @@ Put + after a boolean switch option to enable it, - to disable it
|
||||
-Pecmascript5 : default
|
||||
-Pecmascript6
|
||||
-S<x> : Syntax options. <x> is a combination of the following letters:
|
||||
2 : Same as -Mobjfpc (default)
|
||||
a : Turn on assertions
|
||||
c : Support operators like C (*=,+=,/= and -=)
|
||||
d : Same as -Mdelphi
|
||||
m : Enables macro replacements
|
||||
2 : Same as -Mobjfpc (default)
|
||||
j : Allows typed constants to be writeable (default)
|
||||
-SI<x> : Set interface style to <x>
|
||||
-SIcom : COM, reference counted interface (default)
|
||||
-SIcorba : CORBA interface
|
||||
|
Loading…
Reference in New Issue
Block a user