summaryrefslogtreecommitdiff
path: root/dw/iterator.hh
diff options
context:
space:
mode:
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;