diff options
| author | ruki <waruqi@gmail.com> | 2019-06-11 00:28:58 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-11 00:28:58 +0800 |
| commit | fd2f63e24f2a272fa246c65b3eb697d086096f9f (patch) | |
| tree | 374297eda1696ea68721b535447b5a7d863b1675 | |
| parent | fe20f4db17fa6b350eee237d476d7635ee1a4e69 (diff) | |
| parent | 1f771fdeec0580dab8bb3f521187050177dbc0db (diff) | |
| download | xmake-docs-fd2f63e24f2a272fa246c65b3eb697d086096f9f.tar.gz xmake-docs-fd2f63e24f2a272fa246c65b3eb697d086096f9f.zip | |
Merge pull request #8 from KubaO/patch-1
Indicate plural form of the noun
| -rw-r--r-- | manual.md | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -10,17 +10,17 @@ The interface is named according to some of the predefined specifications, which It's according to the following rules: -| Interfaces | Description | -| --------------------- | ----------------------------------------------------------------- | -| `is_`/`has_` + xxx | Condition interfaces | -| `set_` + xxx | Set and override the previous settings | -| `add_` + xxx | Set and append settings | -| `s` + xxx | Support multi-parameters, .e.g:`add_files("*.c", "test.cpp")` | -| `on_` + xxx | Set and override builtin script | -| `before_` + xxx | Set and run this script before running builtin-script | -| `after_` + xxx | Set and run this script after running builtin-script | -| `scope("name")` | Define a description scope, .e.g `target("xxx")`, `option("xxx")` | -| scope/settings | Indentation with spaces | +| Interfaces | Description | +| --------------------- | ---------------------------------------------------------------- | +| `is_`/`has_` + xxx | Condition interfaces | +| `set_` + xxx | Set and override the previous settings | +| `add_` + xxx | Set and append settings | +| `…s` + xxx *(plural)* | Support multi-parameters, .e.g:`add_files("*.c", "test.cpp")` | +| `on_` + xxx | Set and override builtin script | +| `before_` + xxx | Set and run this script before running builtin-script | +| `after_` + xxx | Set and run this script after running builtin-script | +| `scope("name")` | Define a description scope, .e.g `target("xxx")`, `option("xxx")`| +| scope/settings | Indentation with spaces | ## Documentation |
