From: Francesco Montorsi Date: Wed, 18 Mar 2009 00:30:39 +0000 (+0000) Subject: some note about DOT_PATH, specially for Windows X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2d28319419b6543ed6e832604ddc7684f997e218?ds=inline some note about DOT_PATH, specially for Windows git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc index 6735ab7b00..6acb0074f8 100644 --- a/docs/doxygen/Doxyfile_inc +++ b/docs/doxygen/Doxyfile_inc @@ -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 #---------------------------------------------------------------------------