aboutsummaryrefslogtreecommitdiff
path: root/dw/outofflowmgr.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-12 20:28:56 +0200
committerSebastian Geerken <devnull@localhost>2014-09-12 20:28:56 +0200
commitae2d990af432ea56375936e5ec9872fe0503d61f (patch)
tree0b5bf1d9fbce4481ae3fc49b86b6362ae071a12f /dw/outofflowmgr.hh
parentf9f3fcc4b5f72de36d6cb231baeaf21a3b615704 (diff)
Table gets OOF aware, part 1. Warning: crashes!
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r--dw/outofflowmgr.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh
index 0245803c..405db354 100644
--- a/dw/outofflowmgr.hh
+++ b/dw/outofflowmgr.hh
@@ -5,6 +5,9 @@
namespace dw {
+/**
+ * \brief Out Of Flow. See \ref dw-out-of-flow.
+ */
namespace oof {
class OOFAwareWidget;