diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-10-04 20:20:24 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2009-10-04 20:20:24 (GMT) |
commit | a62d9f8f1c2c97d454ff33bc1a4911d1362d9766 (patch) | |
tree | 36e6fdf77248708eaee0f1180b2ea526d1323c18 /src/configoptions.cpp | |
parent | 0c8b6ca69f951ce8c94902764cf036d6a79e5102 (diff) | |
download | Doxygen-a62d9f8f1c2c97d454ff33bc1a4911d1362d9766.zip Doxygen-a62d9f8f1c2c97d454ff33bc1a4911d1362d9766.tar.gz Doxygen-a62d9f8f1c2c97d454ff33bc1a4911d1362d9766.tar.bz2 |
Release-1.6.1-20091004
Diffstat (limited to 'src/configoptions.cpp')
-rw-r--r-- | src/configoptions.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/configoptions.cpp b/src/configoptions.cpp index 2aad2bc..d96a48a 100644 --- a/src/configoptions.cpp +++ b/src/configoptions.cpp @@ -192,7 +192,7 @@ void addConfigOptions(Config *cfg) "If left blank the directory from which doxygen is run is used as the\n" "path to strip." ); - cl->addValue("/Users/dimitri/doxygen/mail/1.5.7/doxywizard/"); + cl->addValue(""); cl->addDependency("FULL_PATH_NAMES"); //---- cl = cfg->addList( @@ -767,7 +767,7 @@ void addConfigOptions(Config *cfg) "directories like \"/usr/src/myproject\". Separate the files or directories\n" "with spaces." ); - cl->addValue("/Users/dimitri/doxygen/mail/1.5.7/doxywizard"); + cl->addValue(""); cl->setWidgetType(ConfigList::FileAndDir); //---- cs = cfg->addString( @@ -1372,7 +1372,10 @@ void addConfigOptions(Config *cfg) cs = cfg->addString( "LATEX_CMD_NAME", "The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be\n" - "invoked. If left blank `latex' will be used as the default command name." + "invoked. If left blank `latex' will be used as the default command name.\n" + "Note that when enabling USE_PDFLATEX this option is only used for\n" + "generating bitmaps for formulas in the HTML output, but not in the\n" + "Makefile that is written to the output directory." ); cs->setDefaultValue("latex"); cs->setWidgetType(ConfigString::File); |