diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-31 18:09:08 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-31 18:09:08 (GMT) |
commit | e139c0246413d3803028572dcafe9f065f4c9eab (patch) | |
tree | 8b6d1855a77a3cfa84674b2918bdb7c6478b94ae /doc/config.doc | |
parent | 3876f92c80e9cc62af30916f0ccdeb83cdc2ff05 (diff) | |
download | Doxygen-e139c0246413d3803028572dcafe9f065f4c9eab.zip Doxygen-e139c0246413d3803028572dcafe9f065f4c9eab.tar.gz Doxygen-e139c0246413d3803028572dcafe9f065f4c9eab.tar.bz2 |
Release-1.2.0-20000731
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/config.doc b/doc/config.doc index 7581b99..c282896 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -30,12 +30,15 @@ line. The file essentially consists of a list of assignment statements. Each statement consists of a \c TAG_NAME written in capitals, -followed by the \c = character and one or more values. -Values are sequences of non-blanks. If the value should contain one or more -blanks it must be surrounded by quotes ("..."). +followed by the <code>=</code> character and one or more values. If the same tag +is assigned more than once, the last assignment overwrites any earlier +assignment. For options that take a list as their argument, +the <code>+=</code> operator can be used instead of <code>=</code> to append +new values to the list. Values are sequences of non-blanks. If the value should +contain one or more blanks it must be surrounded by quotes ("..."). Multiple lines can be concatenated by inserting a backslash (\\) -as the last character of a line. -Environment variables can expanded using the pattern \c $(ENV_VARIABLE_NAME). +as the last character of a line. Environment variables can be expanded +using the pattern \c $(ENV_VARIABLE_NAME). The configuration options can be divided into several categories. Below is an alphabetical index of the tags that are recognized |