Skip to content

Commit 53f45ea

Browse files
committed
Minor changes to improve the reference distribution build
1 parent cf43e75 commit 53f45ea

19 files changed

Lines changed: 16 additions & 78 deletions

File tree

content/api_en/PVector_get.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
<example>
1313
<image></image>
14-
<code><![CDATA[PVector v1, v2;
14+
<code><![CDATA[
15+
PVector v1, v2;
1516
1617
void setup() {
1718
size(100, 100);

content/api_en/include/PrintWriter_print.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Writes data to a <b>PrintWriter</b> object stream.
3939
]]></description>
4040

4141
<syntax>
42-
<c>pw</c>.println(<c>data</c>)
42+
<c>pw</c>.print(<c>data</c>)
4343
</syntax>
4444

4545
<parameter>

content/api_en/include/break.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ Ends the execution of a structure such as switch(), for(), or while() and jumps
3333

3434
<syntax></syntax>
3535

36-
<parameter>
37-
<label></label>
38-
<description></description>
39-
</parameter>
4036

4137
<returns></returns>
4238

content/api_en/include/false.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ Reserved word representing the logical value "false". Only variables of type <b>
2727

2828
<syntax></syntax>
2929

30-
<parameter>
31-
<label></label>
32-
<description><![CDATA[</description>
33-
</parameter>
34-
35-
<parameter>
36-
<label>statements</label>
37-
<description>any valid statements]]></description>
38-
</parameter>
39-
4030
<returns></returns>
4131

4232
<related>

content/api_en/include/final.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ This keyword is an essential part of Java programming and is not usually used wi
2525

2626
<syntax></syntax>
2727

28-
<parameter>
29-
<label></label>
30-
<description></description>
31-
</parameter>
3228

3329
<returns></returns>
3430

content/api_en/include/if.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if (<c>test</c>) {
3232
</syntax>
3333

3434
<parameter>
35-
<label>expression</label>
35+
<label>test</label>
3636
<description><![CDATA[any valid expression that evaluates to true or false]]></description>
3737
</parameter>
3838

content/api_en/include/implements.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Implements an <i>interface</i> or group of <i>interfaces</i>. Interfaces are use
2020

2121
<syntax></syntax>
2222

23-
<parameter>
24-
<label></label>
25-
<description></description>
26-
</parameter>
2723

2824
<returns></returns>
2925

content/api_en/include/new.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ Creates a "new" object. The keyword <b>new</b> is typically used similarly to th
4545

4646
<syntax></syntax>
4747

48-
<parameter>
49-
<label></label>
50-
</parameter>
5148

5249
<returns></returns>
5350

content/api_en/include/null.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Special value used to signify the target is not a valid data element. In Process
2020

2121
<syntax></syntax>
2222

23-
<parameter>
24-
<label></label>
25-
</parameter>
26-
2723
<returns></returns>
2824

2925
<related></related>

content/api_en/include/public.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ This keyword is an essential part of Java programming and is not usually used wi
2121

2222
<syntax></syntax>
2323

24-
<parameter>
25-
<label></label>
26-
<description></description>
27-
</parameter>
2824

2925
<returns></returns>
3026

0 commit comments

Comments
 (0)