diff --git a/javadoc/xdocs/faq.fml b/javadoc/xdocs/faq.fml
index 57fbeb3a..db20722b 100644
--- a/javadoc/xdocs/faq.fml
+++ b/javadoc/xdocs/faq.fml
@@ -53,5 +53,49 @@ maven.javadoc.offlineLinks= \
+ One solution is to use UMLGraph and dot (part of Graphviz).
+
+ When running the javadoc goal with the below configuration,
+ the UmlGraphDoc doclet generates class diagrams
+ into the package and class pages.
+
+
+
+ Refer to + UMLGraph + docs for its custom Javadoc tags that enhance the generated diagrams. +
+ + \ No newline at end of file diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index 57fbe0cd..e7dbd1a1 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -63,6 +63,8 @@ Specifies the doclet to use when calling javadoc. See the ant javadoc task documentation for more detail. + See Class Diagrams FAQ + as an example.