DOC

io.github.lissa-approach.lissa-core : approach

Maven & Gradle

May 23, 2023
2 stars

Linking Sketches and Software Architecture (LiSSA) · A framework to connect sketches and informal diagrams with models and source code.

Table Of Contents

Latest Version

Download io.github.lissa-approach.lissa-core : approach Javadoc & API Documentation - Latest Versions:

All Versions

Download io.github.lissa-approach.lissa-core : approach Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.3.x

How to open Javadoc JAR file in web browser

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