summaryrefslogtreecommitdiff
path: root/dw/iterator.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-05-31 04:31:38 +0000
committercorvid <corvid@lavabit.com>2009-05-31 04:31:38 +0000
commitb3ff367d8928bcddb2eec544aff2bef10e5dc54c (patch)
tree0ba404a7586ee3dbcdfbf799d7c1f3310fdacaff /dw/iterator.hh
parent0524d6afd9ce024027c302db3b3cd42738b0260f (diff)
line length
Diffstat (limited to 'dw/iterator.hh')
-rw-r--r--dw/iterator.hh6
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;