Suppose, that as part of documenting your code (Javadoc) you want to indicate that the relationships between elements using deep indentation.
How can I create a nested
The correct way is as follows:
/** * * some element * * some other element * * yet some other element * * * */
Although JavaDoc borrows from HTML, it isn't HTML, and you should omit the tags, just as you should omit