From 6660aa26b5f685365d2f3296235ac0248976f0f3 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Thu, 21 Sep 2006 08:52:56 +0000 Subject: [PATCH] Add pointer for creating C++ diagrams. --- doc/faq.xml | 7 +++++++ doc/ver.xml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/faq.xml b/doc/faq.xml index 5785a53..e226066 100644 --- a/doc/faq.xml +++ b/doc/faq.xml @@ -22,6 +22,7 @@ To update the table of contents execute the following vim command from a registe
  • Why the vanity package name? Why not name the package org.umlgraph?
  • Why do the options specified in the UMLOptions class stop working, when I pass the packagenames option to javadoc?
  • Why doesn't UMLGraph run under Mac OS X?
  • +
  • Can I create UML class diagrams from C++ code?
  • Why are the SVG diagrams dot generates malformed?

    @@ -169,4 +170,10 @@ Make sure you are running Java 1.5 (run java -version to see). If you are not running 1.5 you may need to adjust the symbolic links in /System/Library/Frameworks/JavaVM.framework/Versions. + +

    Can I create UML class diagrams from C++ code?

    +This blog entry describes +a simple solution that has worked for me. +Depending on your requirements YMMV. + diff --git a/doc/ver.xml b/doc/ver.xml index 71b1e07..3639ce2 100644 --- a/doc/ver.xml +++ b/doc/ver.xml @@ -3,7 +3,7 @@
    -
    Version 4.5 Under development
    +
    Version 4.5 Under development
    • Correct running of the UmlGraphDoc tests
    • Correct the JavaDoc generation (Maxim Butov)