diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pugixml.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pugixml.cfg b/docs/pugixml.cfg index 1108738..114f209 100644 --- a/docs/pugixml.cfg +++ b/docs/pugixml.cfg @@ -23,7 +23,7 @@ PROJECT_NAME = pugixml # This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.5
+PROJECT_NUMBER = 0.6
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -1104,7 +1104,7 @@ DOT_IMAGE_FORMAT = png # 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 on the path.
-DOT_PATH = "C:\Program Files (x86)\ATT\Graphviz\bin"
+DOT_PATH = "D:\Programs\Graphviz\bin"
# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the
|