Commit 57f1a23a authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 702265 - Generated Doxyfile differs from result of doxygen -u (partial fix)

parent 2c93aa6f
...@@ -32,7 +32,8 @@ ...@@ -32,7 +32,8 @@
/addon/doxyapp/Makefile.doxyapp /addon/doxyapp/Makefile.doxyapp
/addon/doxywizard/Makefile /addon/doxywizard/Makefile
/addon/doxywizard/Makefile.doxywizard /addon/doxywizard/Makefile.doxywizard
/addon/doxywizard/config_lex.cpp /addon/doxywizard/config_doxyw.cpp
/addon/doxywizard/configdoc.cpp
/addon/doxywizard/moc /addon/doxywizard/moc
/addon/doxywizard/obj /addon/doxywizard/obj
/addon/doxywizard/rcc /addon/doxywizard/rcc
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -22,7 +22,7 @@ static QString convertToComment(const QString &s) ...@@ -22,7 +22,7 @@ static QString convertToComment(const QString &s)
else else
{ {
return SA("# ")+ return SA("# ")+
s.trimmed().replace(SA("\n"),SA("\n# "))+ s.trimmed().replace(SA("\n"),SA("\n# ")).replace(SA("# \n"), SA("#\n"))+
SA("\n"); SA("\n");
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment