]> git.saurik.com Git - wxWidgets.git/commitdiff
some note about DOT_PATH, specially for Windows
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 18 Mar 2009 00:30:39 +0000 (00:30 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 18 Mar 2009 00:30:39 +0000 (00:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/doxygen/Doxyfile_inc

index 6735ab7b00c6a602a6cccc78d240069ebfbbdfe3..6acb0074f8ad9a53ff20590f7e91f85fbb53cd83 100644 (file)
@@ -441,7 +441,6 @@ CALLER_GRAPH           = NO
 GRAPHICAL_HIERARCHY    = NO
 DIRECTORY_GRAPH        = NO
 DOT_IMAGE_FORMAT       = png
-DOT_PATH               =
 DOTFILE_DIRS           =
 DOT_GRAPH_MAX_NODES    = 50
 MAX_DOT_GRAPH_DEPTH    = 1000
@@ -450,6 +449,12 @@ DOT_MULTI_TARGETS      = NO
 GENERATE_LEGEND        = YES
 DOT_CLEANUP            = YES
 
+# instead of setting a value for DOT_PATH it's easier and more portable to
+# put your dot utility in the PATH; if you are on a Unix system this is usually
+# done automatically; if you're on Windows you'll need to install GraphViz tools
+# and then manually add it to the PATH environment variable
+DOT_PATH               =
+
 #---------------------------------------------------------------------------
 # Search Engine Options
 #---------------------------------------------------------------------------