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/global_interfaces.md | |
| parent | 151abcd668b6eb129acb0bc028e0bef3ed87bd35 (diff) | |
| download | xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.tar.gz xmake-docs-2971f432b0da0d787507ed098d5bbfd417d6f949.zip | |
fix tip and warn
Diffstat (limited to 'manual/global_interfaces.md')
| -rw-r--r-- | manual/global_interfaces.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/global_interfaces.md b/manual/global_interfaces.md index 11b4ddb8..94f7c427 100644 --- a/manual/global_interfaces.md +++ b/manual/global_interfaces.md @@ -112,7 +112,7 @@ set_xmakever("2.1.0") #### Add sub-project directories -<p class="tips"> +<p class="tip"> For xmake 2.x and above, try to use the [includes](#includes) interface, which is a generic version of add_subdirs and add_subfiles, and supports some built-in extensions. </p> @@ -150,7 +150,7 @@ $ xmake build tbox #### Add sub-project files -<p class="tips"> +<p class="tip"> For xmake 2.x and above, try to use the [includes](#includes) interface, which is a generic version of add_subdirs and add_subfiles, and supports some built-in extensions. </p> |
