From dab75ef77abe5c93121dbb4b24b53916a906d2c9 Mon Sep 17 00:00:00 2001 From: dooglus Date: Wed, 13 Feb 2008 01:58:21 +0000 Subject: [PATCH] Replace #warnings with doxygen \\!todo. git-svn-id: http://svn.voria.com/code@1685 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp b/synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp index e009d8c..95f838e 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_waypoint.cpp @@ -236,7 +236,7 @@ Widget_Waypoint::set_waypoint(synfig::Waypoint &x) waypoint=x; -#warning This really needs to be fixed to support value node waypoints! + //! \todo This really needs to be fixed to support value node waypoints! if(waypoint.is_static()) { value_widget->set_value(waypoint.get_value()); @@ -263,7 +263,7 @@ Widget_Waypoint::set_waypoint(synfig::Waypoint &x) const synfig::Waypoint & Widget_Waypoint::get_waypoint()const { -#warning This too! + //! \todo This too! waypoint.set_time(time_widget->get_value()); if(waypoint.is_static()) waypoint.set_value(value_widget->get_value()); -- 2.7.4