aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-04-24 22:36:57 +0800
committerruki <waruqi@gmail.com>2019-04-24 09:41:44 +0800
commit78ad4a402ef3ba176e799e69b2b06dcdc86944b5 (patch)
tree562caa7ad0343fc44ec226c17e19ca626790bbdb
parent5c3f60fa721dfd8c94a1cadb45e1afcfe1c643f2 (diff)
downloadxmake-docs-78ad4a402ef3ba176e799e69b2b06dcdc86944b5.tar.gz
xmake-docs-78ad4a402ef3ba176e799e69b2b06dcdc86944b5.zip
fix some errors for manual
-rw-r--r--manual.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/manual.md b/manual.md
index f840f9db..7246f1f4 100644
--- a/manual.md
+++ b/manual.md
@@ -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: