Skip to content

Commit

Permalink
Regenerate documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hlopko committed Jul 22, 2021
1 parent e41b87e commit 2d08e9f
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/flatten.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,44 @@ Environment Variables:
| <a id="crate_universe-version"></a>version | The version of cargo the resolver should use | String | optional | "1.53.0" |


<a id="#fail_when_enabled"></a>

## fail_when_enabled

<pre>
fail_when_enabled(<a href="#fail_when_enabled-name">name</a>, <a href="#fail_when_enabled-flag">flag</a>)
</pre>

A rule that will fail analysis when a flag is enabled.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="fail_when_enabled-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
| <a id="fail_when_enabled-flag"></a>flag | The incompatible flag to check | String | required | |


<a id="#incompatible_flag"></a>

## incompatible_flag

<pre>
incompatible_flag(<a href="#incompatible_flag-name">name</a>, <a href="#incompatible_flag-issue">issue</a>)
</pre>

A rule defining an incompatible flag.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="incompatible_flag-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
| <a id="incompatible_flag-issue"></a>issue | The link to the github issue associated with this flag | String | required | |


<a id="#rust_analyzer"></a>

## rust_analyzer
Expand Down
38 changes: 38 additions & 0 deletions docs/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,41 @@
* [incompatible_flag](#incompatible_flag)
* [fail_when_enabled](#fail_when_enabled)

<a id="#fail_when_enabled"></a>

## fail_when_enabled

<pre>
fail_when_enabled(<a href="#fail_when_enabled-name">name</a>, <a href="#fail_when_enabled-flag">flag</a>)
</pre>

A rule that will fail analysis when a flag is enabled.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="fail_when_enabled-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
| <a id="fail_when_enabled-flag"></a>flag | The incompatible flag to check | String | required | |


<a id="#incompatible_flag"></a>

## incompatible_flag

<pre>
incompatible_flag(<a href="#incompatible_flag-name">name</a>, <a href="#incompatible_flag-issue">issue</a>)
</pre>

A rule defining an incompatible flag.

**ATTRIBUTES**


| Name | Description | Type | Mandatory | Default |
| :------------- | :------------- | :------------- | :------------- | :------------- |
| <a id="incompatible_flag-name"></a>name | A unique name for this target. | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required | |
| <a id="incompatible_flag-issue"></a>issue | The link to the github issue associated with this flag | String | required | |


0 comments on commit 2d08e9f

Please sign in to comment.