I wondered about the lack of @author too, then i decided I'm *glad* it isn't displayed. When i use the quick javadoc feature, more often than not i couldn't care less who wrote the class/method--i just want the good stuff: the description, params, throws, return, etc.
What I *would* like, however, is the ability to quickly generate the JavaDoc html file for the current class only (sorry, i guess i'm slipping off-topic into feature-request territory). Ideally, IDEA would just run javadoc on the current class, save the output as some temporary filename in some temp directory, and then immediately launch my browser to view it. This would be helpful when prettying up the javadocs for a class, making sure i haven't missed any ending </b> tags and such. This way, the wonderful Quick JavaDoc feature remains uncluttered AND i don't have to generate the javadocs for an entire package or the whole project. Hmmm...maybe this can be done as an External Tool command? chris > -----Original Message----- > From: Carlton S. Anderson [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 02, 2001 4:16 PM > To: [EMAIL PROTECTED] > Subject: Re: [Eap-list] Defining Javadoc templates for getters and > setters > > It does not support all of the javadoc tags. @author, for one. > Perhaps there is a flag for this somewhere... > > ----- Original Message ----- > From: "Scott Sirovy" <[EMAIL PROTECTED]> > > > I do this all the time. Put the cursor on the name of the > method (or > field) > > you are creating JavaDoc for and hit CTRL-Q. That lets you see it > > immediately. > > -------------------------------------------------------------- > ----karlik > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
