Projects tagged ‘javadoc’


[10 total ]
129

phpDocumentor

   
Primary Language: PHP Licensed as: GNU Lesser General Public License 2.1

A complete documentation solution for PHP. Generates javaDoc-style API documentation and user-level manuals from your PHP code. phpDocumentor uses an extensive templating system to change your source code comments into human readable, and hence ... [More] useful, formats. This system allows the creation of easy to read documentation in 15 different pre-designed HTML versions, PDF format, [Less]

Metrics updated 12 Oct 08

22

Epydoc

   
Primary Language: Python Licensed as: MIT License

Epydoc is a tool for generating API documentation for Python modules, based on their inline documentation strings (docstrings). It produces HTML output (similar to the output produced by Javadoc) and LaTeX output. It supports four markup languages for documentation strings: Epytext, Javadoc, ReStructuredText, and plain text.

Metrics updated about 23 hours ago

1

JCite

 
Primary Language: Java Licensed as: BSD-ish License

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.

Metrics updated about 15 hours ago

1

vbdox

 
Primary Language: JavaScript Licensed as: GNU General Public License 2.0

VBDOX is a simple program that generates technical documentation from source comments. The only requirement is to use specific module and function comments format. Documentation is generated for all types Visual Basic files and also for VBScript and ... [More] ASP (limited support) The program can be extended to support different documentation comments and reports. Right now the program has three report generators: single file, XML and MSDN Platform SDK style. The report appearance can be edited by changing either the style sheets or the report files. Number of documentation comment parser is supplied at the moment. [Less]

Metrics updated 10 Oct 08

1

LaTeXtaglet

 
Primary Language: Java Licensed as: GNU General Public License 2.0 or later

LaTeXtaglet allows the inclusion of mathematical equations in Javadocs. This project was originally developed by Stephan Dlugosz and hosted at SourceForge. The original source code is tightly dependent of Windows conventions for directories and ... [More] files names. The modified version of LaTeXtaglet described here runs fine on unix platforms. It's uncertain whether the changes in the modified version were propagated back to the original code base as the original author apparently stopped improvements to the original LaTeXtaglet. Hence, another source repository was created under JQuantLib umbrella. JQuantLib uses LaTeXtaglet to obtain nice Javadocs which contains UML diagrams and mathematical equations. [Less]

Metrics updated 10 Oct 08

1

O2VNI Project

 
Primary Language: Java Licensed as: General Public License version 3

A Java/Java3D game inspirated by UFO.

Metrics updated 11 Oct 08

1

JDiff

 
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

JDiff is an LGPL Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared. This is ... [More] very useful for describing exactly what has changed between two releases of a product. Only the API (Application Programming Interface) of each version is compared. It does not compare what the source code does when executed. [Less]

Metrics updated 11 Oct 08

1

APIviz Project

 
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

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.

Metrics updated 06 Sep 08

0

taglibrarydoc

 
Primary Language: XSL Transformation

taglibrarydoc

Metrics updated 18 Sep 08

0

jgrousedoc

 
Licensed as: New BSD License

jGrouseDoc allows developers to produce documentation for their javascript code based on javadoc-like comments embedded into the source code. Features highlight: Allows documentation of classes, regardless what kind of library/technology was used ... [More] to implement OOP Allows documentation of multiple syntaxes that could be used to invoke a function/method The output is highly customizable using CSS and Velocity templates or XSLT See jGrouseDoc Manual for details. See the sample documentation (classic skin), (modern skin) and http://jgrouse.com/jgdoc/sample-noframes (no-frames skin)] And the sample code that was used to produce it . If you have any questions, suggestions or need help with the tool, feel free to post your message to jGrouseDoc Discussions Groups See more details about jGrouseDoc and related projects at http://jgrouse.com [Less]