DOC

ch.ubique.android : qrscanner-core

Maven & Gradle

Mar 16, 2022
3 usages
1 stars

qrscanner-core · Core module for the Ubique QR code scanner library

Table Of Contents

Latest Version

Download ch.ubique.android : qrscanner-core Javadoc & API Documentation - Latest Versions:

All Versions

Download ch.ubique.android : qrscanner-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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

Advertisement