summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2015-01-21 18:50:26 (GMT)
committeralbert-github <albert.tests@gmail.com>2015-01-21 18:50:26 (GMT)
commit9771b807cd776b37f6538dec085442218a5b6a09 (patch)
tree613f8a13f935ed39b14edab21eed955498190a3f /src/config.xml
parent7fea8a40916d9c2ed22821cdf228d6a066a3ddec (diff)
downloadDoxygen-9771b807cd776b37f6538dec085442218a5b6a09.zip
Doxygen-9771b807cd776b37f6538dec085442218a5b6a09.tar.gz
Doxygen-9771b807cd776b37f6538dec085442218a5b6a09.tar.bz2
Based on the report of Peter D. Barnes in the doxygen forum (http://doxygen.10944.n7.nabble.com/doxygen-1-8-9-1-upgrade-errors-td6990.html)
All lines at the beginning of the file starting with ## are preserved at the beginning of the Doxyfile Consecutive user comments (with +=) are now joined like the options are.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml
index 994190d..438b885 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -29,7 +29,9 @@ parsed by \c doxygen. The file may contain tabs and newlines for
formatting purposes. The statements in the file are case-sensitive.
Comments may be placed anywhere within the file (except within quotes).
Comments beginning with two hash characters (\c \#\#) are kept when updating
-the configuration file and are placed in front of the TAG are in front of.
+the configuration file and are placed in front of the TAG they are in front of.
+Comments beginning with two hash characters (\c \#\#) at the beginning of the
+configuration file are also kept and placed at the beginning of the file.
Comments beginning with two hash characters (\c \#\#) at the end of the
configuration file are also kept and placed at the end of the file.
Comments begin with the hash character (\c \#) and ends at the end of the line.