aboutsummaryrefslogtreecommitdiff
path: root/dw
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2013-08-28 20:10:53 +0200
committerSebastian Geerken <devnull@localhost>2013-08-28 20:10:53 +0200
commitebbb5d3717865a2f6031a355ce0cac2bc60b476c (patch)
tree27a62a19accbc537ce2d16028522de4cc1e8a8a4 /dw
parent07e8ade74e7470dfe45062ec33c5e50395caca2e (diff)
Comment.
Diffstat (limited to 'dw')
-rw-r--r--dw/outofflowmgr.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/dw/outofflowmgr.cc b/dw/outofflowmgr.cc
index 09aa4456..38d26b8c 100644
--- a/dw/outofflowmgr.cc
+++ b/dw/outofflowmgr.cc
@@ -1509,10 +1509,10 @@ void OutOfFlowMgr::ensureFloatSize (Float *vloat)
}
/**
- * Return the between generator and calling textblock. (TODO Exact
- * definition. See getBorder(), where it is used.)
- *
- * Assumes that the position can be determined (getYWidget() returns true).
+ * Return the difference between generator and calling textblock. Used
+ * in getBorder() to determine the difference between calling
+ * textblock and float (which position is defined relative to the
+ * generator).
*/
int OutOfFlowMgr::getBorderDiff (Textblock *textblock, Float *vloat, Side side)
{