Package nl.talsmasoftware.umldoclet.html


package nl.talsmasoftware.umldoclet.html
Package dedicated to the HTML postprocessing required to embed UML diagrams into the documentation.

This package is implemented as a standalone HtmlPostprocessor that uses the Configuration to find the locations of both the generated HTML and the generated UML diagrams.
Using these locations and knowledge of the naming conventions results in relative paths to the various diagrams from the HTML that documents them. The HTML files are then modified by inserting these relative diagram references.

Scalable Vector Graphics (SVG diagrams) are inserted as <object> tags, which makes their links clickable from the document. All other images are inserted as normal <img> tags.