DOC

com.appsamurai.storyly : storyly-moments

Maven & Gradle

May 05, 2023
67 stars

storyly-moments · Storyly Moments SDK is used for story creation provided by Storyly.

Table Of Contents

Latest Version

Download com.appsamurai.storyly : storyly-moments Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file storyly-moments-1.0.0-javadoc.jar to storyly-moments-1.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder storyly-moments-1.0.0-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "storyly-moments-1.0.0-sources.jar" -d "storyly-moments-1.0.0-javadoc" -subpackages 

Advertisement