A javadoc comment consists of multiple parts. There's the main part (that comes the first in in the comment section), then the parameter parts (@param), the return part (@return), and the throws parts (@throws). TODO: it would be nice if we have JComment class and we can derive this class from there.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|