| Projects on Google Code | Results 1 - 10 of 35 |
Original code is taken from:
http://paulhorman.com/wikidoclet/ and ported to work for J2SE6
*Command Line Usage*
{{{
javadoc -docletpath /path/to/wikidoclet.1.0.4.jar -doclet wikidoclet.WikiDoclet [packagenames] [sourcefiles] ...
}}}
*ANT Usage*
{{{
<javadoc doclet="wikidoclet.WikiDoclet...
Javadoc incremental search for [InstallationMozillaFirefox Mozilla Firefox] and [InstallationGoogleChrome Google Chrome].
When viewing Javadocs, this script replaces the package and class frames with a single search frame that allows you to search incrementally through all packages and classes at...
Javadox cross-references multiple javadoc documents together. The suffix "x" reads like the plurality form and means Xross-referenced javadocs.
To not remake the wheel, more and more java projects reuse other existing projects. However, the generated documents usually contains stuffs of current p...
The idea for this project came from real life. We just needed to make sure that all the specification described by the source javadoc is covered with unit tests.
The simplest idea to make sure everything was properly and completely tested was to create a test for each sentence (or couple of relat...
{{{
/**
* {@.en I love you.}
* <br>
* {@.de Ich liebe Sie.}
* <br>
* {@.fr Je vous aime.}
* <br>
*/
}}}
ex1:
{{{
javadoc ... -locale en_US ...
}}}
{{{
<p>
I love you.
</p>
}}}
ex2:
{{{
javadoc ... -locale de_DE ...
}}}
{{{
<p>
Ich liebe Sie.
</p>
}}}
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 and interfaces. It is possible to assign concrete types to these type variables to derive more specif...
=What's this?=
This software generates an HTML Help(CHM) from generic javadoc style API documents.
It's a easy way to search something from javadoc with pre-compiled full text index.
=Requirements=
* Ruby[http://www.ruby-lang.org/] (JRuby[http://jruby.codehaus.org/] enabled)
* HTML He...
Public hosting of the [http://ant.apache.org/ Apache Ant] javadoc.
This project is unfortunately necessary because Apache will not host the javadoc themselves. See [http://ant.apache.org/manual/api/index.html here].
Ant version 1.7.1 available at http://apache-ant-javadoc.googlecode.com/svn/t...
DocBlock/JavaDoc annotations support for PHP5. Supporting single and multi valued annotations accessible through extended Reflection API.
Example annotations:
{{{
@SimpleAnnotation
@SingleValuedAnnotation(true)
@SingleValuedAnnotation(-3.141592)
@SingleValuedAnnotation('Hello World!')
...
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 examples really work. And, thanks to the excellent Java2Html library, they get automatic syntax highlighting.
See http://arrenbrecht.c...