How to create multiple levels of indentation in Javadoc?

Viewed 78370

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 list as:

  • some element
    • some other element
      • yet some other element
3 Answers
Related