diff options
author | Sebastian Geerken <devnull@localhost> | 2013-01-24 19:07:35 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-01-24 19:07:35 +0100 |
commit | f46ae2fb3d52ab903ef61b12fe9d7b942c87a993 (patch) | |
tree | 70b844a4802f04171b163611f594e4f3b3638233 /dw/ui.hh | |
parent | 386e923f4b00d86b5c50ddf9306b26cc3256aee1 (diff) |
Doxygen comments: added "dir=both" to graphs, which recent versions of dot seem to expect.
Diffstat (limited to 'dw/ui.hh')
-rw-r--r-- | dw/ui.hh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -20,8 +20,9 @@ namespace core { * \dot * digraph G { * node [shape=record, fontname=Helvetica, fontsize=10]; - * edge [arrowhead="none", arrowtail="empty", labelfontname=Helvetica, - * labelfontsize=10, color="#404040", labelfontcolor="#000080"]; + * edge [arrowhead="none", arrowtail="empty", dir="both", + * labelfontname=Helvetica, labelfontsize=10, color="#404040", + * labelfontcolor="#000080"]; * fontname=Helvetica; fontsize=10; * * subgraph cluster_core { |