Content deleted Content added
Stevebroshar (talk | contribs) →Tags: Edit for clarity; no periods since not sentences |
Stevebroshar (talk | contribs) Remove duplicate listing of some of the tags |
||
Line 19:
|quote=When I did the original JavaDoc in the original compiler, even the people close around me pretty soundly criticized it. And it was interesting, because the usual criticism was: a good tech writer could do a lot better job than the JavaDoc does. And the answer is, well, yeah, but how many APIs are actually documented by good tech writers? And how many of them actually update their documentation often enough to be useful?}}</ref>
The <code>@
== Design ==
Line 30:
/**
* Provides some service
* @author
* @version
* @since
*/
public class Test {}
</syntaxhighlight>
For a method, the first
Various aspects of HTML as supported via Javadoc. For example <code><p></code> denotes a paragraph break.
|