diff options
author | Sebastian Geerken <devnull@localhost> | 2013-08-28 20:10:53 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2013-08-28 20:10:53 +0200 |
commit | ebbb5d3717865a2f6031a355ce0cac2bc60b476c (patch) | |
tree | 27a62a19accbc537ce2d16028522de4cc1e8a8a4 | |
parent | 07e8ade74e7470dfe45062ec33c5e50395caca2e (diff) |
Comment.
-rw-r--r-- | dw/outofflowmgr.cc | 8 |
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) { |