From 75f8df20de0c4f6fa5bb75639c36e363df36c437 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Tue, 10 Feb 2009 10:11:38 +0000 Subject: [PATCH] Private fields. --- doc/faq.xml | 3 +++ 1 file changed, 3 insertions(+) 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.