-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate setup.md from sources (#619)
This is the last doc that should be generated from sources, but wasn't, from what I can tell.
- Loading branch information
Showing
4 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
<!-- Generated with Stardoc, Do Not Edit! --> | ||
# Workspace Setup | ||
<a id="#swift_rules_dependencies"></a> | ||
|
||
|
||
<a href="swift_rules_dependencies"></a> | ||
## swift_rules_dependencies | ||
|
||
<pre style="white-space: pre-wrap"> | ||
<pre> | ||
swift_rules_dependencies() | ||
</pre> | ||
|
||
Fetches repositories that are dependencies of the `rules_swift` workspace. | ||
Fetches repositories that are dependencies of `rules_swift`. | ||
|
||
Users should call this macro in their `WORKSPACE` to ensure that all of the | ||
dependencies of the Swift rules are downloaded and that they are isolated from | ||
changes to those dependencies. | ||
dependencies of the Swift rules are downloaded and that they are isolated | ||
from changes to those dependencies. | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters