xref: /aosp_15_r20/external/bazel-skylib/docs/directory_doc.md (revision bcb5dc7965af6ee42bf2f21341a2ec00233a8c8a)
1*bcb5dc79SHONG Yifan<!-- Generated with Stardoc: http://skydoc.bazel.build -->
2*bcb5dc79SHONG Yifan
3*bcb5dc79SHONG YifanSkylib module containing rules to create metadata about directories.
4*bcb5dc79SHONG Yifan
5*bcb5dc79SHONG Yifan<a id="directory"></a>
6*bcb5dc79SHONG Yifan
7*bcb5dc79SHONG Yifan## directory
8*bcb5dc79SHONG Yifan
9*bcb5dc79SHONG Yifan<pre>
10*bcb5dc79SHONG Yifandirectory(<a href="#directory-name">name</a>, <a href="#directory-srcs">srcs</a>)
11*bcb5dc79SHONG Yifan</pre>
12*bcb5dc79SHONG Yifan
13*bcb5dc79SHONG Yifan
14*bcb5dc79SHONG Yifan
15*bcb5dc79SHONG Yifan**ATTRIBUTES**
16*bcb5dc79SHONG Yifan
17*bcb5dc79SHONG Yifan
18*bcb5dc79SHONG Yifan| Name  | Description | Type | Mandatory | Default |
19*bcb5dc79SHONG Yifan| :------------- | :------------- | :------------- | :------------- | :------------- |
20*bcb5dc79SHONG Yifan| <a id="directory-name"></a>name |  A unique name for this target.   | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required |  |
21*bcb5dc79SHONG Yifan| <a id="directory-srcs"></a>srcs |  -   | <a href="https://bazel.build/concepts/labels">List of labels</a> | optional |  `[]`  |
22*bcb5dc79SHONG Yifan
23*bcb5dc79SHONG Yifan
24