diff options
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/config.cpp b/src/config.cpp index 0ec0b50..a0709bd 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -3170,7 +3170,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"; } @@ -3261,16 +3261,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"; |