Skip to content

Commit 025ed8d

Browse files
author
Dimitri van Heesch
committed
Merge pull request doxygen#291 from byzheng/patch-1
Remove the new line after @startuml in generated pu file
2 parents b007f54 + edf8dbb commit 025ed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plantuml.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ QCString writePlantUMLSource(const QCString &outDir,const QCString &fileName,con
4343
{
4444
err("Could not open file %s for writing\n",baseName.data());
4545
}
46-
QCString text = "@startuml\n";
46+
QCString text = "@startuml";
4747
text+=content;
4848
text+="@enduml\n";
4949
file.writeBlock( text, text.length() );

0 commit comments

Comments
 (0)