Skip to content

Commit 2568def

Browse files
committed
Document "Allow noncumulative target attribute overrides"
1 parent c3a83e2 commit 2568def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/advanced/config_system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ Other than this, `target_overrides` works exactly like it does for libraries. Ke
203203

204204
It is an error for the application configuration to override configuration parameters that were not defined.
205205

206-
## Overriding cumulative target attributes
206+
## Overriding target attributes
207207

208-
Target configurations contain a set of cumulative attributes that can be manipulated in the application configuration. These attributes can be overridden as a normal configuration parameter, or manipulated with the special `attribute_add` and `attribute_remove` meta-attributes.
208+
Target configurations contain a set of attributes that can be manipulated in the application configuration. These attributes can be overridden as a normal configuration parameter. If these attributes are cumulative you may also manipulate them with the special `attribute_add` and `attribute_remove` meta-attributes.
209209

210210
Cumulative attributes:
211211

0 commit comments

Comments
 (0)