diff options
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 { |