help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[h-e-w] RE: Javadoc in info files


From: Sandip Chitale
Subject: [h-e-w] RE: Javadoc in info files
Date: Tue, 25 Sep 2001 11:37:56 -0700

Jeff,

The newer 'javadoc' tool is based on a notion of doclets.
The idea is that - in the first pass the javadoc tool
parses the java source files and builds an internal
datastructure. In the second pass a visitor design pattern is
used to visit the hierarchical datastructure to generate the
output in whatever format the user wants. The 'javadoc'
tool comes out of the box with a implementation of this
visitor pattern (aka 'doclet') which generates the famous
Javadoc API docs that comes with JDKs or is found at
Java Website.

http://java.sun.com/j2se/1.3.0/docs/tooldocs/javadoc/source/

People have written other 'doclets' to generate a summary form
of Javadoc or Javadoc in RTF format.

Writing a 'doclet' to generate Javadoc in info file format
will IMHO the best approach.

See this for more info -

http://java.sun.com/products/jdk/1.2/docs/tooldocs/javadoc/overview.html


Also look at -

http://java.sun.com/j2se/javadoc/faq.html

for "Doclets From Third Parties"

regards,
sandip

> -----Original Message-----
> From: Jeff Rancier [mailto:address@hidden
> Sent: Tuesday, September 25, 2001 11:02 AM
> To: Ntemacs (E-mail); Jde-List
> Subject: Javadoc in info files
> 
> 
> Hello All.
> 
> Is there any tool(s) which convert Javadoc to info files?
> 
> Thanks,
> Jeff
> 
> ________________________________________________________
> 
>  Terrorist Attacks on U.S. - How can you help?
>  Donate cash, emergency relief information
>  http://dailynews.yahoo.com/fc/US/Emergency_Information
> ________________________________________________________
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]