|
@@ -24,8 +24,8 @@
|
|
<!ENTITY endsub '<tt><link href="sub">endsub</link></tt>'>
|
|
<!ENTITY endsub '<tt><link href="sub">endsub</link></tt>'>
|
|
<!ENTITY for '<tt><link href="for">for</link></tt>'>
|
|
<!ENTITY for '<tt><link href="for">for</link></tt>'>
|
|
<!ENTITY expr '<tt>expr</tt>'> <!-- not a directive -->
|
|
<!ENTITY expr '<tt>expr</tt>'> <!-- not a directive -->
|
|
- <!ENTITY curtrans '<link href="current-translation" popup="yes">current preprocessor output</link>'>
|
|
|
|
- <!ENTITY translation '<link href="translation" popup="yes">preprocessor output</link>'>
|
|
|
|
|
|
+ <!ENTITY curtrans '<link href="current-translation">current preprocessor output</link>'>
|
|
|
|
+ <!ENTITY translation '<link href="translation">preprocessor output</link>'>
|
|
<!ENTITY builtins '<link href="builtinsiss">ISPPBuiltins.iss</link>'>
|
|
<!ENTITY builtins '<link href="builtinsiss">ISPPBuiltins.iss</link>'>
|
|
<!ENTITY dash "–">
|
|
<!ENTITY dash "–">
|
|
]>
|
|
]>
|
|
@@ -2114,13 +2114,13 @@ The first group of options (<tt>option</tt>) controls the general options, while
|
|
<p>Example: <tt>iscc /$c- /Pu+ "/DLicenseFile=Trial License.txt" /Ic:\inc;d:\inc /Jdefines.iss "c:\isetup\samples\my script.iss"</tt></p>
|
|
<p>Example: <tt>iscc /$c- /Pu+ "/DLicenseFile=Trial License.txt" /Ic:\inc;d:\inc /Jdefines.iss "c:\isetup\samples\my script.iss"</tt></p>
|
|
</description>
|
|
</description>
|
|
</topic>
|
|
</topic>
|
|
- <topic id="translation" popup="yes">
|
|
|
|
|
|
+ <topic id="translation" unlisted="yes">
|
|
<title>Preprocessor output</title>
|
|
<title>Preprocessor output</title>
|
|
<description header="no">
|
|
<description header="no">
|
|
<p>Preprocessor output refers to the preprocessed version of the script.</p>
|
|
<p>Preprocessor output refers to the preprocessed version of the script.</p>
|
|
</description>
|
|
</description>
|
|
</topic>
|
|
</topic>
|
|
- <topic id="current-translation" popup="yes">
|
|
|
|
|
|
+ <topic id="current-translation" unlisted="yes">
|
|
<title>Current preprocessor output</title>
|
|
<title>Current preprocessor output</title>
|
|
<description header="no">
|
|
<description header="no">
|
|
<p>Current preprocessor output refers to the &translation; up to the line which ISPP is currently processing.</p>
|
|
<p>Current preprocessor output refers to the &translation; up to the line which ISPP is currently processing.</p>
|