Skip to content
Advertisement

Tag: comments

Can’t understand what Javadoc is [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 11 months ago. Improve this question I can’t understand what ‘Javadoc’ is. I wanted to know the difference between the /** */ and /* */ comments

Inline comments in Java: /** opposed to /*?

is there a reason i should prefer to write inline-comments in java like this: as opposed to use just one *: Eclipse colours the syntax differently, but is there really anything in the “toolchain” (javadoc, eclipse, etc.) giving me an advantage when using /** */ ? Answer No reason for inline comments. /** signals to javadoc utility to extract documentation

Advertisement