DOC

nz.co.senanque : maduradocs

Maven & Gradle

Nov 20, 2022
0 stars

MaduraDocs · MaduraDocs generates a PDF file from an XML source file. It is a maven plugin, so it can be added to a maven project and the PDF will be generated as part of the build (the package phase).

Table Of Contents

Latest Version

Download nz.co.senanque : maduradocs Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.co.senanque : maduradocs Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
6.3.x
6.2.x
6.1.x
6.0.x

How to open Javadoc JAR file in web browser

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