summaryrefslogtreecommitdiffstats
path: root/src/config.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-07-28 19:05:01 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-07-28 19:05:01 (GMT)
commit4ad0d24c5b3a0afd99722ae5c33968ff9fa44e2d (patch)
treeaa81c2bd3e6109417a6bd30d6a58111d892f25f2 /src/config.l
parentc37c8626674dd6ba0d53dcad84dd4bb5d92005a4 (diff)
downloadDoxygen-4ad0d24c5b3a0afd99722ae5c33968ff9fa44e2d.zip
Doxygen-4ad0d24c5b3a0afd99722ae5c33968ff9fa44e2d.tar.gz
Doxygen-4ad0d24c5b3a0afd99722ae5c33968ff9fa44e2d.tar.bz2
Release-1.7.1-20100728
Diffstat (limited to 'src/config.l')
-rw-r--r--src/config.l6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.l b/src/config.l
index 97571c8..b45097c 100644
--- a/src/config.l
+++ b/src/config.l
@@ -813,14 +813,14 @@ void Config::writeTemplate(FTextStream &t,bool sl,bool upd)
if (!sl)
{
t << "# This file describes the settings to be used by the documentation system\n";
- t << "# doxygen (www.doxygen.org) for a project\n";
+ t << "# doxygen (www.doxygen.org) for a project.\n";
t << "#\n";
- t << "# All text after a hash (#) is considered a comment and will be ignored\n";
+ t << "# All text after a hash (#) is considered a comment and will be ignored.\n";
t << "# The format is:\n";
t << "# TAG = value [value, ...]\n";
t << "# For lists items can also be appended using:\n";
t << "# TAG += value [value, ...]\n";
- t << "# Values that contain spaces should be placed between quotes (\" \")\n";
+ t << "# Values that contain spaces should be placed between quotes (\" \").\n";
}
ConfigOption *option = m_options->first();
while (option)