diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2000-07-31 18:09:08 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2000-07-31 18:09:08 (GMT) |
commit | 5ad8b41eb93b9ca6a4c2ce90837103f8a4e750d8 (patch) | |
tree | 8b6d1855a77a3cfa84674b2918bdb7c6478b94ae /doc | |
parent | 7ce8e31b7d4f831949f7061ef2808c867da4edd1 (diff) | |
download | Doxygen-5ad8b41eb93b9ca6a4c2ce90837103f8a4e750d8.zip Doxygen-5ad8b41eb93b9ca6a4c2ce90837103f8a4e750d8.tar.gz Doxygen-5ad8b41eb93b9ca6a4c2ce90837103f8a4e750d8.tar.bz2 |
Release-1.2.0-20000731
Diffstat (limited to '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 |