Skip to content

Commit f87ad3d

Browse files
committed
Fix bad lists in tables
1 parent f5fcb89 commit f87ad3d

File tree

8 files changed

+97
-95
lines changed

8 files changed

+97
-95
lines changed

docs/general/application.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -722,14 +722,14 @@ Loads color swatch data from an Adobe Swatch Exchange (ASE) file.
722722

723723
The swatch data, in this format:
724724

725-
| Property | Description |
726-
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
727-
| `data.majorVersion`<br/>`data.minorVersion` | The ASE version number. |
728-
| `data.values` | An array of Swatch Value. |
729-
| `SwatchValue.type` | One of "RGB", "CMYK", "LAB", "Gray" |
730-
| `SwatchValue.r`<br/>`SwatchValue.g`<br/>`SwatchValue.b` | When `type = "RGB"`, the color values in the range `[0.0..1.0]`.<br/>`[0, 0, 0]` is Black. |
731-
| `SwatchValue.c`<br/>`SwatchValue.m`<br/>`SwatchValue.y`<br/>`SwatchValue.k` | When `type` = "CMYK", the color values in the range `[0.0..1.0]`.<br/>`[0, 0, 0, 0]` is White. |
732-
| `SwatchValue.L`<br/>`SwatchValue.a`<br/>`SwatchValue.b`<br/>`SwatchValue.value` | When `type = "LAB"`, the color values.<br/>`L` is in the range `[0.0..1.0]`.<br/>`a` and `b`are in the range `[-128.0..+128.0]`.<br/>`[0, 0, 0]` is Black.<br/>When `type = "Gray"`, the `value` range is `[0.0..1.0]`.<br/>`0.0` is Black. |
725+
| Property | Description |
726+
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
727+
| `data.majorVersion`<br/>`data.minorVersion` | The ASE version number. |
728+
| `data.values` | An array of Swatch Value. |
729+
| `SwatchValue.type` | One of "RGB", "CMYK", "LAB", "Gray" |
730+
| `SwatchValue.r`<br/>`SwatchValue.g`<br/>`SwatchValue.b` | When `type = "RGB"`, the color values in the range `[0.0..1.0]`.<br/><br/>`[0, 0, 0]` is Black. |
731+
| `SwatchValue.c`<br/>`SwatchValue.m`<br/>`SwatchValue.y`<br/>`SwatchValue.k` | When `type` = "CMYK", the color values in the range `[0.0..1.0]`.<br/>`[0, 0, 0, 0]` is White. |
732+
| `SwatchValue.L`<br/>`SwatchValue.a`<br/>`SwatchValue.b`<br/>`SwatchValue.value` | When `type = "LAB"`, the color values.<br/>`L` is in the range `[0.0..1.0]`.<br/>`a` and `b`are in the range `[-128.0..+128.0]`.<br/>`[0, 0, 0]` is Black.<br/><br/>When `type = "Gray"`, the `value` range is `[0.0..1.0]`.<br/>`0.0` is Black. |
733733

734734
---
735735

@@ -772,9 +772,9 @@ Purges unused data of the specified types. Replicates the Purge options in the E
772772

773773
#### Parameters
774774

775-
| Parameter | Type | Description |
776-
| --------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
777-
| `target` | `PurgeTarget` enum | The type of elements to purge from memory. One of:<br/>- `PurgeTarget.ALL_CACHES`: Purges all data that After Effects has cached to both RAM and disk cache.<br/>- `PurgeTarget.ALL_MEMORY_CACHES`: Purges all data that After Effects has cached to RAM. *(new in 24.3)*<br/>- `PurgeTarget.UNDO_CACHES`: Purges all data saved in the undo cache.<br/>- `PurgeTarget.SNAPSHOT_CACHES`: Purges all data cached as composition/layer snapshots.<br/>- `PurgeTarget.IMAGE_CACHES`: Purges all saved image data. |
775+
| Parameter | Type | Description |
776+
| --------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
777+
| `target` | `PurgeTarget` enum | The type of elements to purge from memory. One of:<ul><li>`PurgeTarget.ALL_CACHES`: Purges all data that After Effects has cached to both RAM and disk cache.</li><li>`PurgeTarget.ALL_MEMORY_CACHES`: Purges all data that After Effects has cached to RAM. *(new in 24.3)*</li><li>`PurgeTarget.UNDO_CACHES`: Purges all data saved in the undo cache.</li><li>`PurgeTarget.SNAPSHOT_CACHES`: Purges all data cached as composition/layer snapshots.</li><li>`PurgeTarget.IMAGE_CACHES`: Purges all saved image data.</li></ul> |
778778

779779
#### Returns
780780

docs/general/project.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -657,9 +657,9 @@ Closes the project with the option of saving changes automatically, prompting th
657657

658658
#### Parameters
659659

660-
| Parameter | Type | Description |
661-
| -------------- | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
662-
| `closeOptions` | `CloseOptions` enum | Action to be performed on close. One of:<br/>- `CloseOptions.DO_NOT_SAVE_CHANGES`: Close without saving.<br/>- `CloseOptions.PROMPT_TO_SAVE_CHANGES`: Prompt for whether to save changes before close.<br/>- `CloseOptions.SAVE_CHANGES`: Save automatically on close. |
660+
| Parameter | Type | Description |
661+
| -------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
662+
| `closeOptions` | `CloseOptions` enum | Action to be performed on close. One of:<ul><li>`CloseOptions.DO_NOT_SAVE_CHANGES`: Close without saving.</li><li>`CloseOptions.PROMPT_TO_SAVE_CHANGES`: Prompt for whether to save changes before close.</li><li>`CloseOptions.SAVE_CHANGES`: Save automatically on close.</li></ul> |
663663

664664

665665
#### Returns
@@ -858,8 +858,8 @@ Removes all items from the project except those specified. Same as the File > Re
858858
859859
#### Parameters
860860
861-
| Parameter | Type | Description |
862-
| ---------------- | ----------------------------------------- | --------------------- |
861+
| Parameter | Type | Description |
862+
| ---------------- | ---------------------------------------- | --------------------- |
863863
| `array_of_items` | Array of [Item objects](../item/item.md) | The items to be kept. |
864864
865865
#### Returns
@@ -1314,9 +1314,9 @@ Resolves a conflict between the open team project and the version on the team pr
13141314
13151315
#### Parameters
13161316
1317-
| Parameter | Type | Description |
1318-
| ------------- | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1319-
| `ResolveType` | `ResolveType` enum | The type of conflict resolution to use. One of:<br/>- `ResolveType.ACCEPT_THEIRS`: Take the shared version. The shared version replaces your version.<br/>- `ResolveType.ACCEPT_YOURS`: Keep your version of the project. The shared version is not taken.<br/>- `ResolveType.ACCEPT_THEIRS_AND_COPY`: Copy and rename your version, then take the shared version. The shared version replaces your original version. |
1317+
| Parameter | Type | Description |
1318+
| ------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1319+
| `ResolveType` | `ResolveType` enum | The type of conflict resolution to use. One of:<ul><li>`ResolveType.ACCEPT_THEIRS`: Take the shared version. The shared version replaces your version.</li><li>`ResolveType.ACCEPT_YOURS`: Keep your version of the project. The shared version is not taken.</li><li>`ResolveType.ACCEPT_THEIRS_AND_COPY`: Copy and rename your version, then take the shared version. The shared version replaces your original version.</li></ul> |
13201320
13211321
13221322
#### Returns

docs/layer/layer.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -446,9 +446,9 @@ Just as in the UI, `doSceneEditDetection` will fail and error if called on a non
446446

447447
#### Parameters
448448

449-
| Parameter | Type | Description |
450-
| -------------- | ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
451-
| `applyOptions` | `SceneEditDetectionMode` enum | How the detected edits will be applied. One of:<br/>- `SceneEditDetectionMode.MARKERS`: Create markers at edit points.<br/>- `SceneEditDetectionMode.SPLIT`: Split layer.<br/>- `SceneEditDetectionMode.SPLIT_PRECOMP`: Split layer at edit points and pre-compose each one.<br/>- `SceneEditDetectionMode.NONE`: Detected edits are not applied to the layer. |
449+
| Parameter | Type | Description |
450+
| -------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
451+
| `applyOptions` | `SceneEditDetectionMode` enum | How the detected edits will be applied. One of:<ul><li>`SceneEditDetectionMode.MARKERS`: Create markers at edit points.</li><li>`SceneEditDetectionMode.SPLIT`: Split layer.</li><li>`SceneEditDetectionMode.SPLIT_PRECOMP`: Split layer at edit points and pre-compose each one.</li><li>`SceneEditDetectionMode.NONE`: Detected edits are not applied to the layer.</li></ul> |
452452

453453
#### Returns
454454

docs/other/importoptions.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ Reports whether the file can be imported as the source of a particular object ty
156156

157157
#### Parameters
158158

159-
| Parameter | Type | Description |
160-
| --------- | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
161-
| `type` | `ImportAsType` enum. | The type of file that can be imported. One of:<br/>- `ImportAsType.COMP`<br/>- `ImportAsType.FOOTAGE`<br/>- `ImportAsType.COMP_CROPPED_LAYERS`<br/>- `ImportAsType.PROJECT` |
159+
| Parameter | Type | Description |
160+
| --------- | -------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
161+
| `type` | `ImportAsType` enum. | The type of file that can be imported. One of:<ul><li>`ImportAsType.COMP`</li><li>`ImportAsType.FOOTAGE`</li><li>`ImportAsType.COMP_CROPPED_LAYERS`</li><li>`ImportAsType.PROJECT`</li></ul> |
162162

163163
#### Returns
164164

0 commit comments

Comments
 (0)