---
milena/ChangeLog | 4 ++++
milena/doc/mln/convert.dox | 6 +++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index b1cba37..bd4a0d2 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2013-04-19 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * doc/mln/convert.dox: Fix typos.
+
+2013-04-19 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Add documentation about image conversions.
* doc/mln/convert.dox: Add examples and explanations.
diff --git a/milena/doc/mln/convert.dox b/milena/doc/mln/convert.dox
index 158fb43..60319fd 100644
--- a/milena/doc/mln/convert.dox
+++ b/milena/doc/mln/convert.dox
@@ -5,7 +5,7 @@
Type conversions in Olena mainly relies on convert::from_to(). This
routine works on a single value only.
- Type conversion of image value types relies on data::convert. This
+ Type conversion of image value types relies on data::convert(). This
routine relies on convert::from_to(). For each pixel value,
convert::from_to() is called.
@@ -47,7 +47,7 @@
\code
$ g++ -I$OLN/milena main.cc
...
- /my/path/to/oln/milena/mln/convert/from_to.hh:152:5: error: ‘check’ is not a member of
‘mln::metal::abort_<mln::value::rgb<8u> >’
+ /my/path/to/oln/milena/mln/convert/from_to.hh:152:5: error: 'check' is not a
member of 'mln::metal::abort_<mln::value::rgb<8u> >'
\endcode
Missing conversion is sometimes due to non-trivial
@@ -114,7 +114,7 @@
\endcode
- If a program requires conversions that are not provided by default
+ If a program requires conversions that are not provided by default,
they can be defined manually by declaring a from_to_()
overload. Default overloads are listed in module \ref fromto.
--
1.7.2.5