aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-01-24 19:07:35 +0100
committerSebastian Geerken <devnull@localhost>2013-01-24 19:07:35 +0100
commitf46ae2fb3d52ab903ef61b12fe9d7b942c87a993 (patch)
tree70b844a4802f04171b163611f594e4f3b3638233 /dw/ui.hh
parent386e923f4b00d86b5c50ddf9306b26cc3256aee1 (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.hh5
1 files changed, 3 insertions, 2 deletions
diff --git a/dw/ui.hh b/dw/ui.hh
index e6d98670..d46705fe 100644
--- a/dw/ui.hh
+++ b/dw/ui.hh
@@ -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 {