diff options
author | Sebastian Geerken <devnull@localhost> | 2013-09-17 17:51:19 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-09-17 17:51:19 +0200 |
commit | ebd938d548840aefe8f30837ff987e4b726cd5bf (patch) | |
tree | 0267c8133126bf9db2374519ad7660d05cc5d87b /dw | |
parent | c758502505223216b6e335e6a3283447435a2aa2 (diff) |
Comment.
Diffstat (limited to 'dw')
-rw-r--r-- | dw/textblock.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 572080fd..b094b5ec 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -239,6 +239,9 @@ private: protected: /** * \brief Implementation used for words. + * + * \todo The word index must be updated when, through hyphenation, + * words are added before. */ class WordImgRenderer: public core::style::StyleImage::ExternalImgRenderer { |