I'm trying to include images in my JavaDoc. I follow documentation and store an image in the doc-files
in the package directory. My javadoc looks like:
/**
* This is class desctiprion. Image:
* <p><img src="doc-files/image.png"/></p>
*/
When I generate Javadoc the image is shown but when I try to review Javadoc in the Idea it shows just image stub. How can I manage this?