| commit | e6863e2336f3aacac8181394f5edd92cac9471a9 | [log] [tgz] |
|---|---|---|
| author | vladmos <vladmos@google.com> | Thu Dec 14 12:29:08 2017 -0500 |
| committer | John Cater <jcater@google.com> | Thu Dec 14 12:38:48 2017 -0500 |
| tree | 4e7a18482bf5d0bf4c2dc86c65737a604fb3bd73 | |
| parent | 81a4948b88986359293c78d789dcbdd714caeab1 [diff] |
Fix the generic class information in the documentation
If a parameter is defined like the following, the information about the items type defined for the param itself (not for each container type) should be included in the documentation:
@Param(
// ...
allowedTypes = {
@ParamType(type = Container1.class),
@ParamType(type = Container2.class),
},
generic1 = Item.class,
)
PiperOrigin-RevId: 179053750
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.