Projects tagged ‘java’ and ‘javadoc’


[22 total ]

3 Users

APIviz is a JavaDoc doclet which extends the Java standard doclet. It generates comprehensive UML-like class and package diagrams for quick understanding of the overall API structure.
Created about 1 year ago.

2 Users

LaTeXtaglet allows inclusion of mathematical equations in Javadocs. This project was originally developed by Stephan Dlugosz and hosted at SourceForge. The original source code is dependent of ... [More] Windows conventions for directories and files names. The modified version of LaTeXtaglet described here runs fine on unix platforms but was never tested on Windows. It's uncertain whether changes in the modified version were propagated back to the original code base as the original author apparently stopped improvements to the original code base. Hence, another code base was created under JQuantLib umbrella. JQuantLib uses LaTeXtaglet to generate nice Javadocs which contains UML diagrams and mathematical equations. Richard Gomes http://www.jquantlib.org/index.php/User:RichardGomes [Less]
Created about 1 year ago.

1 Users
 

JCite cites snippets of Java source code or Excel sheets into HTML documents – API documentation, for instance. Citing from tests, or tested code, guarantees that your examples really work. And they get automatic syntax highlighting.
Created over 3 years ago.

1 Users
 

JDoctest is an implementation of Python's doctest for Java, as a javadoc plugin. Tests are @doc.test tags, written as interactive sessions in Javascript using Rhino's Java/Javascript bindings. ... [More] Javadoc output can be syntax highlighted with the google-code-prettify tool. [Less]
Created 11 months ago.

1 Users

/** * {@.en I love you.} * * {@.de Ich liebe Sie.} * * {@.fr Je vous aime.} * */ex1: javadoc ... -locale en_US ... I love you. ex2: javadoc ... -locale de_DE ... Ich liebe Sie.
Created 9 months ago.

1 Users

Set of JavaDoc doclets that allow you to generate documentation for your Java APIs for: JAX-RS: the RESTful Java API JAXB: the XML Java binding Many more will come (JPA, Bean Validation, Hibernate ... [More] Search, Envers…) The full documentation is located on Lunatech Research’s open source website. [Less]
Created 4 months ago.

1 Users

Created 8 months ago.

0 Users

Javadoc incremental search for Mozilla Firefox and Google Chrome. When viewing Javadocs, this script replaces the package and class frames with a single search frame that allows you to search ... [More] incrementally through all packages and classes at once. Classes can be searched for by the simple or canonical name. CamelCase can also be used. This is achieved with client-side Javascript, so it will work on any local or remote Javadoc page. [Less]
Created 11 months ago.

0 Users

Create a Database with the javadoc information , so it can be query Please go to here for more information Infromation WIKI
Created 12 months ago.

0 Users

The Javadoc tool allows programmers to create HTML documentation from comments in java programs. With the advent of generics, it is possible to define type parameters (type variables) of classes ... [More] and interfaces. It is possible to assign concrete types to these type variables to derive more specific classes or interfaces. However, the javadoc comments cannot contain the type name of the concrete types assigned to the type variables in a generic way. The parameter-type-taglet aims to bridge this gap. (Code examples following...) [Less]
Created 4 months ago.