Skip to content
#

aws-sdk

Here are 559 public repositories matching this topic...

jamesonwilliams
jamesonwilliams commented Sep 16, 2020

After the change to use Gradle Maven publishing plugin (as of 2.18.0), JavaDocs are no longer being published.

This situation is also true of the Amplify Android project, which uses a very similar publishing script.

aws-amplify/amplify-android#651

This is not true of the AppSync SDK, though.

https://repo1.maven.org/maven2/com/amazonaws/aws-android-sdk-ap

adam-fowler
adam-fowler commented Jun 19, 2020

Currently it just strips out all the html tags and outputs that. Which means for some API documentation it just creates super long lines of text, which Xcode turns into a wall of text which is unreadable.

  • break text based on <p>,<h*> tags
  • add bullet points for <li> tags
  • Remove href and only show body for <a> tags
  • Limit line length to 100 characters

Improve this page

Add a description, image, and links to the aws-sdk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aws-sdk topic, visit your repo's landing page and select "manage topics."

Learn more