diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-04 17:46:13 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-04 17:46:13 (GMT) |
commit | c6b7c8e7b6760ebfafa40a71eea48d1b46dec477 (patch) | |
tree | 85b63b795f663bb71c26c647948a085a3849177d /addon/configgen/configgen.cpp | |
parent | 832e08dcc70203d84f75249583a95fa172492aa2 (diff) | |
download | Doxygen-c6b7c8e7b6760ebfafa40a71eea48d1b46dec477.zip Doxygen-c6b7c8e7b6760ebfafa40a71eea48d1b46dec477.tar.gz Doxygen-c6b7c8e7b6760ebfafa40a71eea48d1b46dec477.tar.bz2 |
Release-1.1.4
Diffstat (limited to 'addon/configgen/configgen.cpp')
-rw-r--r-- | addon/configgen/configgen.cpp | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/addon/configgen/configgen.cpp b/addon/configgen/configgen.cpp index cc51c4c..557f70d 100644 --- a/addon/configgen/configgen.cpp +++ b/addon/configgen/configgen.cpp @@ -1486,6 +1486,15 @@ void init() "will graphical hierarchy of all classes instead of a textual one. \n" ); addDependency("gfxHierarchyFlag","haveDotFlag"); + ConfigString::add("dotPath", + "DOT_PATH", + "", + "path to the dot tool", + "This tag can be used to specify the path where the dot tool can be found. \n" + "If left blank, it is assumed the dot tool can be found on the path. \n", + ConfigString::Dir + ); + addDependency("dotPath","haveDotFlag"); //----------------------------------------------------------------------------------------------- ConfigInfo::add( "Search","Configuration::addtions related to the search engine "); @@ -1555,12 +1564,4 @@ void init() addDependency("extDocPathList","searchEngineFlag"); // The IMAGE_PATTERNS tag is now officially obsolete. - //----------------------------------------------------------------------------------------------- - //ConfigInfo::add("not used"); - //----------------------------------------------------------------------------------------------- - //ConfigList::add("imagePatternList", - // "IMAGE_PATTERNS", - // "", - // "list of image paths", - // "donīt know\n"); } |