diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-06-25 18:00:24 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-06-25 18:00:24 (GMT) |
commit | 509496da5e5b38aecbd91a5e20b3d695cbbef775 (patch) | |
tree | d1ce681120f6cf7c6aed4ba77feceafcc66cc853 /doc/config.doc | |
parent | 25a65bed9e3548070b1af401db683bfb0cce9de0 (diff) | |
download | Doxygen-509496da5e5b38aecbd91a5e20b3d695cbbef775.zip Doxygen-509496da5e5b38aecbd91a5e20b3d695cbbef775.tar.gz Doxygen-509496da5e5b38aecbd91a5e20b3d695cbbef775.tar.bz2 |
Release-1.3.2-20030625
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.doc b/doc/config.doc index 5087d35..536d37e 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -35,7 +35,7 @@ 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 be expanded -using the pattern \c $(ENV_VARIABLE_NAME). +using the pattern \c \$(ENV_VARIABLE_NAME). You can also include part of a configuration file from another configuration file using a <code>\@INCLUDE</code> tag as follows: |