diff --git a/doc/faq.xml b/doc/faq.xml index 2f1cbaf..6e0289b 100644 --- a/doc/faq.xml +++ b/doc/faq.xml @@ -27,6 +27,7 @@ To update the table of contents execute the following vim command from a registe
  • Under what license is UMLGraph distributed?
  • Why do I get an exception java.lang.NoClassDefFoundError: com/sun/tools/javadoc/Main?
  • How can I prevent clipped SVG images in sequence diagrams?
  • +
  • How can I instruct UMLGraph to include private fields in its output?
  • What is the command line sequence to generate a UMLGraph class diagram?

    @@ -222,4 +223,6 @@ of your JDK distribution.) This appears to be a limitation of pic2plot. You can work around it, by increasing the width and height values appearing in the SVG XML file that pic2plot generates. +

    How can I instruct UMLGraph to include private fields in its output?

    +You need to pass the -private flag to javadoc.