forked from openlp/openlp
comment fixes
This commit is contained in:
parent
4d20334cce
commit
39caaca8d9
@ -412,7 +412,7 @@ class Renderer(object):
|
|||||||
This implements the binary chop algorithm for faster rendering. This
|
This implements the binary chop algorithm for faster rendering. This
|
||||||
algorithm works line based (line by line) and word based (word by word).
|
algorithm works line based (line by line) and word based (word by word).
|
||||||
It is assumed that this method is **only** called, when the lines/words
|
It is assumed that this method is **only** called, when the lines/words
|
||||||
to be rendered do not fit as a whole.
|
to be rendered do **not** fit as a whole.
|
||||||
|
|
||||||
``formatted``
|
``formatted``
|
||||||
The list to append any slides.
|
The list to append any slides.
|
||||||
@ -434,8 +434,8 @@ class Renderer(object):
|
|||||||
using the binary chop. The elements can contain display tags.
|
using the binary chop. The elements can contain display tags.
|
||||||
|
|
||||||
``separator``
|
``separator``
|
||||||
The separator for the elements. For lines this is `u'<br>'`` and for
|
The separator for the elements. For lines this is ``u'<br>'`` and
|
||||||
words this is u' '.
|
for words this is ``u' '``.
|
||||||
|
|
||||||
``line_end``
|
``line_end``
|
||||||
The text added after each "element line". Either ``u' '`` or
|
The text added after each "element line". Either ``u' '`` or
|
||||||
|
Loading…
Reference in New Issue
Block a user