summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Henty <devnull@localhost>2015-03-12 21:37:51 +0100
committerJeremy Henty <devnull@localhost>2015-03-12 21:37:51 +0100
commitfe6cd447516dd6227e7b246f92568a4aeb2b9d2d (patch)
treecc7098ace5b78bbfd914afd083279f8dfab1eb0d /doc
parentd250c0386af24b00eca2a25b15e3f3830410a8f2 (diff)
Some doxygen fixes.
Diffstat (limited to 'doc')
-rw-r--r--doc/dw-grows.doc2
-rw-r--r--doc/dw-line-breaking.doc4
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>.
+ - &lt;button&gt;.
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.&nbsp;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&nbsp;em (ibid., see also p.&nbsp;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