diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-12 20:28:56 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-12 20:28:56 +0200 |
commit | ae2d990af432ea56375936e5ec9872fe0503d61f (patch) | |
tree | 0b5bf1d9fbce4481ae3fc49b86b6362ae071a12f /dw/outofflowmgr.hh | |
parent | f9f3fcc4b5f72de36d6cb231baeaf21a3b615704 (diff) |
Table gets OOF aware, part 1. Warning: crashes!
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 3 |
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; |