summaryrefslogtreecommitdiffstats
path: root/addon/configgen/config_templ.l
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-07-31 18:09:08 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2000-07-31 18:09:08 (GMT)
commite139c0246413d3803028572dcafe9f065f4c9eab (patch)
tree8b6d1855a77a3cfa84674b2918bdb7c6478b94ae /addon/configgen/config_templ.l
parent3876f92c80e9cc62af30916f0ccdeb83cdc2ff05 (diff)
downloadDoxygen-e139c0246413d3803028572dcafe9f065f4c9eab.zip
Doxygen-e139c0246413d3803028572dcafe9f065f4c9eab.tar.gz
Doxygen-e139c0246413d3803028572dcafe9f065f4c9eab.tar.bz2
Release-1.2.0-20000731
Diffstat (limited to 'addon/configgen/config_templ.l')
-rw-r--r--addon/configgen/config_templ.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/addon/configgen/config_templ.l b/addon/configgen/config_templ.l
index ff570de..e98ace9 100644
--- a/addon/configgen/config_templ.l
+++ b/addon/configgen/config_templ.l
@@ -272,6 +272,8 @@ void writeTemplateConfig(QFile *f,bool sl)
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";
}
#CONFIG Template