diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2001-11-25 18:56:18 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2001-11-25 18:56:18 (GMT) |
commit | 79959c79850830e90aa7e00e72d3718785e29214 (patch) | |
tree | 6643370adedf0cbaac88d674978bd44175ab1475 /src/doxygen.cpp | |
parent | b89fdced7a88c9222faa0d646923bd09fb1765f8 (diff) | |
download | Doxygen-79959c79850830e90aa7e00e72d3718785e29214.zip Doxygen-79959c79850830e90aa7e00e72d3718785e29214.tar.gz Doxygen-79959c79850830e90aa7e00e72d3718785e29214.tar.bz2 |
Release-1.2.12-20011125
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r-- | src/doxygen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp index 571cc41..a5f40ac 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -7102,6 +7102,7 @@ void generateOutput() exit(1); } Doxygen::tagFile.setDevice(tag); + Doxygen::tagFile << "<?xml version='1.0' encoding='ISO-8859-1' standalone='yes'?>" << endl; Doxygen::tagFile << "<tagfile>" << endl; } |