diff options
| author | ruki <waruqi@gmail.com> | 2019-04-24 22:36:57 +0800 |
|---|---|---|
| committer | ruki <waruqi@gmail.com> | 2019-04-24 09:41:44 +0800 |
| commit | 78ad4a402ef3ba176e799e69b2b06dcdc86944b5 (patch) | |
| tree | 562caa7ad0343fc44ec226c17e19ca626790bbdb | |
| parent | 5c3f60fa721dfd8c94a1cadb45e1afcfe1c643f2 (diff) | |
| download | xmake-docs-78ad4a402ef3ba176e799e69b2b06dcdc86944b5.tar.gz xmake-docs-78ad4a402ef3ba176e799e69b2b06dcdc86944b5.zip | |
fix some errors for manual
| -rw-r--r-- | manual.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -957,10 +957,6 @@ target("test") -- add -DDEBUG ###### End target definition -<p class="warning"> -Translating ..., help me please! [Edit this page](https://github.com/xmake-io/xmake/blob/master/docs/manual.md) -</p> - This is an optional api. If not called, then all settings after `target("xxx")` are made for that target, unless you enter other `target`, `option` or `task` scope. If you want to leave the current @@ -3252,7 +3248,7 @@ After the detection of the dependent small option is completed, the state of the ##### option:before_check -Execute this script before ###### option detection +Execute this script before option detection For example: before testing, find the package by [find_package](#detect-find_package), and add information such as `links`, `includedirs` and `linkdirs` to the option. Then start the option detection, and then automatically link to the target after passing. @@ -3286,7 +3282,7 @@ If the option that test depends on passes, disable the test option. ##### option:after_check -Execute this script after ###### option detection +Execute this script after option detection After the option detection is complete, execute this script for some post-processing, or you can re-disable the option at this time: |
