Skip to content

Commit 2f50899

Browse files
authored
revert manual Update common_settings_doc.md
1 parent 3beabf1 commit 2f50899

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

docs/common_settings_doc.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ A bool-typed build setting that can be set on the command line
2424
| Name | Description | Type | Mandatory | Default |
2525
| :------------- | :------------- | :------------- | :------------- | :------------- |
2626
| <a id="bool_flag-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
27-
| <a id="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
2827

2928

3029
<a id="bool_setting"></a>
@@ -43,7 +42,6 @@ A bool-typed build setting that cannot be set on the command line
4342
| Name | Description | Type | Mandatory | Default |
4443
| :------------- | :------------- | :------------- | :------------- | :------------- |
4544
| <a id="bool_setting-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
46-
| <a id="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
4745

4846

4947
<a id="int_flag"></a>
@@ -63,7 +61,6 @@ An int-typed build setting that can be set on the command line
6361
| :------------- | :------------- | :------------- | :------------- | :------------- |
6462
| <a id="int_flag-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
6563
| <a id="int_flag-make_variable"></a>make_variable | If set, the build setting's value will be available as a Make variable with this name in the attributes of rules that list this build setting in their 'toolchains' attribute. | String | optional | `""` |
66-
| <a id="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
6764

6865

6966
<a id="int_setting"></a>
@@ -83,7 +80,6 @@ An int-typed build setting that cannot be set on the command line
8380
| :------------- | :------------- | :------------- | :------------- | :------------- |
8481
| <a id="int_setting-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
8582
| <a id="int_setting-make_variable"></a>make_variable | If set, the build setting's value will be available as a Make variable with this name in the attributes of rules that list this build setting in their 'toolchains' attribute. | String | optional | `""` |
86-
| <a id="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
8783

8884

8985
<a id="string_flag"></a>
@@ -104,7 +100,6 @@ A string-typed build setting that can be set on the command line
104100
| <a id="string_flag-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
105101
| <a id="string_flag-make_variable"></a>make_variable | If set, the build setting's value will be available as a Make variable with this name in the attributes of rules that list this build setting in their 'toolchains' attribute. | String | optional | `""` |
106102
| <a id="string_flag-values"></a>values | The list of allowed values for this setting. An error is raised if any other value is given. | List of strings | optional | `[]` |
107-
| <a id="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
108103

109104

110105
<a id="string_list_flag"></a>
@@ -123,7 +118,6 @@ A string list-typed build setting that can be set on the command line
123118
| Name | Description | Type | Mandatory | Default |
124119
| :------------- | :------------- | :------------- | :------------- | :------------- |
125120
| <a id="string_list_flag-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
126-
| <a id="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
127121

128122

129123
<a id="string_list_setting"></a>
@@ -142,7 +136,6 @@ A string list-typed build setting that cannot be set on the command line
142136
| Name | Description | Type | Mandatory | Default |
143137
| :------------- | :------------- | :------------- | :------------- | :------------- |
144138
| <a id="string_list_setting-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
145-
| <a id="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
146139

147140

148141
<a id="string_setting"></a>
@@ -163,7 +156,6 @@ A string-typed build setting that cannot be set on the command line
163156
| <a id="string_setting-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
164157
| <a id="string_setting-make_variable"></a>make_variable | If set, the build setting's value will be available as a Make variable with this name in the attributes of rules that list this build setting in their 'toolchains' attribute. | String | optional | `""` |
165158
| <a id="string_setting-values"></a>values | The list of allowed values for this setting. An error is raised if any other value is given. | List of strings | optional | `[]` |
166-
| <a id="scope"></a>scope | The scope indicates where a flag can propagate to | String | optional | universal |
167159

168160

169161
<a id="BuildSettingInfo"></a>

0 commit comments

Comments
 (0)