diff options
author | Douman <douman@gmx.se> | 2016-07-06 16:52:45 (GMT) |
---|---|---|
committer | Douman <douman@gmx.se> | 2016-07-06 16:52:45 (GMT) |
commit | 6ea76e0d89aff8399117e602a3eab1f7d93e466b (patch) | |
tree | dfd4abc62af78d72045f94135b6cfb095959e551 /src/plantuml.cpp | |
parent | 66f2844fafbaa2c2e143b70a6e61c20697651ff5 (diff) | |
download | Doxygen-6ea76e0d89aff8399117e602a3eab1f7d93e466b.zip Doxygen-6ea76e0d89aff8399117e602a3eab1f7d93e466b.tar.gz Doxygen-6ea76e0d89aff8399117e602a3eab1f7d93e466b.tar.bz2 |
Revert #291
See http://plantuml.com/salt.html for example HOW it supposed to work
Diffstat (limited to 'src/plantuml.cpp')
-rw-r--r-- | src/plantuml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plantuml.cpp b/src/plantuml.cpp index 288cbc0..169968e 100644 --- a/src/plantuml.cpp +++ b/src/plantuml.cpp @@ -43,7 +43,7 @@ QCString writePlantUMLSource(const QCString &outDir,const QCString &fileName,con { err("Could not open file %s for writing\n",baseName.data()); } - QCString text = "@startuml"; + QCString text = "@startuml\n"; text+=content; text+="@enduml\n"; file.writeBlock( text, text.length() ); |