summaryrefslogtreecommitdiffstats
path: root/src/dot.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-07-20 07:18:21 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-07-20 07:18:21 (GMT)
commitc9d816aaf20c24c624407ba1c2eb4e00eff0c02f (patch)
tree0696ad5851d9b768949873d568b4cb75cd022987 /src/dot.cpp
parent6a60477b418e21dbadd3e62dc557a038e319581b (diff)
parenta15c5c89f0b4f97d57474d9ea0e3166709d35534 (diff)
downloadDoxygen-c9d816aaf20c24c624407ba1c2eb4e00eff0c02f.zip
Doxygen-c9d816aaf20c24c624407ba1c2eb4e00eff0c02f.tar.gz
Doxygen-c9d816aaf20c24c624407ba1c2eb4e00eff0c02f.tar.bz2
Merge pull request #202 from jannick0/master
Update dot.cpp: comma added for dot syntax
Diffstat (limited to 'src/dot.cpp')
-rw-r--r--src/dot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dot.cpp b/src/dot.cpp
index e873034..c64729a 100644
--- a/src/dot.cpp
+++ b/src/dot.cpp
@@ -1807,7 +1807,7 @@ void DotNode::writeBox(FTextStream &t,
t << "\",height=0.2,width=0.4";
if (m_isRoot)
{
- t << ",color=\"black\", fillcolor=\"grey75\", style=\"filled\" fontcolor=\"black\"";
+ t << ",color=\"black\", fillcolor=\"grey75\", style=\"filled\", fontcolor=\"black\"";
}
else
{