I humbly disagree. What would you gain by generating text that would have being automatically inferred by the javadoc generator? The batch generation won't change how your html javadoc looks like, do we agree? So why don't you defer writing the javadoc shell of a member until you want to write some real javadoc. At that point typing /** is not too much I think. It is just 3 characters. In addition you will get the following benefits: 1) a guaranteed up-to-date javadoc of your member 2) less comment junk that makes your code more readable I think the previous benefits easily offset the burden of typing 3 characters for each members don't you think?
Or do I miss something? Jacques "Gokcer Gokdal" <[EMAIL PROTECTED]> wrote in message agsbgr$2fv$[EMAIL PROTECTED]">news:agsbgr$2fv$[EMAIL PROTECTED]... > You are right! Idea may show a list of functions and let user to select > functions to create javadoc. Isn't it? A good idea Pavel. > > "Ilya Kharmatsky" <[EMAIL PROTECTED]> wrote in message > agsanq$1j6$[EMAIL PROTECTED]">news:agsanq$1j6$[EMAIL PROTECTED]... > > I see it as following: I'm coding some new package with 5 classes, lets > > suppose it will be "com.intellij.whatever" > > After that I want to create a stubs of javadocs for all public/protected > > methods in that package. How can I get it > > without typing "/**Enter" each method? > > > > > > "Gokcer Gokdal" <[EMAIL PROTECTED]> wrote in message > > ags2na$s7k$[EMAIL PROTECTED]">news:ags2na$s7k$[EMAIL PROTECTED]... > > > Can you explain more? > > > > > > "Pavel Bernshtam" <[EMAIL PROTECTED]> wrote in message > > > ags2c4$rph$[EMAIL PROTECTED]">news:ags2c4$rph$[EMAIL PROTECTED]... > > > > I think that should be added to Ariadna be "batch javadoc comments > > > > generating" feature. > > > > > > > > It will work just as when I write '/**' and press Enter, but for all > > > classes > > > > in package ... > > > > > > > > > > > > > > > > > > > > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
