android / android/android-test
Emit maven artifact names in class documentation
Open
- Dominant language
- Java
- Stars
- 1.2k
- Forks
- 342
- Avg merge
- 11h 29m
- Merged PRs (30d)
- 2
Description
Some of the legacy APIs (like androidx.test.filters.SmallTest) do not cleanly map to their maven artifact name (which in this case is androidx.test:runner)
Doclava has support for emitting Maven coordinates into the class documentation, via the -artifact args.
Add this support to androidx.test reference doc generation.
Contributor guide
Assessment
This issue has not been assessed yet.