DOC

net.sf.xradar : xradar

Maven & Gradle

Feb 05, 2010
2 usages

XRadar · The XRadar is an open extensible code report tool currently supporting all Java based systems. The batch-processing framework produces HTML/SVG reports of the systems current state and the development over time - all presented in sexy tables and graphs. It gets results from several brilliant open source projects and a couple of in house grown projects and presents the results as massive unified html/svg reports. The architecture is based on java, xml and xsl. Presently it only supports Java, but there are to produce plug ins for other leading languages.

Table Of Contents

Latest Version

Download net.sf.xradar : xradar Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.xradar : xradar Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1.x
1.1
1.0

How to open Javadoc JAR file in web browser

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

Advertisement