DOC

team.duckie.quack : quack-lint-compose

Maven & Gradle

Oct 09, 2022
104 stars

quack-lint-compose · Duckie's design system custom lint for Jetpack Compose codebase

Table Of Contents

Latest Version

Download team.duckie.quack : quack-lint-compose Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement