From 78ad4a402ef3ba176e799e69b2b06dcdc86944b5 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 24 Apr 2019 22:36:57 +0800 Subject: fix some errors for manual --- manual.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'manual.md') 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 -

-Translating ..., help me please! [Edit this page](https://github.com/xmake-io/xmake/blob/master/docs/manual.md) -

- 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: -- cgit v1.2.3