* mln/core/image/complex_image.hh (complex_image<D, G, V>::lvalue) * trash/bgraph_image.hh (bgraph_image<P, V>::lvalue) * trash/graph_image.hh (graph_image<P, V>::lvalue) * trash/line_graph_image.hh (line_graph_image<P, V>::lvalue): Here.
--- milena/ChangeLog | 10 ++++++++++ milena/mln/core/image/complex_image.hh | 2 +- milena/trash/bgraph_image.hh | 2 +- milena/trash/graph_image.hh | 2 +- milena/trash/line_graph_image.hh | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog index 7a68a0c..2495d44 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,15 @@ 2009-06-09 Roland Levillain roland@lrde.epita.fr
+ Typos in comments. + + * mln/core/image/complex_image.hh (complex_image<D, G, V>::lvalue) + * trash/bgraph_image.hh (bgraph_image<P, V>::lvalue) + * trash/graph_image.hh (graph_image<P, V>::lvalue) + * trash/line_graph_image.hh (line_graph_image<P, V>::lvalue): + Here. + +2009-06-09 Roland Levillain roland@lrde.epita.fr + Use \tparam properly.
* milena/mln/core/image/complex_image.hh, diff --git a/milena/mln/core/image/complex_image.hh b/milena/mln/core/image/complex_image.hh index 3419778..56bdeea 100644 --- a/milena/mln/core/image/complex_image.hh +++ b/milena/mln/core/image/complex_image.hh @@ -138,7 +138,7 @@ namespace mln /// Return type of read-write access. /// /// We use the associated type \c reference instead of a plain - /// reference on th value type (\p V), because it's the only way + /// reference on the value type (\p V), because it's the only way /// to safely form a reference on the element in the case of a /// std::vector<bool>. typedef typename std::vector<V>::reference lvalue; diff --git a/milena/trash/bgraph_image.hh b/milena/trash/bgraph_image.hh index fd7685b..f142f9b 100644 --- a/milena/trash/bgraph_image.hh +++ b/milena/trash/bgraph_image.hh @@ -110,7 +110,7 @@ namespace mln /// Return type of read-write access. /// /// We use the associated type \c reference instead of a plain - /// reference on th value type (\p V), because it's the only way + /// reference on the value type (\p V), because it's the only way /// to safely form a reference on the element in the case of a /// std::vector<bool>. typedef typename std::vector<V>::reference lvalue; diff --git a/milena/trash/graph_image.hh b/milena/trash/graph_image.hh index b58e729..adb0cb9 100644 --- a/milena/trash/graph_image.hh +++ b/milena/trash/graph_image.hh @@ -116,7 +116,7 @@ namespace mln /// \brief Return type of read-write access. /// /// We use the associated type \c reference instead of a plain - /// reference on th value type (\p V), because it's the only way + /// reference on the value type (\p V), because it's the only way /// to safely form a reference on the element in the case of a /// std::vector<bool>. typedef typename std::vector<V>::reference lvalue; diff --git a/milena/trash/line_graph_image.hh b/milena/trash/line_graph_image.hh index 63bf1ac..2644160 100644 --- a/milena/trash/line_graph_image.hh +++ b/milena/trash/line_graph_image.hh @@ -130,7 +130,7 @@ namespace mln /// \brief Return type of read-write access. /// /// We use the associated type \c reference instead of a plain - /// reference on th value type (\p V), because it's the only way + /// reference on the value type (\p V), because it's the only way /// to safely form a reference on the element in the case of a /// std::vector<bool>. typedef typename std::vector<V>::reference lvalue;