Skip to content

Commit 30b46c8

Browse files
committed
Strip unnecessary <br/>
1 parent 541850b commit 30b46c8

15 files changed

+72
-76
lines changed

docs/general/application.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,9 @@ app.newProject();
626626
### app.open()
627627

628628
`app.open()`
629-
<br/>
629+
630630
`app.open(file)`
631-
<br/>
631+
632632

633633
#### Description
634634

@@ -661,7 +661,6 @@ if (my_file.exists) {
661661
### app.openFast()
662662

663663
`app.openFast(file)`
664-
<br/>
665664

666665
!!! warning
667666
This method/property is officially undocumented and was found via research. The information here may be inaccurate, and this whole method/property may disappear or stop working some point. Please contribute if you have more information on it!

docs/item/compitem.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# CompItem object
22

33
`app.project.item(index)`
4-
<br/>
4+
55
`app.project.items[index]`
6-
<br/>
6+
77

88
#### Description
99

@@ -601,11 +601,11 @@ String; read-only.
601601
### CompItem.layer()
602602

603603
`app.project.item(index).layer(index)`
604-
<br/>
604+
605605
`app.project.item(index).layer(otherLayer, relIndex)`
606-
<br/>
606+
607607
`app.project.item(index).layer(name)`
608-
<br/>
608+
609609

610610
#### Description
611611

docs/item/item.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Item object
22

33
`app.project.item(index)`
4-
<br/>
4+
55
`app.project.items[index]`
6-
<br/>
6+
77

88
#### Description
99

docs/other/importoptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ImportOptions object
22

33
`new ImportOptions();`
4-
<br/>
4+
55
`new ImportOptions(file);`
6-
<br/>
6+
77

88
#### Description
99

docs/property/property.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,9 +1053,9 @@ Floating-point value.
10531053
### Property.keyValue()
10541054

10551055
`app.project.item(index).layer(index).propertySpec.keyValue(keyIndex)`
1056-
<br/>
1056+
10571057
`app.project.item(index).layer(index).propertySpec.keyValue(markerComment)`
1058-
<br/>
1058+
10591059

10601060
#### Description
10611061

docs/property/propertybase.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ alert(effect2.name); // invalid reference because group index positions have cha
5454
### PropertyBase.active
5555

5656
`app.project.item(index).layer(index).active`
57-
<br/>
57+
5858
`app.project.item(index).layer(index).propertySpec.active`
59-
<br/>
59+
6060

6161
#### Description
6262

@@ -111,9 +111,9 @@ Boolean; read-only.
111111
### PropertyBase.enabled
112112

113113
`app.project.item(index).layer(index).enabled`
114-
<br/>
114+
115115
`app.project.item(index).layer(index).propertySpec.enabled`
116-
<br/>
116+
117117

118118
#### Description
119119

@@ -186,9 +186,9 @@ String; read-only.
186186
### PropertyBase.name
187187

188188
`app.project.item(index).layer(index).name`
189-
<br/>
189+
190190
`app.project.item(index).layer(index).propertySpec.name`
191-
<br/>
191+
192192

193193
#### Description
194194

docs/property/propertygroup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ Boolean.
123123
### PropertyGroup.property()
124124

125125
`app.project.item(index).layer(index).propertyGroupSpec.property(index)`
126-
<br/>
126+
127127
`app.project.item(index).layer(index).propertyGroupSpec.property(name)`
128-
<br/>
128+
129129

130130
#### Description
131131

docs/sources/filesource.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# FileSource object
22

33
`app.project.item(index).mainSource`
4-
<br/>
4+
55
`app.project.item(index).proxySource`
6-
<br/>
6+
77

88
#### Description
99

@@ -19,9 +19,9 @@ The FileSource object describes footage that comes from a file.
1919
### FileSource.file
2020

2121
`app.project.item(index).mainSource.file`
22-
<br/>
22+
2323
`app.project.item(index).proxySource.file`
24-
<br/>
24+
2525

2626
#### Description
2727

@@ -39,9 +39,9 @@ The [Extendscript File](https://extendscript.docsforadobe.dev/file-system-access
3939
### FileSource.missingFootagePath
4040

4141
`app.project.item(index).mainSource.missingFootagePath`
42-
<br/>
42+
4343
`app.project.item(index).proxySource.missingFootagePath`
44-
<br/>
44+
4545

4646
#### Description
4747

docs/sources/footagesource.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# FootageSource object
22

33
`app.project.item(index).mainSource`
4-
<br/>
4+
55
`app.project.item(index).proxySource`
6-
<br/>
6+
77

88
#### Description
99

@@ -19,9 +19,9 @@ The FootageSource object holds information describing the source of some footage
1919
### FootageSource.alphaMode
2020

2121
`app.project.item(index).mainSource.alphaMode`
22-
<br/>
22+
2323
`app.project.item(index).proxySource.alphaMode`
24-
<br/>
24+
2525

2626
#### Description
2727

@@ -40,9 +40,9 @@ An Alpha Mode enumerated value; (read/write). One of:
4040
### FootageSource.conformFrameRate
4141

4242
`app.project.item(index).mainSource.conformFrameRate`
43-
<br/>
43+
4444
`app.project.item(index).proxySource.conformFrameRate`
45-
<br/>
45+
4646

4747
#### Description
4848

@@ -57,9 +57,9 @@ Floating-point value, in the range `[0.0..99.0]`; read/write.
5757
### FootageSource.displayFrameRate
5858

5959
`app.project.item(index).mainSource.displayFrameRate`
60-
<br/>
60+
6161
`app.project.item(index).proxySource.displayFrameRate`
62-
<br/>
62+
6363

6464
#### Description
6565

@@ -74,9 +74,9 @@ Floating-point value, in the range `[0.0..99.0]`; read-only.
7474
### FootageSource.fieldSeparationType
7575

7676
`app.project.item(index).mainSource.fieldSeparationType`
77-
<br/>
77+
7878
`app.project.item(index).proxySource.fieldSeparationType`
79-
<br/>
79+
8080

8181
#### Description
8282

@@ -95,9 +95,9 @@ A `FieldSeparationType` enumerated value; read/write. One of:
9595
### FootageSource.hasAlpha
9696

9797
`app.project.item(index).mainSource.hasAlpha`
98-
<br/>
98+
9999
`app.project.item(index).proxySource.hasAlpha`
100-
<br/>
100+
101101

102102
#### Description
103103

@@ -112,9 +112,9 @@ Boolean; read-only.
112112
### FootageSource.highQualityFieldSeparation
113113

114114
`app.project.item(index).mainSource.highQualityFieldSeparation`
115-
<br/>
115+
116116
`app.project.item(index).proxySource.highQualityFieldSeparation`
117-
<br/>
117+
118118

119119
#### Description
120120

@@ -129,9 +129,9 @@ Boolean; read/write.
129129
### FootageSource.invertAlpha
130130

131131
`app.project.item(index).mainSource.invertAlpha`
132-
<br/>
132+
133133
`app.project.item(index).proxySource.invertAlpha`
134-
<br/>
134+
135135

136136
#### Description
137137

@@ -146,9 +146,9 @@ Boolean; read/write.
146146
### FootageSource.isStill
147147

148148
`app.project.item(index).mainSource.isStill`
149-
<br/>
149+
150150
`app.project.item(index).proxySource.isStill`
151-
<br/>
151+
152152

153153
#### Description
154154

@@ -163,9 +163,9 @@ Boolean; read-only.
163163
### FootageSource.loop
164164

165165
`app.project.item(index).mainSource.loop`
166-
<br/>
166+
167167
`app.project.item(index).proxySource.loop`
168-
<br/>
168+
169169

170170
#### Description
171171

@@ -180,9 +180,9 @@ Integer, in the range `[1..9999]`; default is 1; read/write.
180180
### FootageSource.nativeFrameRate
181181

182182
`app.project.item(index).mainSource.nativeFrameRate`
183-
<br/>
183+
184184
`app.project.item(index).proxySource.nativeFrameRate`
185-
<br/>
185+
186186

187187
#### Description
188188

@@ -197,9 +197,9 @@ Floating-point value; read-only.
197197
### FootageSource.premulColor
198198

199199
`app.project.item(index).mainSource.premulColor`
200-
<br/>
200+
201201
`app.project.item(index).proxySource.premulColor`
202-
<br/>
202+
203203

204204
#### Description
205205

@@ -214,9 +214,9 @@ Array of three floating-point values, `[R, G, B]`, in the range `[0.0..1.0]`; re
214214
### FootageSource.removePulldown
215215

216216
`app.project.item(index).mainSource.removePulldown`
217-
<br/>
217+
218218
`app.project.item(index).proxySource.removePulldown`
219-
<br/>
219+
220220

221221
#### Description
222222

@@ -245,9 +245,9 @@ A `PulldownPhase` enumerated value; read/write. One of:
245245
### FootageSource.guessAlphaMode()
246246

247247
`app.project.item(index).mainSource.guessAlphaMode()`
248-
<br/>
248+
249249
`app.project.item(index).proxySource.guessAlphaMode()`
250-
<br/>
250+
251251

252252
#### Description
253253

@@ -266,9 +266,9 @@ Nothing.
266266
### FootageSource.guessPulldown()
267267

268268
`app.project.item(index).mainSource.guessPulldown(method)`
269-
<br/>
269+
270270
`app.project.item(index).proxySource.guessPulldown(method)`
271-
<br/>
271+
272272

273273
#### Description
274274

docs/sources/placeholdersource.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PlaceholderSource object
22

33
`app.project.item(index).mainSource`
4-
<br/>
4+
55
`app.project.item(index).proxySource`
6-
<br/>
6+
77

88
#### Description
99

0 commit comments

Comments
 (0)