Skip to content

Commit 0909426

Browse files
committed
fix title
1 parent bc548fb commit 0909426

19 files changed

+19
-17
lines changed

docs/api/description/builtin-policies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Build policies
1+
# Build Policies
22

33
Xmake has many default behaviors, such as: automatic detection and mapping of flags, cross-target parallel construction, etc. Although it provides a certain amount of intelligent processing, it is difficult to adjust and may not meet all users' habits and needs.
44

docs/api/description/builtin-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# Builtin rules
2+
# Builtin Rules
33

44
sinceAfter the 2.2.1 release, xmake provides some built-in rules to simplify the daily xmake.lua description and support for some common build environments.
55

docs/api/description/builtin-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Builtin variables
1+
# Builtin Variables
22

33
Xmake provides the syntax of `$(varname)` to support the acquisition of built-in variables, for example:
44

docs/api/description/configuration-option.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration option
1+
# Configuration Option
22

33
Define and set option switches. Each `option` corresponds to an option that can be used to customize the build configuration options and switch settings.
44

docs/api/description/custom-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Custom rule
1+
# Custom Rule
22

33
After the 2.2.1 release, xmake not only natively supports the construction of multi-language files, but also allows users to implement complex unknown file builds by custom building rules.
44

docs/api/description/custom-toolchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Custom toolchain
1+
# Custom Toolchain
22

33
After version 2.3.4, xmake has supported custom toolchain in user's project xmake.lua, for example:
44

docs/api/description/global-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Global interfaces
1+
# Global Interfaces
22

33
The global interface affects the whole project description scope and all sub-project files.
44

docs/api/description/helper-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Helper interfaces
1+
# Helper Interfaces
22

33
In addition, the version of this interface after 2.2.5 provides some built-in helper functions, which can be imported directly using includes. See the specific built-in functions: [Helper functions](https://github.com/xmake- io/xmake/tree/master/xmake/includes)
44

docs/api/description/package-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Package dependencies
1+
# Package Dependencies
22

33
## package
44

docs/api/description/project-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Project target
1+
# Project Targets
22

33
We can use `target("test")` to define a project target named "test", each target generates an executable program, a static library, or a dynamic library.
44

0 commit comments

Comments
 (0)