« July 2009 »
SunMonTueWedThuFriSat
   
1
2
3
4
5
7
8
9
10
11
12
15
16
17
18
19
20
22
23
24
25
26
27
29
30
31
 
       
Today
XML

Blog::Navigation

GetJava Download Button
Get the Source
Personal Blog

Blog::Referers

Today's Page Hits: 633

Powered by Roller Weblogger.
« Previous day (Jul 11, 2009) | Main | Next day (Jul 13, 2009) »
20090713 Monday July 13, 2009

javafxdoc-style docs for Java code

You may have browsed JavaFX API docs generated by javafxdoc tool. javafxdoc tool is implemented as a doclet. It is possible to use javafxdoc's doclet to generate API docs for Java code.

Note: The XMLDoclet implemented as part of javafxdoc tool is an implementation detail and not part of official JavaFX/tool API and so please do not depend on this. This is more for fun/learning/personal use!)

I generated javadoc for BTrace source using the following command:


javadoc -docletpath $JAVAFX_HOME/lib/shared/javafxdoc.jar  -doclet com.sun.tools.xmldoclet.XMLDoclet -sourcepath .  -subpackages com.sun.btrace

where JAVAFX_HOME is the directory where JavaFX SDK lives.

A screenshot from generated docs:



( Jul 13 2009, 10:10:32 AM IST ) Permalink Comments [5] del.icio.us | furl | simpy | slashdot | technorati | digg

Copyright (C) 2005, A. Sundararajan's Weblog