summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/expert.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-10-13 13:41:33 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-10-13 13:41:33 (GMT)
commit57f1a23aa6c42e9d83b5c34794305171ae0a24d9 (patch)
treea8300e3e40578d0931bf28b308b6244e0ed793df /addon/doxywizard/expert.cpp
parent2c93aa6fb588279dbd903831acad949c71681ca6 (diff)
downloadDoxygen-57f1a23aa6c42e9d83b5c34794305171ae0a24d9.zip
Doxygen-57f1a23aa6c42e9d83b5c34794305171ae0a24d9.tar.gz
Doxygen-57f1a23aa6c42e9d83b5c34794305171ae0a24d9.tar.bz2
Bug 702265 - Generated Doxyfile differs from result of doxygen -u (partial fix)
Diffstat (limited to 'addon/doxywizard/expert.cpp')
-rw-r--r--addon/doxywizard/expert.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/expert.cpp b/addon/doxywizard/expert.cpp
index efc5b00..4c988c9 100644
--- a/addon/doxywizard/expert.cpp
+++ b/addon/doxywizard/expert.cpp
@@ -22,7 +22,7 @@ static QString convertToComment(const QString &s)
else
{
return SA("# ")+
- s.trimmed().replace(SA("\n"),SA("\n# "))+
+ s.trimmed().replace(SA("\n"),SA("\n# ")).replace(SA("# \n"), SA("#\n"))+
SA("\n");
}
}