diff options
author | Jeremy Henty <devnull@localhost> | 2015-03-12 21:37:51 +0100 |
---|---|---|
committer | Jeremy Henty <devnull@localhost> | 2015-03-12 21:37:51 +0100 |
commit | fe6cd447516dd6227e7b246f92568a4aeb2b9d2d (patch) | |
tree | cc7098ace5b78bbfd914afd083279f8dfab1eb0d | |
parent | d250c0386af24b00eca2a25b15e3f3830410a8f2 (diff) |
Some doxygen fixes.
-rw-r--r-- | doc/dw-grows.doc | 2 | ||||
-rw-r--r-- | doc/dw-line-breaking.doc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/dw-grows.doc b/doc/dw-grows.doc index 0d123d61..a0304ef9 100644 --- a/doc/dw-grows.doc +++ b/doc/dw-grows.doc @@ -12,7 +12,7 @@ calculating widget sizes. Goals are: - *max-width*, *max-height*, *min-width*, *min-height*; - correct aspect ratio for images with only one percentage size defined; - *display: inline-block*; - - <button>. + - <button>. A short sketch diff --git a/doc/dw-line-breaking.doc b/doc/dw-line-breaking.doc index ac4f61d6..14ab97c4 100644 --- a/doc/dw-line-breaking.doc +++ b/doc/dw-line-breaking.doc @@ -264,7 +264,7 @@ the stretchability by changing the preference value (Comparison to T<sub>E</sub>X: Knuth and Plass describe a method for ragged borders, which is effectively the same as described here (Knuth 1999, pp. 93--94). The value for the stretchability of the line -is slightly less, 1&nsbp;em (ibid., see also p.&nsbp;72 for the +is slightly less, 1 em (ibid., see also p. 72 for the definition of the units). However, this article suggests a value for the hyphenation penalty, which is ten times larger than the value for justified text; this would suggest a larger value for @@ -420,7 +420,7 @@ Notice that Liang's algorithm may behave different regarding hyphens: and "Stadt", but "Nordrhein-Westfalen" is divided into "Nord", "rhein-West", "fa", "len": the part containing the hyphen ("rhein-West") is untouched. (Sorry for the German words; if you have -got English examples, send them me.)</div> +got English examples, send them me.) **Solution for both:** This has been implemented in dw::Textblock::addText, in a similar way to soft hyphens. Liang's |