diff options
author | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:39:36 (GMT) |
---|---|---|
committer | mueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7> | 1999-12-15 19:39:36 (GMT) |
commit | 74cc4d70240d09e10c9da94c0537670fc287a85e (patch) | |
tree | 46bbaf2d590cf1e2edf1bc86a8d7000a2012dc0d /src/config.cpp | |
parent | 5576fbf6d0a8baa16fa65a37a172543397ee950a (diff) | |
download | Doxygen-74cc4d70240d09e10c9da94c0537670fc287a85e.zip Doxygen-74cc4d70240d09e10c9da94c0537670fc287a85e.tar.gz Doxygen-74cc4d70240d09e10c9da94c0537670fc287a85e.tar.bz2 |
mods for doxygen-0.49-991117
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"; |