Fix 1794374 for 'repeat gradient' valuenodes.
[synfig.git] / synfig-core / trunk / src / synfig / canvas.h
index 73a6193..470b7c9 100644 (file)
@@ -2,7 +2,7 @@
 /*!    \file canvas.h
 **     \brief Canvas Class Implementation
 **
-**     $Id: canvas.h,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+**     $Id$
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
@@ -380,7 +380,7 @@ public:
        //! \writeme
        void add_value_node(ValueNode::Handle x, const String &id);
 
-       //! \writeme
+       //! writeme
        //void rename_value_node(ValueNode::Handle x, const String &id);
 
        //! \writeme
@@ -423,7 +423,7 @@ public:
        //! Creates a new child canvas, and returns its handle
        Handle new_child_canvas();
 
-       //! Creates a new child canvas with an ID of \aid, and returns its handle
+       //! Creates a new child canvas with an ID of \a id, and returns its handle
        Handle new_child_canvas(const String &id);
 
        //! Adds the given canvas as a child