diff options
| author | ruki <waruqi@gmail.com> | 2019-06-23 10:21:53 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-06-23 10:21:53 +0800 |
| commit | 2971f432b0da0d787507ed098d5bbfd417d6f949 (patch) | |
| tree | bb8fe6136941f18c88e4ac054510a0974eca6639 /manual/custom_rule.md | |
| parent | 151abcd668b6eb129acb0bc028e0bef3ed87bd35 (diff) | |
| download | xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.tar.gz xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.zip | |
fix tip and warn
Diffstat (limited to 'manual/custom_rule.md')
| -rw-r--r-- | manual/custom_rule.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/custom_rule.md b/manual/custom_rule.md index 8da399f5..a981177a 100644 --- a/manual/custom_rule.md +++ b/manual/custom_rule.md @@ -32,7 +32,7 @@ target("test") A target can be superimposed to apply multiple rules to more customize its own build behavior, and even support different build environments. -<p class="tips"> +<p class="tip"> Rules specified by `add_files("*.md", {rule = "markdown"})`, with a higher priority than the rule set by `add_rules("markdown")`. </p> |
