Javadoc Inserting UML Diagrams

后端 未结 7 1599
南笙
南笙 2021-01-30 23:20

Is there a way to embed images into my JavaDoc? Basically i want to include some UML diagrams explaining the hierarchy of my classes in some of the documentation.

Thank

7条回答
  •  礼貌的吻别
    2021-01-30 23:26

    Check out this section of the Javadoc documentation, which explains how to embed images in your Javadoc.

    Also, here is an article describing how to reverse engineer UML diagrams and embed them in your Javadoc using UMLGraph.

提交回复
热议问题