Minor change to stop a doxygen warning. Doxygen doesn't like the \writeme before...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 16 Mar 2007 00:29:57 +0000 (00:29 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 16 Mar 2007 00:29:57 +0000 (00:29 +0000)
  .../synfig/src/synfig/canvas.h:383: Error: Unexpected character `4'
  .../synfig/src/synfig/canvas.h:383: Error: Unexpected character `7'

There is no `4' or `7' on line 383, or indeed anywhere in the entire file other than the $Id$ keyword.

git-svn-id: http://svn.voria.com/code@333 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/canvas.h

index 66c07b4..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