
* milena/mln/canvas/browsing/snake_fwd.hh, * milena/mln/canvas/browsing/snake_vert.hh, * scribo/scribo/debug/alignment_decision_image.hh, * scribo/scribo/debug/decision_image.hh, * scribo/scribo/debug/links_decision_image.hh: Here. --- ChangeLog | 11 +++++++++++ milena/mln/canvas/browsing/snake_fwd.hh | 2 +- milena/mln/canvas/browsing/snake_vert.hh | 2 +- scribo/scribo/debug/alignment_decision_image.hh | 2 +- scribo/scribo/debug/decision_image.hh | 4 ++-- scribo/scribo/debug/links_decision_image.hh | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e49879..ca0cd5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-02-07 Roland Levillain <roland@lrde.epita.fr> + + Always write FIXME with uppercase letters. + + * milena/mln/canvas/browsing/snake_fwd.hh, + * milena/mln/canvas/browsing/snake_vert.hh, + * scribo/scribo/debug/alignment_decision_image.hh, + * scribo/scribo/debug/decision_image.hh, + * scribo/scribo/debug/links_decision_image.hh: + Here. + 2013-02-06 Roland Levillain <roland@lrde.epita.fr> Equip Scribo with a recursive `tests' target. diff --git a/milena/mln/canvas/browsing/snake_fwd.hh b/milena/mln/canvas/browsing/snake_fwd.hh index 855723e..1c28681 100644 --- a/milena/mln/canvas/browsing/snake_fwd.hh +++ b/milena/mln/canvas/browsing/snake_fwd.hh @@ -111,7 +111,7 @@ namespace mln void snake_fwd_t::operator()(F& f) const { - // Fixme: check the dimension of the input + // FIXME: Check the dimension of the input // mlc_equal(mln_trait_image_dimension(I)(), // trait::image::dimension::two_d)::check(); trace::entering("canvas::browsing::snake_fwd"); diff --git a/milena/mln/canvas/browsing/snake_vert.hh b/milena/mln/canvas/browsing/snake_vert.hh index f4614e6..a1e377e 100644 --- a/milena/mln/canvas/browsing/snake_vert.hh +++ b/milena/mln/canvas/browsing/snake_vert.hh @@ -111,7 +111,7 @@ namespace mln void snake_vert_t::operator()(F& f) const { - // Fixme: check the dimension of the input + // FIXME: Check the dimension of the input // mlc_equal(mln_trait_image_dimension(I)(), // trait::image::dimension::two_d)::check(); trace::entering("canvas::browsing::snake_vert"); diff --git a/scribo/scribo/debug/alignment_decision_image.hh b/scribo/scribo/debug/alignment_decision_image.hh index 2e6f06a..d906f29 100644 --- a/scribo/scribo/debug/alignment_decision_image.hh +++ b/scribo/scribo/debug/alignment_decision_image.hh @@ -89,7 +89,7 @@ namespace scribo mln_precondition(input.is_valid()); mln_precondition(links.is_valid()); mln_precondition(filtered_links.is_valid()); - /// Fixme: check that components has been computed from input. + /// FIXME: Check that components has been computed from input. mln_ch_value(I,value::rgb8) decision_image = data::convert(value::rgb8(), input); diff --git a/scribo/scribo/debug/decision_image.hh b/scribo/scribo/debug/decision_image.hh index f32e168..0fc2a98 100644 --- a/scribo/scribo/debug/decision_image.hh +++ b/scribo/scribo/debug/decision_image.hh @@ -109,7 +109,7 @@ namespace scribo mln_precondition(input.is_valid()); mln_precondition(groups.is_valid()); mln_precondition(filtered_groups.is_valid()); - /// Fixme: check that components has been computed from input. + /// FIXME: Check that components has been computed from input. mln_ch_value(I,value::rgb8) decision_image = data::convert(value::rgb8(), input); @@ -142,7 +142,7 @@ namespace scribo mln_precondition(input.is_valid()); mln_precondition(links.is_valid()); mln_precondition(filtered_links.is_valid()); - /// Fixme: check that components has been computed from input. + /// FIXME: Check that components has been computed from input. mln_ch_value(I,value::rgb8) decision_image = data::convert(value::rgb8(), input); diff --git a/scribo/scribo/debug/links_decision_image.hh b/scribo/scribo/debug/links_decision_image.hh index 5c5a759..10cc2ec 100644 --- a/scribo/scribo/debug/links_decision_image.hh +++ b/scribo/scribo/debug/links_decision_image.hh @@ -74,7 +74,7 @@ namespace scribo mln_precondition(links.is_valid()); mln_precondition(filtered_links.is_valid()); mln_precondition(links.size() == filtered_links.size()); - /// Fixme: check that objects has been computed from input. + /// FIXME: Check that objects has been computed from input. mln_ch_value(I,value::rgb8) links_decision_image = data::convert(value::rgb8(), input); -- 1.7.2.5