DOC

io.github.cse1110 : andy

Maven & Gradle

May 03, 2022
1 usages
76 stars

Andy · Andy, a tool that assesses your test suites

Table Of Contents

Latest Version

Download io.github.cse1110 : andy Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.cse1110 : andy Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.28
0.27
0.26
0.25
0.24
0.23
0.22

How to open Javadoc JAR file in web browser

  1. Rename the file andy-0.28-javadoc.jar to andy-0.28-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder andy-0.28-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 "andy-0.28-sources.jar" -d "andy-0.28-javadoc" -subpackages 

Advertisement