summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
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";