summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-11-03 18:04:43 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-11-03 18:04:43 (GMT)
commitbfaab3acda7ec81a51a45372673f5be07745773b (patch)
tree3d4fa775ba4ee12135f2ca20f59e2cb07f3efdf1 /src/config.l
parentd5102e6fcbe7c5dcf5b285d39aaa33b85bf34314 (diff)
downloadDoxygen-bfaab3acda7ec81a51a45372673f5be07745773b.zip
Doxygen-bfaab3acda7ec81a51a45372673f5be07745773b.tar.gz
Doxygen-bfaab3acda7ec81a51a45372673f5be07745773b.tar.bz2
Release-1.3.4-20031103
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.l b/src/config.l
index 739f5f1..594cbc2 100644
--- a/src/config.l
+++ b/src/config.l
@@ -1979,7 +1979,9 @@ void Config::create()
"The HTML_STYLESHEET tag can be used to specify a user-defined cascading \n"
"style sheet that is used by each HTML page. It can be used to \n"
"fine-tune the look of the HTML output. If the tag is left blank doxygen \n"
- "will generate a default style sheet \n"
+ "will generate a default style sheet. Note that doxygen will try to copy \n"
+ "the style sheet file to the HTML output directory, so don't put your own \n"
+ "stylesheet in the HTML output directory as well, or it will be erased! \n"
);
cs->setWidgetType(ConfigString::File);
cs->addDependency("GENERATE_HTML");