diff options
author | corvid <corvid@lavabit.com> | 2009-05-31 04:31:38 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-31 04:31:38 +0000 |
commit | b3ff367d8928bcddb2eec544aff2bef10e5dc54c (patch) | |
tree | 0ba404a7586ee3dbcdfbf799d7c1f3310fdacaff /dw/iterator.hh | |
parent | 0524d6afd9ce024027c302db3b3cd42738b0260f (diff) |
line length
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r-- | dw/iterator.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dw/iterator.hh b/dw/iterator.hh index 1d4c2f98..f8fb4d31 100644 --- a/dw/iterator.hh +++ b/dw/iterator.hh @@ -66,9 +66,9 @@ public: * \brief Shrink highlighted region to no longer contain the * current content. * - * The direction parameter indicates whether the highlighted region should be - * reduced from the start (direction > 0) or from the end (direction < 0). - * If direction is 0 all content is unhighlighted. + * The direction parameter indicates whether the highlighted region should + * be reduced from the start (direction > 0) or from the end + * (direction < 0). If direction is 0 all content is unhighlighted. */ virtual void unhighlight (int direction, HighlightLayer layer) = 0; |