olena: olena-2.0-558-g0469218 Kill Doxygen warnings.

* mln/data/convert.hh: Add a missing \overload. * mln/value/qt/rgb32.hh: Do not force autolink. --- milena/ChangeLog | 8 ++++++++ milena/mln/data/convert.hh | 2 +- milena/mln/value/qt/rgb32.hh | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/milena/ChangeLog b/milena/ChangeLog index 48baeac..cfbca01 100644 --- a/milena/ChangeLog +++ b/milena/ChangeLog @@ -1,5 +1,13 @@ 2013-04-19 Guillaume Lazzara <z@lrde.epita.fr> + Kill Doxygen warnings. + + * mln/data/convert.hh: Add a missing \overload. + + * mln/value/qt/rgb32.hh: Do not force autolink. + +2013-04-19 Guillaume Lazzara <z@lrde.epita.fr> + Specify conversion formulas for rgb to integer conversion functions. diff --git a/milena/mln/data/convert.hh b/milena/mln/data/convert.hh index 2c2a4f0..1f7fce3 100644 --- a/milena/mln/data/convert.hh +++ b/milena/mln/data/convert.hh @@ -59,7 +59,7 @@ namespace mln mln_ch_value(I, V) convert(const V& v, const Image<I>& input); - /*! + /*! \overload \brief Convert the image \p input by changing the value type. \overload diff --git a/milena/mln/value/qt/rgb32.hh b/milena/mln/value/qt/rgb32.hh index 329d01d..0638180 100644 --- a/milena/mln/value/qt/rgb32.hh +++ b/milena/mln/value/qt/rgb32.hh @@ -331,13 +331,13 @@ namespace mln /*! - \brief Conversion: Conversion: #value::qt::rgb32 -> bool. + \brief Conversion: Conversion: value::qt::rgb32 -> bool. \ingroup fromto */ void from_to_(const rgb32& from, bool& to); /*! - \brief Conversion: bool -> #value::qt::rgb32. + \brief Conversion: bool -> value::qt::rgb32. \ingroup fromto */ void from_to_(const bool& from, value::qt::rgb32& to); -- 1.7.2.5
participants (1)
-
Guillaume Lazzara