Skip to content

Commit

Permalink
Revert #291
Browse files Browse the repository at this point in the history
See http://plantuml.com/salt.html for example HOW it supposed to work
  • Loading branch information
DoumanAsh committed Jul 6, 2016
1 parent 66f2844 commit 6ea76e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plantuml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() );
Expand Down

0 comments on commit 6ea76e0

Please sign in to comment.