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
Simple Answer:
/** * This class does some stuff (see diagram). * * */ public class SomeClass{ }