diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-02-10 18:38:13 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2005-02-10 18:38:13 (GMT) |
commit | 11de530ba769e4e2735a20a74262380d51f8772f (patch) | |
tree | 654e62c3ea86e579f0642040b094a844d4e5223c /src/doxygen.cpp | |
parent | c635cffd1d8bcf5bcbe90ce2c3c5fc3371e01a1c (diff) | |
download | Doxygen-11de530ba769e4e2735a20a74262380d51f8772f.zip Doxygen-11de530ba769e4e2735a20a74262380d51f8772f.tar.gz Doxygen-11de530ba769e4e2735a20a74262380d51f8772f.tar.bz2 |
Release-1.4.1-20050210
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 44c7796..063887a 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -8775,7 +8775,7 @@ void generateOutput() } Doxygen::tagFile.setDevice(tag); Doxygen::tagFile.setEncoding(QTextStream::Latin1); - Doxygen::tagFile << "<?xml version='1.0' encoding='ISO-8859-1' standalone='yes'?>" << endl; + Doxygen::tagFile << "<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>" << endl; Doxygen::tagFile << "<tagfile>" << endl; } |