Generate class diagram in doxygen docs
authorRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 25 Jul 2016 21:39:59 +0000 (23:39 +0200)
committerRafał Długołęcki <rafal@dlugolecki.net.pl>
Mon, 25 Jul 2016 21:39:59 +0000 (23:39 +0200)
Doxyfile.in

index 8b37840e52d040750c79bd2e0deb182ce3618823..13a2e33b660a587b8710f089bbd8096e860f11f4 100644 (file)
@@ -1697,7 +1697,7 @@ HIDE_UNDOC_RELATIONS   = YES
 # toolkit from AT&T and Lucent Bell Labs. The other options in this section
 # have no effect if this option is set to NO (the default)
 
-HAVE_DOT               = NO
+HAVE_DOT               = YES
 
 # The DOT_NUM_THREADS specifies the number of dot invocations doxygen is
 # allowed to run in parallel. When set to 0 (the default) doxygen will
@@ -1814,7 +1814,7 @@ DIRECTORY_GRAPH        = YES
 # HTML_FILE_EXTENSION to xhtml in order to make the SVG files
 # visible in IE 9+ (other browsers do not have this requirement).
 
-DOT_IMAGE_FORMAT       = png
+DOT_IMAGE_FORMAT       = svg
 
 # If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
 # enable generation of interactive SVG images that allow zooming and panning.
@@ -1823,7 +1823,7 @@ DOT_IMAGE_FORMAT       = png
 # need to set HTML_FILE_EXTENSION to xhtml in order to make the SVG files
 # visible. Older versions of IE do not have SVG support.
 
-INTERACTIVE_SVG        = NO
+INTERACTIVE_SVG        = YES
 
 # The tag DOT_PATH can be used to specify the path where the dot tool can be
 # found. If left blank, it is assumed the dot tool can be found in the path.