Skip to content

Commit

Permalink
レビュー対応
Browse files Browse the repository at this point in the history
  • Loading branch information
Haruma-K committed Oct 7, 2024
1 parent d3bf392 commit cbab638
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ There are cases where the layout rules are corrupted, such as when the object se
You can check for corrupted layout rules by setting **Project Settings > Smart Addresser > Layout Rule Corruption**.

<p align="center">
<img width="80%" src="Documentation/Images/apply_04.png" alt="Corrupted Rule">
<img width="80%" src="Documentation/Images/apply_04.png" alt="Layout Rule Corruption">
</p>

The items are as follows.
Expand Down
6 changes: 3 additions & 3 deletions README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Layout Rule Editor からは以下の手順で適用することができます
**Project Settings > Smart Addresser > Layout Rule Corruption** を設定することでレイアウトルールの破損をチェックすることができます。

<p align="center">
<img width="80%" src="Documentation/Images/apply_04.png" alt="Corrupted Rule">
<img width="80%" src="Documentation/Images/apply_04.png" alt="Layout Rule Corruption">
</p>

項目の説明は以下の通りです。
Expand Down Expand Up @@ -422,9 +422,9 @@ Layout Rule Editor からは以下の手順で適用することができます
- 実行が成功した場合: 0
- 実行中にエラーが発生した場合: 2

### レイアウトルールの破損をチェックする
### レイアウトルールの破損を検知する

コマンドラインから **Version Expression** を設定するには`SmartAddresser.Editor.Core.Tools.CLI.SmartAddresserCLI.ValidateLayoutRules`を呼びます。
コマンドラインからレイアウトルールの破損を検知するには`SmartAddresser.Editor.Core.Tools.CLI.SmartAddresserCLI.ValidateLayoutRules`を呼びます。

以下はMacでコマンドライン実行を行う例です。

Expand Down

0 comments on commit cbab638

Please sign in to comment.