diff options
author | Sebastian Geerken <devnull@localhost> | 2014-12-12 21:27:22 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-12-12 21:27:22 +0100 |
commit | 0bf2ac762874b0d7b441071d4078ee48211e8382 (patch) | |
tree | 75d4234f636c97f30bb3b698c66d6a16e480c6b1 /dw/textblock.hh | |
parent | 1d88499f6f895ab2f8159c6f150b0e41c5151d59 (diff) |
Documentation.
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index c4f2c66d..4a8290a8 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -23,10 +23,9 @@ namespace dw { * * <div style="border: 2px solid #ffff00; margin-top: 0.5em; * margin-bottom: 0.5em; padding: 0.5em 1em; background-color: - * #ffffe0"><b>Info:</b> The recent changes (line breaking and - * hyphenation on one hand, floats on the other hand) have not yet - * been incorporated into this documentation. See \ref - * dw-line-breaking and \ref dw-out-of-flow.</div> + * #ffffe0"><b>Info:</b> Some (not so) recent changes, line breaking + * and hyphenation, have not yet been incorporated into this + * documentation. See \ref dw-line-breaking.</div> * * <h3>Signals</h3> * @@ -163,7 +162,7 @@ namespace dw { * Anchors associate the anchor name with the index of the next word at * the point of the anchor. * - * <h4>Incremental Resizing</h4> + * <h3>Incremental Resizing</h3> * * dw::Textblock makes use of incremental resizing as described in \ref * dw-widget-sizes. The parentRef is, for children of a dw::Textblock, simply @@ -194,6 +193,12 @@ namespace dw { * dw::Textblock, which has the value -1 if no rewrapping of lines * necessary, or otherwise the line from which a rewrap is necessary. * + * <h3>Widgets Ouf Of Flow</h3> + * + * See + * + * - dw::oof::OOFAwareWidget (base class) and + * - \ref dw-out-of-flow. */ class Textblock: public oof::OOFAwareWidget { |