You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to be able to associate class docs with Maven artifact coordinates as shown here at "belongs to Maven artifact".
For context -- the AndroidX project recently migrated to Dokka to generate docs. We previously used Doclava, which had a command-line argument for associating API surface with Maven coordinates. We were also using Doclava to generate a file representing the library's API surface, which meant it was a simple String -> API file mapping. Associating a library version with an API (for the "added in version" text seen here) worked similarly.
The text was updated successfully, but these errors were encountered:
We'd like to be able to associate class docs with Maven artifact coordinates as shown here at "belongs to Maven artifact".
For context -- the AndroidX project recently migrated to Dokka to generate docs. We previously used Doclava, which had a command-line argument for associating API surface with Maven coordinates. We were also using Doclava to generate a file representing the library's API surface, which meant it was a simple String -> API file mapping. Associating a library version with an API (for the "added in version" text seen here) worked similarly.
The text was updated successfully, but these errors were encountered: