summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:39:36 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>1999-12-15 19:39:36 (GMT)
commitdc2968f7b44b1a219a0695ba80c63cd0d7da0ef1 (patch)
tree46bbaf2d590cf1e2edf1bc86a8d7000a2012dc0d /src/config.l
parent916d6d5c6f6c9d14c4c9a636582671c81447f54a (diff)
downloadDoxygen-dc2968f7b44b1a219a0695ba80c63cd0d7da0ef1.zip
Doxygen-dc2968f7b44b1a219a0695ba80c63cd0d7da0ef1.tar.gz
Doxygen-dc2968f7b44b1a219a0695ba80c63cd0d7da0ef1.tar.bz2
mods for doxygen-0.49-991117
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/config.l b/src/config.l
index 0d90ea1..20d3278 100644
--- a/src/config.l
+++ b/src/config.l
@@ -707,7 +707,7 @@ void writeTemplateConfig(QFile *f,bool sl)
if (!sl)
{
t << "\n";
- t << "# the TAB_SIZE tag can be used to set the number of spaces in a tab\n";
+ t << "# the TAB_SIZE tag can be used to set the number of spaces in a tab.\n";
t << "# Doxygen uses this value to replace tabs by spaces in code fragments.\n";
t << "\n";
}
@@ -798,16 +798,6 @@ void writeTemplateConfig(QFile *f,bool sl)
if (!sl)
{
t << "\n";
- t << "# If the value of the IMAGE_PATH tag contains directories, you can use the\n";
- t << "# IMAGE_PATTERNS tag to specify one or more wildcard pattern (like *.gif \n";
- t << "# and *.eps) to filter out the image files in the directories. If left \n";
- t << "# blank all files are included.\n";
- t << "\n";
- }
- t << "IMAGE_PATTERNS =\n";
- if (!sl)
- {
- t << "\n";
t << "# The INPUT_FILTER tag can be used to specify a program that doxygen should\n";
t << "# invoke to filter for each input file. Doxygen will invoke the filter program \n";
t << "# by executing (via popen()) the command <filter> <input-file>, where <filter>\n";