The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
December 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Problem

Posted by Matt Gerrans on February 24, 2002 at 11:24 PM


> If I pass any.java class to another java class as command line
> argument, It should create standard documentation above class,above each constructor,each method and each field.

Are you talking about a program that just executes javadoc?

Or are you talking about writing an artificial intelligence program that will analyze code and write salient comments? That would be pretty impressive, as it is difficult with current technology to find humans with that capability! Anyway, if that is what you are intending, you will probably want to start with a lexical analysis tool, like Javacc.





Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us