1<!-- Generated with Stardoc: http://skydoc.bazel.build --> 2 3Skylib module containing rules to create metadata about subdirectories. 4 5<a id="subdirectory"></a> 6 7## subdirectory 8 9<pre> 10subdirectory(<a href="#subdirectory-name">name</a>, <a href="#subdirectory-parent">parent</a>, <a href="#subdirectory-path">path</a>) 11</pre> 12 13 14 15**ATTRIBUTES** 16 17 18| Name | Description | Type | Mandatory | Default | 19| :------------- | :------------- | :------------- | :------------- | :------------- | 20| <a id="subdirectory-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | | 21| <a id="subdirectory-parent"></a>parent | A label corresponding to the parent directory (or subdirectory). | <a href="https://bazel.build/concepts/labels">Label</a> | required | | 22| <a id="subdirectory-path"></a>path | A path within the parent directory (eg. "path/to/subdir") | String | required | | 23 24 25