aboutsummaryrefslogtreecommitdiff
path: root/test/testdata/repo_rules_test/golden.md
blob: b40071fde4b5bbc595cfd992b9dba1ec3e82790d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- Generated with Stardoc: http://skydoc.bazel.build -->

<a name="#my_repo"></a>

## my_repo

<pre>
my_repo(<a href="#my_repo-name">name</a>, <a href="#my_repo-useless">useless</a>)
</pre>

Minimal example of a repository rule.

**ATTRIBUTES**


| Name  | Description | Type | Mandatory | Default |
| :-------------: | :-------------: | :-------------: | :-------------: | :-------------: |
| name |  A unique name for this repository.   | <a href="https://bazel.build/docs/build-ref.html#name">Name</a> | required |  |
| useless |  This argument will be ingored. You don't have to specify it, but you may.   | String | optional | "ignoreme" |